[Qemu-devel] Re: [PATCH 03/21] qemu-kvm: Clean up register access API

2010-02-02 Thread Jan Kiszka
Gleb Natapov wrote: > On Tue, Feb 02, 2010 at 09:18:49AM +0100, Jan Kiszka wrote: >> qemu-kvm's functios for accessing the VCPU registers are >> kvm_arch_load/save_regs. Use them directly instead of going through >> various wrappers. Specifically, we do not need on_vcpu wrapping as all >> users eit

[Qemu-devel] Re: [PATCH 03/21] qemu-kvm: Clean up register access API

2010-02-02 Thread Gleb Natapov
On Tue, Feb 02, 2010 at 09:18:49AM +0100, Jan Kiszka wrote: > qemu-kvm's functios for accessing the VCPU registers are > kvm_arch_load/save_regs. Use them directly instead of going through > various wrappers. Specifically, we do not need on_vcpu wrapping as all > users either already run in the rel