mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 09:46:20 +00:00
vbox6: exit on rdtsc and rdtscp (intel)
Otherwise Windows 10 shows 50 Ghz frequency in task manager and other strange things may happen. Issue #1769 Issue #4314 Fixes #4313
This commit is contained in:
parent
7a06633173
commit
f4e52863c0
@ -66,6 +66,7 @@ unsigned Sup::Vmx::ctrl_primary()
|
||||
| VMX_PROC_CTLS_UNCOND_IO_EXIT
|
||||
| VMX_PROC_CTLS_USE_TPR_SHADOW
|
||||
| VMX_PROC_CTLS_RDPMC_EXIT
|
||||
| VMX_PROC_CTLS_RDTSC_EXIT
|
||||
;
|
||||
}
|
||||
|
||||
@ -196,6 +197,7 @@ Sup::Handle_exit_result Sup::Vmx::handle_exit(Vcpu_state &state)
|
||||
case VMX_EXIT_INIT_SIGNAL:
|
||||
case VMX_EXIT_TASK_SWITCH:
|
||||
case VMX_EXIT_CPUID:
|
||||
case VMX_EXIT_RDTSC:
|
||||
case VMX_EXIT_RDTSCP:
|
||||
case VMX_EXIT_VMCALL:
|
||||
case VMX_EXIT_WBINVD:
|
||||
|
Loading…
x
Reference in New Issue
Block a user