public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [QEMU POWERPC] FPRs no longer live in kvm_vcpu
@ 2008-04-18 14:20 Hollis Blanchard
  2008-04-20  7:38 ` Avi Kivity
  0 siblings, 1 reply; 2+ messages in thread
From: Hollis Blanchard @ 2008-04-18 14:20 UTC (permalink / raw)
  To: avi; +Cc: kvm-devel, kvm-ppc-devel

Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>

diff --git a/qemu/qemu-kvm-powerpc.c b/qemu/qemu-kvm-powerpc.c
--- a/qemu/qemu-kvm-powerpc.c
+++ b/qemu/qemu-kvm-powerpc.c
@@ -72,7 +72,6 @@
 
     for (i = 0;i < 32; i++){
         regs.gpr[i] = env->gpr[i];
-        regs.fpr[i] = env->fpr[i];
     }
 
     rc = kvm_set_regs(kvm_context, env->cpu_index, &regs);
@@ -113,7 +112,6 @@
 
     for (i = 0;i < 32; i++){
         env->gpr[i] = regs.gpr[i];
-        env->fpr[i] = regs.fpr[i];
     }
 
 }

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] [QEMU POWERPC] FPRs no longer live in kvm_vcpu
  2008-04-18 14:20 [PATCH] [QEMU POWERPC] FPRs no longer live in kvm_vcpu Hollis Blanchard
@ 2008-04-20  7:38 ` Avi Kivity
  0 siblings, 0 replies; 2+ messages in thread
From: Avi Kivity @ 2008-04-20  7:38 UTC (permalink / raw)
  To: Hollis Blanchard; +Cc: kvm-devel, kvm-ppc-devel

Hollis Blanchard wrote:

Applied, thanks.

-- 
Do not meddle in the internals of kernels, for they are subtle and quick to panic.


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-04-20  7:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-18 14:20 [PATCH] [QEMU POWERPC] FPRs no longer live in kvm_vcpu Hollis Blanchard
2008-04-20  7:38 ` Avi Kivity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox