]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target-i386/cpu.h
target-i386: Add support to migrate vcpu's TSC rate
[mirror_qemu.git] / target-i386 / cpu.h
index 77e62b250673d89a78981afd9d5b9f5af0b31340..28cbaf503061d4e84cf74be788aa9366dc5e7aac 100644 (file)
@@ -978,6 +978,7 @@ typedef struct CPUX86State {
     uint32_t sipi_vector;
     bool tsc_valid;
     int64_t tsc_khz;
+    int64_t user_tsc_khz; /* for sanity check only */
     void *kvm_xsave_buf;
 
     uint64_t mcg_cap;