From: Paolo Bonzini <pbonzini@redhat.com>
To: Dongjiu Geng <gengdongjiu@huawei.com>,
mst@redhat.com, imammedo@redhat.com, zhaoshenglong@huawei.com,
peter.maydell@linaro.org, mtosatti@redhat.com,
james.morse@arm.com, lersek@redhat.com, marc.zyngier@arm.com,
christoffer.dall@linaro.org, rth@twiddle.net,
ehabkost@redhat.com, kvm@vger.kernel.org, guohanjun@huawei.com,
lijinyue@huawei.com, huangshaoyu@huawei.com,
wuquanming@huawei.com, zhengqiang10@huawei.com,
linuxarm@huawei.com, qemu-devel@nongnu.org, qemu-arm@nongnu.org
Subject: Re: [Qemu-devel] [PATCH v12 09/12] Move related hwpoison page function to accel/kvm/ folder
Date: Fri, 10 Nov 2017 12:32:02 +0100 [thread overview]
Message-ID: <3017b1b9-24d7-565b-1180-a0eb93c6d57a@redhat.com> (raw)
In-Reply-To: <1510341591-22817-10-git-send-email-gengdongjiu@huawei.com>
On 10/11/2017 20:19, Dongjiu Geng wrote:
> +typedef struct HWPoisonPage {
> + ram_addr_t ram_addr;
> + QLIST_ENTRY(HWPoisonPage) list;
> +} HWPoisonPage;
> +
Is this actually needed outside accel/kvm/kvm-all.c?
Thanks,
Paolo
next prev parent reply other threads:[~2017-11-10 11:32 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-10 19:19 [Qemu-devel] [PATCH v12 00/12] Add RAS virtualization support in QEMU Dongjiu Geng
2017-11-10 19:19 ` [Qemu-devel] [PATCH v12 01/12] ACPI: add related GHES structures and macros definition Dongjiu Geng
2017-11-10 19:19 ` [Qemu-devel] [PATCH v12 02/12] ACPI: Add APEI GHES table generation and CPER record support Dongjiu Geng
2017-11-10 19:19 ` [Qemu-devel] [PATCH v12 03/12] docs: APEI GHES generation description Dongjiu Geng
2017-11-10 19:19 ` [Qemu-devel] [PATCH v12 04/12] ACPI: enable APEI GHES in the configure file and build it Dongjiu Geng
2017-11-10 19:19 ` [Qemu-devel] [PATCH v12 05/12] linux-headers: sync against Linux v4.14-rc8 Dongjiu Geng
2017-11-10 19:19 ` [Qemu-devel] [PATCH v12 06/12] target-arm: kvm64: detect whether can set vsesr_el2 Dongjiu Geng
2017-11-10 19:19 ` [Qemu-devel] [PATCH v12 07/12] target-arm: handle SError interrupt exception from the guest OS Dongjiu Geng
2017-11-10 19:19 ` [Qemu-devel] [PATCH v12 08/12] target-arm: kvm64: inject synchronous External Abort Dongjiu Geng
2017-11-10 19:19 ` [Qemu-devel] [PATCH v12 09/12] Move related hwpoison page function to accel/kvm/ folder Dongjiu Geng
2017-11-10 11:32 ` Paolo Bonzini [this message]
2017-11-13 1:45 ` gengdongjiu
2017-11-13 8:27 ` Paolo Bonzini
2017-11-13 8:36 ` gengdongjiu
2017-12-13 4:09 ` gengdongjiu
2017-11-10 19:19 ` [Qemu-devel] [PATCH v12 10/12] ARM: ACPI: Add _E04 for hardware error device Dongjiu Geng
2017-11-10 19:19 ` [Qemu-devel] [PATCH v12 11/12] hw/arm/virt: Add RAS platform version for migration Dongjiu Geng
2017-11-10 19:19 ` [Qemu-devel] [PATCH v12 12/12] target-arm: kvm64: handle SIGBUS signal from kernel or KVM 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=3017b1b9-24d7-565b-1180-a0eb93c6d57a@redhat.com \
--to=pbonzini@redhat.com \
--cc=christoffer.dall@linaro.org \
--cc=ehabkost@redhat.com \
--cc=gengdongjiu@huawei.com \
--cc=guohanjun@huawei.com \
--cc=huangshaoyu@huawei.com \
--cc=imammedo@redhat.com \
--cc=james.morse@arm.com \
--cc=kvm@vger.kernel.org \
--cc=lersek@redhat.com \
--cc=lijinyue@huawei.com \
--cc=linuxarm@huawei.com \
--cc=marc.zyngier@arm.com \
--cc=mst@redhat.com \
--cc=mtosatti@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=rth@twiddle.net \
--cc=wuquanming@huawei.com \
--cc=zhaoshenglong@huawei.com \
--cc=zhengqiang10@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).