From: Huang Ying <ying.huang@intel.com>
To: Jin Dongming <jin.dongming@np.css.fujitsu.com>
Cc: Avi Kivity <avi@redhat.com>,
Marcelo Tosatti <mtosatti@redhat.com>,
Andi Kleen <andi@firstfloor.org>,
Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>,
Dean Nelson <dnelson@redhat.com>, KVM list <kvm@vger.kernel.org>
Subject: Re: [PATCH 1/2] Add "broadcast" option for mce command.
Date: Thu, 25 Nov 2010 09:33:38 +0800 [thread overview]
Message-ID: <1290648818.2903.182.camel@yhuang-dev> (raw)
In-Reply-To: <4CEDB9A2.1030606@np.css.fujitsu.com>
On Thu, 2010-11-25 at 09:19 +0800, Jin Dongming wrote:
[...]
> --- a/hmp-commands.hx
> +++ b/hmp-commands.hx
> @@ -1053,9 +1053,15 @@ ETEXI
>
> {
> .name = "mce",
> +#if defined(KVM_CAP_MCE)
> + .args_type = "cpu_index:i,bank:i,status:l,mcg_status:l,addr:l,misc:l,broadcast:s?",
> + .params = "cpu bank status mcgstatus addr misc [broadcast|b]",
> + .help = "inject a MCE on the given CPU [and broadcast to other CPUs]",
> +#else
> .args_type = "cpu_index:i,bank:i,status:l,mcg_status:l,addr:l,misc:l",
> .params = "cpu bank status mcgstatus addr misc",
> .help = "inject a MCE on the given CPU",
> +#endif
Broadcast can not be used by QEMU-TCG?
[...]
Best Regards,
Huang Ying
next prev parent reply other threads:[~2010-11-25 1:33 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-25 1:19 [PATCH 1/2] Add "broadcast" option for mce command Jin Dongming
2010-11-25 1:33 ` Huang Ying [this message]
2010-11-25 4:25 ` Jin Dongming
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=1290648818.2903.182.camel@yhuang-dev \
--to=ying.huang@intel.com \
--cc=andi@firstfloor.org \
--cc=avi@redhat.com \
--cc=dnelson@redhat.com \
--cc=jin.dongming@np.css.fujitsu.com \
--cc=kvm@vger.kernel.org \
--cc=mtosatti@redhat.com \
--cc=seto.hidetoshi@jp.fujitsu.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox