All of lore.kernel.org
 help / color / mirror / Atom feed
From: gengdongjiu <gengdongjiu@huawei.com>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: Eduardo Habkost <ehabkost@redhat.com>,
	"kvm@vger.kernel.org" <kvm@vger.kernel.org>,
	"Michael S. Tsirkin" <mst@redhat.com>,
	Marc Zyngier <marc.zyngier@arm.com>,
	Linuxarm <linuxarm@huawei.com>,
	QEMU Developers <qemu-devel@nongnu.org>, <xuwei5@hisilicon.com>,
	Paolo Bonzini <pbonzini@redhat.com>,
	qemu-arm <qemu-arm@nongnu.org>, James Morse <james.morse@arm.com>,
	Shannon Zhao <zhaoshenglong@huawei.com>,
	Igor Mammedov <imammedo@redhat.com>,
	Laszlo Ersek <lersek@redhat.com>,
	Christoffer Dall <christoffer.dall@linaro.org>,
	Richard Henderson <rth@twiddle.net>
Subject: Re: [Qemu-devel] [PATCH v13 00/12] Add ARMv8 RAS virtualization support in QEMU
Date: Thu, 14 Dec 2017 09:24:36 +0800	[thread overview]
Message-ID: <500fe8d6-b154-30db-d14b-781f32875dd6@huawei.com> (raw)
In-Reply-To: <CAFEAcA-JmbR3RUMWrH2j5OrSitczu+KskE-NJyhsWrHbJCH_ZA@mail.gmail.com>

Hi peter,

On 2017/12/14 2:12, Peter Maydell wrote:
>> [v13,11/12] hw/arm/virt: Add RAS platform version for migration
>> [v13,12/12] target-arm: kvm64: handle SIGBUS signal from kernel or KVM
> Hi; unfortunately I only have one more working day this year, which
> isn't really enough to get up to speed sufficiently with RAS to
> review this patchset, so the earliest I'm likely to get to it is
> the week beginning 9th Jan.
Ok, thanks.

> 
> Hopefully somebody who understands RAS better than me will
> be able to review it before then.
I also hope somebody can review it before then.

> 
> thanks
> -- PMM

WARNING: multiple messages have this Message-ID (diff)
From: gengdongjiu <gengdongjiu@huawei.com>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: Eduardo Habkost <ehabkost@redhat.com>,
	"kvm@vger.kernel.org" <kvm@vger.kernel.org>,
	"Michael S. Tsirkin" <mst@redhat.com>,
	Marc Zyngier <marc.zyngier@arm.com>,
	Linuxarm <linuxarm@huawei.com>,
	QEMU Developers <qemu-devel@nongnu.org>,
	xuwei5@hisilicon.com, Paolo Bonzini <pbonzini@redhat.com>,
	qemu-arm <qemu-arm@nongnu.org>, James Morse <james.morse@arm.com>,
	Shannon Zhao <zhaoshenglong@huawei.com>,
	Igor Mammedov <imammedo@redhat.com>,
	Laszlo Ersek <lersek@redhat.com>,
	Christoffer Dall <christoffer.dall@linaro.org>,
	Richard Henderson <rth@twiddle.net>
Subject: Re: [Qemu-devel] [PATCH v13 00/12] Add ARMv8 RAS virtualization support in QEMU
Date: Thu, 14 Dec 2017 09:24:36 +0800	[thread overview]
Message-ID: <500fe8d6-b154-30db-d14b-781f32875dd6@huawei.com> (raw)
In-Reply-To: <CAFEAcA-JmbR3RUMWrH2j5OrSitczu+KskE-NJyhsWrHbJCH_ZA@mail.gmail.com>

Hi peter,

On 2017/12/14 2:12, Peter Maydell wrote:
>> [v13,11/12] hw/arm/virt: Add RAS platform version for migration
>> [v13,12/12] target-arm: kvm64: handle SIGBUS signal from kernel or KVM
> Hi; unfortunately I only have one more working day this year, which
> isn't really enough to get up to speed sufficiently with RAS to
> review this patchset, so the earliest I'm likely to get to it is
> the week beginning 9th Jan.
Ok, thanks.

> 
> Hopefully somebody who understands RAS better than me will
> be able to review it before then.
I also hope somebody can review it before then.

> 
> thanks
> -- PMM

  reply	other threads:[~2017-12-14  1:25 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1511807966-23936-1-git-send-email-gengdongjiu@huawei.com>
2017-12-04 12:15 ` [PATCH v13 00/12] Add ARMv8 RAS virtualization support in QEMU gengdongjiu
2017-12-04 12:15   ` [Qemu-devel] " gengdongjiu
2017-12-11 11:31   ` gengdongjiu
2017-12-11 11:31     ` [Qemu-devel] " gengdongjiu
2017-12-11 13:32     ` Igor Mammedov
2017-12-11 13:32       ` [Qemu-devel] " Igor Mammedov
2017-12-12  1:31       ` gengdongjiu
2017-12-12  1:31         ` [Qemu-devel] " gengdongjiu
2017-12-13  3:59       ` gengdongjiu
2017-12-13  3:59         ` [Qemu-devel] " gengdongjiu
2017-12-13 18:12         ` Peter Maydell
2017-12-13 18:12           ` [Qemu-devel] " Peter Maydell
2017-12-14  1:24           ` gengdongjiu [this message]
2017-12-14  1:24             ` gengdongjiu
2017-11-27 18:49 Dongjiu Geng

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=500fe8d6-b154-30db-d14b-781f32875dd6@huawei.com \
    --to=gengdongjiu@huawei.com \
    --cc=christoffer.dall@linaro.org \
    --cc=ehabkost@redhat.com \
    --cc=imammedo@redhat.com \
    --cc=james.morse@arm.com \
    --cc=kvm@vger.kernel.org \
    --cc=lersek@redhat.com \
    --cc=linuxarm@huawei.com \
    --cc=marc.zyngier@arm.com \
    --cc=mst@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-arm@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    --cc=rth@twiddle.net \
    --cc=xuwei5@hisilicon.com \
    --cc=zhaoshenglong@huawei.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.