All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jin Dongming <jin.dongming@np.css.fujitsu.com>
To: Marcelo Tosatti <mtosatti@redhat.com>
Cc: Avi Kivity <avi@redhat.com>, Andi Kleen <andi@firstfloor.org>,
	Huang Ying <ying.huang@intel.com>,
	Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>,
	Dean Nelson <dnelson@redhat.com>, KVM list <kvm@vger.kernel.org>
Subject: Re: [PATCH 3/3] kvm, x86: introduce kvm_inject_x86_mce_on
Date: Tue, 21 Dec 2010 08:57:24 +0900	[thread overview]
Message-ID: <4D0FED64.4080102@np.css.fujitsu.com> (raw)
In-Reply-To: <20101220112953.GB21124@amt.cnet>

Hi, Marcelo-san

(2010/12/20 20:29), Marcelo Tosatti wrote:
> On Fri, Dec 10, 2010 at 05:25:20PM +0900, Jin Dongming wrote:
>> Pass a table instead of multiple args.
>>
>> Note:
>>
>>     kvm_inject_x86_mce(env, bank, status, mcg_status, addr, misc,
>>                        abort_on_error);
>>
>> is equal to:
>>
>>     struct kvm_x86_mce mce = {
>>         .bank = bank,
>>         .status = status,
>>         .mcg_status = mcg_status,
>>         .addr = addr,
>>         .misc = misc,
>>     };
>>     kvm_inject_x86_mce_on(env, &mce, abort_on_error);
>>
>> Signed-off-by: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
>> Signed-off-by: Jin Dongming <jin.dongming@np.css.fujitsu.com>
> 
> Looks good, can you please regenerate against qemu-kvm.git's uq/master
> branch?
OK. I will do it as soon as possible.

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



  reply	other threads:[~2010-12-20 23:55 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-10  8:25 [PATCH 3/3] kvm, x86: introduce kvm_inject_x86_mce_on Jin Dongming
2010-12-20 11:29 ` Marcelo Tosatti
2010-12-20 23:57   ` Jin Dongming [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-12-22  3:24 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=4D0FED64.4080102@np.css.fujitsu.com \
    --to=jin.dongming@np.css.fujitsu.com \
    --cc=andi@firstfloor.org \
    --cc=avi@redhat.com \
    --cc=dnelson@redhat.com \
    --cc=kvm@vger.kernel.org \
    --cc=mtosatti@redhat.com \
    --cc=seto.hidetoshi@jp.fujitsu.com \
    --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.