[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-arm] [PATCH v12 09/12] Move related hwpoison page function to
From: |
gengdongjiu |
Subject: |
Re: [Qemu-arm] [PATCH v12 09/12] Move related hwpoison page function to accel/kvm/ folder |
Date: |
Mon, 13 Nov 2017 09:45:06 +0800 |
User-agent: |
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 |
On 2017/11/10 19:32, Paolo Bonzini wrote:
> 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?
Paolo,
Thanks for the comments, this structure is added in the accel/kvm/kvm-all.c
is also OK.
My previous thought is that this is structure definition, so I move it to a
header file.
If you think this structure should be added in accel/kvm/kvm-all.c, I will move
it.
thanks!
>
> Thanks,
>
> Paolo
>
> .
>
[Qemu-arm] [PATCH v12 11/12] hw/arm/virt: Add RAS platform version for migration, Dongjiu Geng, 2017/11/10
[Qemu-arm] [PATCH v12 07/12] target-arm: handle SError interrupt exception from the guest OS, Dongjiu Geng, 2017/11/10
[Qemu-arm] [PATCH v12 06/12] target-arm: kvm64: detect whether can set vsesr_el2, Dongjiu Geng, 2017/11/10
[Qemu-arm] [PATCH v12 10/12] ARM: ACPI: Add _E04 for hardware error device, Dongjiu Geng, 2017/11/10
[Qemu-arm] [PATCH v12 04/12] ACPI: enable APEI GHES in the configure file and build it, Dongjiu Geng, 2017/11/10
[Qemu-arm] [PATCH v12 03/12] docs: APEI GHES generation description, Dongjiu Geng, 2017/11/10
[Qemu-arm] [PATCH v12 05/12] linux-headers: sync against Linux v4.14-rc8, Dongjiu Geng, 2017/11/10
[Qemu-arm] [PATCH v12 12/12] target-arm: kvm64: handle SIGBUS signal from kernel or KVM, Dongjiu Geng, 2017/11/10