]> git.proxmox.com Git - mirror_qemu.git/commit - target/i386/kvm/kvm.c
target-i386: get/put MSR_TSC_AUX across reset and migration
authorAmit Shah <amit.shah@redhat.com>
Wed, 23 Sep 2015 06:27:33 +0000 (11:57 +0530)
committerEduardo Habkost <ehabkost@redhat.com>
Fri, 2 Oct 2015 19:22:01 +0000 (16:22 -0300)
commitc9b8f6b6210847b4381c5b2ee172b1c7eb9985d6
tree4f8dab54d914abe67e2bc18e6e64f4892e822303
parentdd941cdcfec536aad6a310a153778142ed9f3e92
target-i386: get/put MSR_TSC_AUX across reset and migration

There's one report of migration breaking due to missing MSR_TSC_AUX
save/restore.  Fix this by adding a new subsection that saves the state
of this MSR.

https://bugzilla.redhat.com/show_bug.cgi?id=1261797

Reported-by: Xiaoqing Wei <xwei@redhat.com>
Signed-off-by: Amit Shah <amit.shah@redhat.com>
CC: Paolo Bonzini <pbonzini@redhat.com>
CC: Juan Quintela <quintela@redhat.com>
CC: "Dr. David Alan Gilbert" <dgilbert@redhat.com>
CC: Marcelo Tosatti <mtosatti@redhat.com>
CC: Richard Henderson <rth@twiddle.net>
CC: Eduardo Habkost <ehabkost@redhat.com>
Reviewed-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
target-i386/kvm.c