Re: [uq/master PATCH] target-i386: kvm: save/restore steal time MSR

2013-02-27 Thread Gleb Natapov
On Tue, Feb 19, 2013 at 11:27:20PM -0300, Marcelo Tosatti wrote: > > Read and write steal time MSR, so that reporting is functional across > migration. > > Signed-off-by: Marcelo Tosatti > Applied, thanks. > diff --git a/target-i386/cpu.h b/target-i386/cpu.h > index 7577e4f..17c7293 100644 > -

Re: [uq/master PATCH] target-i386: kvm: save/restore steal time MSR

2013-02-20 Thread Gleb Natapov
On Tue, Feb 19, 2013 at 11:27:20PM -0300, Marcelo Tosatti wrote: > > Read and write steal time MSR, so that reporting is functional across > migration. > > Signed-off-by: Marcelo Tosatti > Reviewed-by: Gleb Natapov > diff --git a/target-i386/cpu.h b/target-i386/cpu.h > index 7577e4f..17c7293

[uq/master PATCH] target-i386: kvm: save/restore steal time MSR

2013-02-19 Thread Marcelo Tosatti
Read and write steal time MSR, so that reporting is functional across migration. Signed-off-by: Marcelo Tosatti diff --git a/target-i386/cpu.h b/target-i386/cpu.h index 7577e4f..17c7293 100644 --- a/target-i386/cpu.h +++ b/target-i386/cpu.h @@ -792,6 +792,7 @@ typedef struct CPUX86State { #end