mirror of
https://github.com/genodelabs/genode.git
synced 2025-05-31 06:31:10 +00:00
- request FPU state on VM exit in portal config - transfer FPU state on VM entry - save fpu state early Avoid any FPU instructions (for example during base API calls), which use the FPU and overwrite FPU registers holding the guest vCPU FPU state. - don't save fpu state of EP Issue #4313