]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target-i386/cpu.h
v2: properly save kvm system time msr registers
[mirror_qemu.git] / target-i386 / cpu.h
index 9c3e905f6f501f805d4e09040b9bdb602da59696..9ef1be4828e8f798b73a0d4016d40e9c5cdf1399 100644 (file)
@@ -651,6 +651,8 @@ typedef struct CPUX86State {
     target_ulong fmask;
     target_ulong kernelgsbase;
 #endif
+    uint64_t system_time_msr;
+    uint64_t wall_clock_msr;
 
     uint64_t tsc;