[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-ppc] [Qemu-devel] [PATCH v2 08/12] nvdimm: no need to overwrit
From: |
David Hildenbrand |
Subject: |
Re: [Qemu-ppc] [Qemu-devel] [PATCH v2 08/12] nvdimm: no need to overwrite get_vmstate_memory_region() |
Date: |
Fri, 15 Jun 2018 14:50:31 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 |
On 15.06.2018 14:46, Igor Mammedov wrote:
> On Fri, 15 Jun 2018 13:24:56 +0200
> David Hildenbrand <address@hidden> wrote:
>
>> Our parent class (PC_DIMM) provides exactly the same function.
>>
>> Reviewed-by: David Gibson <address@hidden>
>> Reviewed-by: Igor Mammedov <address@hidden>
>> Signed-off-by: David Hildenbrand <address@hidden>
>> ---
>> hw/mem/nvdimm.c | 6 ------
>> 1 file changed, 6 deletions(-)
>>
>> diff --git a/hw/mem/nvdimm.c b/hw/mem/nvdimm.c
>> index 37e19044d6..df9716231f 100644
>> --- a/hw/mem/nvdimm.c
>> +++ b/hw/mem/nvdimm.c
>> @@ -166,11 +166,6 @@ static void nvdimm_write_label_data(NVDIMMDevice
>> *nvdimm, const void *buf,
>> memory_region_set_dirty(mr, backend_offset, size);
>> }
>>
>> -static MemoryRegion *nvdimm_get_vmstate_memory_region(PCDIMMDevice *dimm)
>> -{
>> - return host_memory_backend_get_memory(dimm->hostmem, &error_abort);
>> -}
>> -
>> static void nvdimm_class_init(ObjectClass *oc, void *data)
>> {
>> PCDIMMDeviceClass *ddc = PC_DIMM_CLASS(oc);
>> @@ -178,7 +173,6 @@ static void nvdimm_class_init(ObjectClass *oc, void
>> *data)
>>
>> ddc->realize = nvdimm_realize;
>> ddc->get_memory_region = nvdimm_get_memory_region;
>> - ddc->get_vmstate_memory_region = nvdimm_get_vmstate_memory_region;
>>
>> nvc->read_label_data = nvdimm_read_label_data;
>> nvc->write_label_data = nvdimm_write_label_data;
>
> maybe put this patch before 7/12 ?
>
Yes, that's how it was before moving all nvdimm patches into one chunk.
--
Thanks,
David / dhildenb
- [Qemu-ppc] [PATCH v2 03/12] pc-dimm: rename pc_dimm_memory_* to pc_dimm_*, (continued)
- [Qemu-ppc] [PATCH v2 03/12] pc-dimm: rename pc_dimm_memory_* to pc_dimm_*, David Hildenbrand, 2018/06/15
- [Qemu-ppc] [PATCH v2 05/12] pc: factor out pc specific dimm checks into pc_memory_pre_plug(), David Hildenbrand, 2018/06/15
- [Qemu-ppc] [PATCH v2 04/12] pc-dimm: remove pc_dimm_get_free_slot() from header, David Hildenbrand, 2018/06/15
- [Qemu-ppc] [PATCH v2 06/12] hostmem: drop error variable from host_memory_backend_get_memory(), David Hildenbrand, 2018/06/15
- [Qemu-ppc] [PATCH v2 08/12] nvdimm: no need to overwrite get_vmstate_memory_region(), David Hildenbrand, 2018/06/15
- [Qemu-ppc] [PATCH v2 07/12] pc-dimm: merge get_(vmstate_)memory_region(), David Hildenbrand, 2018/06/15
- [Qemu-ppc] [PATCH v2 09/12] nvdimm: convert "unarmed" into a static property, David Hildenbrand, 2018/06/15
- [Qemu-ppc] [PATCH v2 10/12] nvdimm: convert "label-size" into a static property, David Hildenbrand, 2018/06/15
- [Qemu-ppc] [PATCH v2 11/12] nvdimm: make get_memory_region() perform checks and initialization, David Hildenbrand, 2018/06/15
- [Qemu-ppc] [PATCH v2 12/12] pc-dimm: get_memory_region() will not fail after realize, David Hildenbrand, 2018/06/15