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

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to