mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-21 18:06:50 +00:00
vbox6: disable RDTSC exit
For Windows guests, it's crucial to configure the paravirtualization provider in .vbox6 like follows. Otherwise, the TSC calibration fails (issue #4726) and the CPU frequency (in task manager) is bogus. <Paravirt provider="HyperV"/> Fixes #4726
This commit is contained in:
parent
0bc5bcce4a
commit
7be915a185
@ -66,7 +66,6 @@ unsigned Sup::Vmx::ctrl_primary()
|
|||||||
| VMX_PROC_CTLS_UNCOND_IO_EXIT
|
| VMX_PROC_CTLS_UNCOND_IO_EXIT
|
||||||
| VMX_PROC_CTLS_USE_TPR_SHADOW
|
| VMX_PROC_CTLS_USE_TPR_SHADOW
|
||||||
| VMX_PROC_CTLS_RDPMC_EXIT
|
| VMX_PROC_CTLS_RDPMC_EXIT
|
||||||
| VMX_PROC_CTLS_RDTSC_EXIT
|
|
||||||
;
|
;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user