diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2011-08-08 14:38:42 -0500 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2011-08-08 14:38:42 -0500 |
commit | 986563b173ca2d4bd47b10455b19c86e5cd5bba2 (patch) | |
tree | 25db73df4cb973bf86c58341cb82415ab8d2c90b /target-i386/cpu.h | |
parent | 039523397fce67ccb15a9b71ef812f9a69286aa5 (diff) | |
parent | ac363c9042eb1010b88af0a202c09475ef909972 (diff) |
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
Diffstat (limited to 'target-i386/cpu.h')
-rw-r--r-- | target-i386/cpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target-i386/cpu.h b/target-i386/cpu.h index ae0e4b1438..4a6f675f98 100644 --- a/target-i386/cpu.h +++ b/target-i386/cpu.h @@ -743,6 +743,7 @@ typedef struct CPUX86State { uint32_t cpuid_kvm_features; uint32_t cpuid_svm_features; bool tsc_valid; + int tsc_khz; /* in order to simplify APIC support, we leave this pointer to the user */ |