From: Christoph Hellwig <hch@lst.de>
To: Huang Ying <ying.huang@intel.com>
Cc: Avi Kivity <avi@redhat.com>,
Anthony Liguori <anthony@codemonkey.ws>,
Andi Kleen <andi@firstfloor.org>,
qemu-devel@nongnu.org,
"kvm@vger.kernel.org" <kvm@vger.kernel.org>
Subject: Re: [Qemu-devel] [PATCH -v6] QEMU: MCE: Add MCE simulation to qemu/tcg
Date: Fri, 10 Jul 2009 20:30:19 +0200 [thread overview]
Message-ID: <20090710183019.GB8725@lst.de> (raw)
In-Reply-To: <1245722714.22246.424.camel@yhuang-dev.sh.intel.com>
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
WARNING: multiple messages have this Message-ID (diff)
From: Christoph Hellwig <hch@lst.de>
To: Huang Ying <ying.huang@intel.com>
Cc: "kvm@vger.kernel.org" <kvm@vger.kernel.org>,
Andi Kleen <andi@firstfloor.org>, Avi Kivity <avi@redhat.com>,
qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH -v6] QEMU: MCE: Add MCE simulation to qemu/tcg
Date: Fri, 10 Jul 2009 20:30:19 +0200 [thread overview]
Message-ID: <20090710183019.GB8725@lst.de> (raw)
In-Reply-To: <1245722714.22246.424.camel@yhuang-dev.sh.intel.com>
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
next prev parent reply other threads:[~2009-07-10 18:30 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-06-23 2:05 [PATCH -v6] QEMU: MCE: Add MCE simulation to qemu/tcg Huang Ying
2009-06-23 2:05 ` [Qemu-devel] " Huang Ying
2009-06-30 18:12 ` Anthony Liguori
2009-06-30 18:12 ` [Qemu-devel] " Anthony Liguori
2009-07-01 1:14 ` Huang Ying
2009-07-01 1:14 ` [Qemu-devel] " Huang Ying
2009-07-07 1:58 ` Huang Ying
2009-07-07 1:58 ` [Qemu-devel] " Huang Ying
2009-07-09 1:43 ` Huang Ying
2009-07-09 1:43 ` [Qemu-devel] " Huang Ying
2009-07-10 18:30 ` Christoph Hellwig [this message]
2009-07-10 18:30 ` [Qemu-devel] " Christoph Hellwig
2009-07-10 18:43 ` Anthony Liguori
2009-07-10 18:43 ` Anthony Liguori
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=20090710183019.GB8725@lst.de \
--to=hch@lst.de \
--cc=andi@firstfloor.org \
--cc=anthony@codemonkey.ws \
--cc=avi@redhat.com \
--cc=kvm@vger.kernel.org \
--cc=qemu-devel@nongnu.org \
--cc=ying.huang@intel.com \
/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.