Will Auld f28558d3d3 target-i386: Enabling IA32_TSC_ADJUST for QEMU KVM guest VMs
CPUID.7.0.EBX[1]=1 indicates IA32_TSC_ADJUST MSR 0x3b is supported

Basic design is to emulate the MSR by allowing reads and writes to the
hypervisor vcpu specific locations to store the value of the emulated MSRs.
In this way the IA32_TSC_ADJUST value will be included in all reads to
the TSC MSR whether through rdmsr or rdtsc.

As this is a new MSR that the guest may access and modify its value needs
to be migrated along with the other MRSs. The changes here are specifically
for recognizing when IA32_TSC_ADJUST is enabled in CPUID and code added
for migrating its value.

Signed-off-by: Will Auld <will.auld@intel.com>
Reviewed-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
2012-12-14 18:17:36 -02:00
2012-11-19 10:48:32 +01:00
2012-12-07 12:34:11 +01:00
2012-11-01 13:10:06 +01:00
2012-11-26 13:41:01 -06:00
2012-11-01 13:10:06 +01:00
2012-12-11 11:04:25 +01:00
2012-12-12 12:33:48 +01:00
2012-12-12 12:33:48 +01:00
2012-12-11 16:35:47 +01:00
2012-11-02 18:34:59 +01:00
2012-11-05 11:54:49 +01:00
2012-11-01 19:49:45 +01:00
2012-10-31 04:12:23 +01:00
2012-10-31 04:12:23 +01:00
2012-11-10 13:49:20 +00:00
2012-11-10 13:49:20 +00:00
2012-11-14 18:19:21 +01:00
2012-11-12 14:38:29 +01:00
2012-11-12 14:38:29 +01:00
2012-12-11 11:04:25 +01:00
2012-11-10 13:24:39 +00:00
2012-12-11 11:04:25 +01:00
2012-12-11 16:35:47 +01:00
2012-12-11 16:35:47 +01:00
2012-12-12 12:33:48 +01:00
2012-11-10 13:49:20 +00:00
2012-12-07 12:34:12 +01:00
2012-12-11 16:35:47 +01:00
2012-10-31 09:45:47 +01:00
2012-12-06 09:17:05 +01:00
2012-11-24 19:52:00 +00:00
2012-11-14 18:19:21 +01:00
2012-11-16 11:27:32 +01:00
2012-12-03 14:08:40 -06:00
2012-12-11 16:35:47 +01:00

Read the documentation in qemu-doc.html or on http://wiki.qemu.org

- QEMU team
Description
No description provided
Readme 404 MiB
Languages
C 82.6%
C++ 6.5%
Python 3.4%
Dylan 2.9%
Shell 1.6%
Other 2.8%