[Qemu-devel] Re: [PATCH v3 04/10] qemu-kvm: Clean up mpstate synchronization

2010-02-25 Thread Jan Kiszka
Jan Kiszka wrote: > Marcelo Tosatti wrote: >> On Wed, Feb 24, 2010 at 03:17:52PM +0100, Jan Kiszka wrote: >>> Push mpstate reading/writing into kvm_arch_load/save_regs and, on x86, >>> properly synchronize with halted in the accessor functions. >>> >>> Signed-off-by: Jan Kiszka >>> @@ -1290,6 +131

[Qemu-devel] Re: [PATCH v3 04/10] qemu-kvm: Clean up mpstate synchronization

2010-02-24 Thread Jan Kiszka
Marcelo Tosatti wrote: > On Wed, Feb 24, 2010 at 03:17:52PM +0100, Jan Kiszka wrote: >> Push mpstate reading/writing into kvm_arch_load/save_regs and, on x86, >> properly synchronize with halted in the accessor functions. >> >> Signed-off-by: Jan Kiszka > >> @@ -1290,6 +1318,7 @@ int kvm_arch_ini

[Qemu-devel] Re: [PATCH v3 04/10] qemu-kvm: Clean up mpstate synchronization

2010-02-24 Thread Marcelo Tosatti
On Wed, Feb 24, 2010 at 03:17:52PM +0100, Jan Kiszka wrote: > Push mpstate reading/writing into kvm_arch_load/save_regs and, on x86, > properly synchronize with halted in the accessor functions. > > Signed-off-by: Jan Kiszka > @@ -1290,6 +1318,7 @@ int kvm_arch_init_vcpu(CPUState *cenv) > #ifde