All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ben Collins <ben.collins-GeWIH/nMZzLQT0dZR+AlfA@public.gmane.org>
To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Subject: [PATCH] Fix kvm-svn/kernel build on 32-bit
Date: Sat, 03 Feb 2007 19:55:57 -0500	[thread overview]
Message-ID: <1170550557.6103.8.camel@gullible> (raw)

Build currently fails with x86.

Index: kernel/kvm_main.c
===================================================================
--- kernel/kvm_main.c	(revision 4381)
+++ kernel/kvm_main.c	(working copy)
@@ -1148,6 +1148,7 @@
 
 	kvm_arch_ops->decache_regs(vcpu);
 	ret = -KVM_EINVAL;
+#ifdef CONFIG_X86_64
 	if (is_long_mode(vcpu)) {
 		nr = vcpu->regs[VCPU_REGS_RAX];
 		a0 = vcpu->regs[VCPU_REGS_RDI];
@@ -1156,7 +1157,9 @@
 		a3 = vcpu->regs[VCPU_REGS_RCX];
 		a4 = vcpu->regs[VCPU_REGS_R8];
 		a5 = vcpu->regs[VCPU_REGS_R9];
-	} else {
+	} else
+#endif
+	{
 		nr = vcpu->regs[VCPU_REGS_RBX] & -1u;
 		a0 = vcpu->regs[VCPU_REGS_RAX] & -1u;
 		a1 = vcpu->regs[VCPU_REGS_RCX] & -1u;


-- 
Ubuntu:    http://www.ubuntu.com/
Linux1394: http://www.linux1394.org/


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

             reply	other threads:[~2007-02-04  0:55 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-04  0:55 Ben Collins [this message]
2007-02-04  3:23 ` [PATCH] Fix kvm-svn/kernel build on 32-bit richardvoigt-Re5JQEeQqe8AvxtiuMwx3w
     [not found]   ` <2e59e6970702031923k467c198asd20266093ef858d9-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2007-02-04  3:31     ` Ben Collins
2007-02-04 10:11 ` Avi Kivity

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1170550557.6103.8.camel@gullible \
    --to=ben.collins-gewih/nmzzlqt0dzr+alfa@public.gmane.org \
    --cc=kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.