On Wed, Sep 23, 2015 at 11:57:33AM +0530, Amit Shah wrote: > 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 <x...@redhat.com> > Signed-off-by: Amit Shah <amit.s...@redhat.com> > CC: Paolo Bonzini <pbonz...@redhat.com> > CC: Juan Quintela <quint...@redhat.com> > CC: "Dr. David Alan Gilbert" <dgilb...@redhat.com> > CC: Marcelo Tosatti <mtosa...@redhat.com> > CC: Richard Henderson <r...@twiddle.net> > CC: Eduardo Habkost <ehabk...@redhat.com> > --- > target-i386/kvm.c | 14 ++++++++++++++ > target-i386/machine.c | 20 ++++++++++++++++++++ > 2 files changed, 34 insertions(+)
For the target-i386/kvm.c hunk: Reviewed-by: Eduardo Habkost <ehabk...@redhat.com> Applied to x86 tree without the machine.c hunk. Thanks! -- Eduardo