This website requires JavaScript.
Explore
Help
Sign In
ExternalVendorCode
/
genode
Watch
1
Star
0
Fork
0
You've already forked genode
mirror of
https://github.com/genodelabs/genode.git
synced
2025-01-09 06:22:46 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
5c27993884
genode
/
repos
/
base-nova
/
ports
/
nova.hash
2 lines
41 B
Plaintext
Raw
Normal View
History
Unescape
Escape
nova: transfer guest fpu state via utcb instead via the hardware registers of the FPU. On Genode all components and so VMMs are built such, that the compiler may generate optimized code by using the FPU at any time. We had to make sure to save the FPU state as early as possible before the VMM component touches the FPU, to avoid corrupting & losing guest FPU state. This caused headache again and again. To avoid the uncertainty, we remove this feature and explicitly transfer the FPU state via the UTCB.
2023-09-21 12:36:20 +00:00
a9f11fdc132f027ed1d58da86fe39679da98699c
Reference in New Issue
Copy Permalink