kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] kvm: x86: Fix building on IA32 machine
@ 2011-02-08 12:17 Arun Thomas
  2011-02-08 12:40 ` Arun Thomas
  0 siblings, 1 reply; 3+ messages in thread
From: Arun Thomas @ 2011-02-08 12:17 UTC (permalink / raw)
  To: kvm; +Cc: Arun Thomas


Signed-off-by: Arun Thomas <arun.thomas@gmail.com>
---
 target-i386/helper.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/target-i386/helper.c b/target-i386/helper.c
index 30c5d5e..f439be9 100644
--- a/target-i386/helper.c
+++ b/target-i386/helper.c
@@ -1150,7 +1150,7 @@ void cpu_inject_x86_mce(CPUState *cenv, int bank, uint64_t status,
                     continue;
                 }
 
-                qemu_inject_x86_mce(env, 1, 0xa000000000000000, 0, 0, 0);
+                qemu_inject_x86_mce(env, 1, 0xa000000000000000ULL, 0, 0, 0);
             }
         }
     }
-- 
1.7.1


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

* Re: [PATCH] kvm: x86: Fix building on IA32 machine
  2011-02-08 12:17 [PATCH] kvm: x86: Fix building on IA32 machine Arun Thomas
@ 2011-02-08 12:40 ` Arun Thomas
  2011-02-08 13:01   ` Jan Kiszka
  0 siblings, 1 reply; 3+ messages in thread
From: Arun Thomas @ 2011-02-08 12:40 UTC (permalink / raw)
  To: kvm

I forgot to mention that this patch should fix these buildbot failures:

http://buildbot.b1-systems.de/qemu-kvm/builders/disable_kvm_i386_out_of_tree
http://buildbot.b1-systems.de/qemu-kvm/builders/disable_kvm_i386_debian_5_0

Best,
Arun

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

* Re: [PATCH] kvm: x86: Fix building on IA32 machine
  2011-02-08 12:40 ` Arun Thomas
@ 2011-02-08 13:01   ` Jan Kiszka
  0 siblings, 0 replies; 3+ messages in thread
From: Jan Kiszka @ 2011-02-08 13:01 UTC (permalink / raw)
  To: Arun Thomas; +Cc: kvm

On 2011-02-08 13:40, Arun Thomas wrote:
> I forgot to mention that this patch should fix these buildbot failures:
> 
> http://buildbot.b1-systems.de/qemu-kvm/builders/disable_kvm_i386_out_of_tree
> http://buildbot.b1-systems.de/qemu-kvm/builders/disable_kvm_i386_debian_5_0
> 

See http://thread.gmane.org/gmane.comp.emulators.kvm.devel/67445

Jan

-- 
Siemens AG, Corporate Technology, CT T DE IT 1
Corporate Competence Center Embedded Linux

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

end of thread, other threads:[~2011-02-08 13:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-08 12:17 [PATCH] kvm: x86: Fix building on IA32 machine Arun Thomas
2011-02-08 12:40 ` Arun Thomas
2011-02-08 13:01   ` Jan Kiszka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).