Re: [Qemu-devel] [PATCH 2/5] kvm: avoid using cpu_single_env

2012-10-30 Thread Andreas Färber
Am 28.10.2012 16:03, schrieb Blue Swirl: > Pass around CPUState instead of using global cpu_single_env. > > Signed-off-by: Blue Swirl > --- > target-i386/kvm.c | 21 +++-- > 1 files changed, 11 insertions(+), 10 deletions(-) If you fix CPUState -> CPU*State or CPUArchState abo

[Qemu-devel] [PATCH 2/5] kvm: avoid using cpu_single_env

2012-10-28 Thread Blue Swirl
Pass around CPUState instead of using global cpu_single_env. Signed-off-by: Blue Swirl --- target-i386/kvm.c | 21 +++-- 1 files changed, 11 insertions(+), 10 deletions(-) diff --git a/target-i386/kvm.c b/target-i386/kvm.c index 3aa62b2..3329d5e 100644 --- a/target-i386/kvm.c