mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
nova: support transfer of IA32_TSC_AUX MSR for vCPUs
The 32-bit MSR is returned by rdtscp in ecx register and used to detect the CPU ID the timestamp was taken on. Issue #4314
This commit is contained in:
committed by
Christian Helmuth
parent
f4e52863c0
commit
533015b93e
@@ -145,6 +145,7 @@ class Genode::Vcpu_state
|
||||
|
||||
Register<uint64_t> tsc;
|
||||
Register<uint64_t> tsc_offset;
|
||||
Register<uint64_t> tsc_aux;
|
||||
|
||||
Register<addr_t> efer;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user