Re: [kvm-devel] [PATCH] Remove unoptimal code from qemu dcr handles for powerpc

2008-02-10 Thread Avi Kivity
Hollis Blanchard wrote: > On Mon, 2008-01-28 at 23:38 -0600, Jerone Young wrote: > >> A patch I submitted yesterday to use the call qemu_kvm_cpu_env() in >> the dcr handles is not needed since in kvm_arch_post_kvm_run variable >> cpu_single_env is set to env. So just use cpu_single_env to get en

Re: [kvm-devel] [PATCH] Remove unoptimal code from qemu dcr handles for powerpc

2008-01-29 Thread Hollis Blanchard
On Mon, 2008-01-28 at 23:38 -0600, Jerone Young wrote: > A patch I submitted yesterday to use the call qemu_kvm_cpu_env() in > the dcr handles is not needed since in kvm_arch_post_kvm_run variable > cpu_single_env is set to env. So just use cpu_single_env to get env. > > Signed-off-by: Jerone Youn

[kvm-devel] [PATCH] Remove unoptimal code from qemu dcr handles for powerpc

2008-01-28 Thread Jerone Young
# HG changeset patch # User Jerone Young <[EMAIL PROTECTED]> # Date 1201585078 21600 # Node ID 34d726145a8ee9d58a4573473e861db2ad695c37 # Parent a568d031723942e1baf77077031d2b77795cbd8a Remove unoptimal code from qemu dcr handles for powerpc A patch I submitted yesterday to use the call qemu_kvm_