All of lore.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   ` [PATCH] [QEMU POWERPC] FPRs no longer live in kvm_vcpu Avi Kivity
  0 siblings, 1 reply; 3+ 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] 3+ messages in thread

* Re: [kvm-ppc-devel] [PATCH] [QEMU POWERPC] FPRs no longer live in
  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; 3+ 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
_______________________________________________
kvm-ppc-devel mailing list
kvm-ppc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-ppc-devel

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

* Re: [PATCH] [QEMU POWERPC] FPRs no longer live in kvm_vcpu
@ 2008-04-20  7:38   ` Avi Kivity
  0 siblings, 0 replies; 3+ 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] 3+ messages in thread

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

Thread overview: 3+ 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 ` [kvm-ppc-devel] [PATCH] [QEMU POWERPC] FPRs no longer live in Avi Kivity
2008-04-20  7:38   ` [PATCH] [QEMU POWERPC] FPRs no longer live in kvm_vcpu Avi Kivity

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.