qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH -v6] QEMU: MCE: Add MCE simulation to qemu/tcg


From: Christoph Hellwig
Subject: Re: [Qemu-devel] [PATCH -v6] QEMU: MCE: Add MCE simulation to qemu/tcg
Date: Fri, 10 Jul 2009 20:30:19 +0200
User-agent: Mutt/1.3.28i

On Tue, Jun 23, 2009 at 10:05:14AM +0800, Huang Ying wrote:
> - MCE features are initialized when VCPU is intialized according to CPUID.
> - A monitor command "mce" is added to inject a MCE.
> - A new interrupt mask: CPU_INTERRUPT_MCE is added to inject the MCE.

This patch (now in the qemu tree) breaks compilation for me on i386:

/home/hch/work/qemu/target-i386/helper.c: In function
'cpu_inject_x86_mce':
/home/hch/work/qemu/target-i386/helper.c:1510: error: left shift count >= width 
of type
/home/hch/work/qemu/target-i386/helper.c:1517: error: left shift count >= width 
of type
/home/hch/work/qemu/target-i386/helper.c:1525: error: left shift count >= width 
of type
/home/hch/work/qemu/target-i386/helper.c:1527: error: left shift count >= width 
of type
/home/hch/work/qemu/target-i386/helper.c:1536: error: left shift count >= width 
of type
/home/hch/work/qemu/target-i386/helper.c:1537: error: left shift count >= width 
of type
/home/hch/work/qemu/target-i386/helper.c:1543: error: left shift count >= width 
of type
/home/hch/work/qemu/target-i386/helper.c:1545: error: left shift count >= width 
of type
/home/hch/work/qemu/target-i386/helper.c:1546: error: left shift count >= width 
of type
/home/hch/work/qemu/target-i386/helper.c:1551: error: left shift count >= width 
of type





reply via email to

[Prev in Thread] Current Thread [Next in Thread]