]> Git Repo - qemu.git/commit - target-i386/cpu.h
Initialize IA32_FEATURE_CONTROL MSR in reset and migration
authorArthur Chunqi Li <[email protected]>
Sun, 7 Jul 2013 15:13:37 +0000 (23:13 +0800)
committerGleb Natapov <[email protected]>
Thu, 25 Jul 2013 10:09:08 +0000 (13:09 +0300)
commit0779caeb1a17f4d3ed14e2925b36ba09b084fb7b
treefcef152e8c3e8449bf1abbdf8f98bb2fdc53c95a
parentf03d07d4683b2e8325a7cb60b4e14b977b1a869c
Initialize IA32_FEATURE_CONTROL MSR in reset and migration

The recent KVM patch adds IA32_FEATURE_CONTROL support. QEMU needs
to clear this MSR when reset vCPU and keep the value of it when
migration. This patch add this feature.

Signed-off-by: Arthur Chunqi Li <[email protected]>
Signed-off-by: Gleb Natapov <[email protected]>
target-i386/cpu.h
target-i386/kvm.c
target-i386/machine.c
This page took 0.026244 seconds and 4 git commands to generate.