[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-ppc] [PATCH v5 00/16] memory-device: complete refactoring
From: |
David Hildenbrand |
Subject: |
Re: [Qemu-ppc] [PATCH v5 00/16] memory-device: complete refactoring |
Date: |
Tue, 9 Oct 2018 11:32:32 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.0 |
On 05/10/2018 11:20, David Hildenbrand wrote:
> This series completes refactoring of pre_plug, plug and unplug logic of
> memory devices. With this as a basis, we can built e.g. virtio
> based memory devices or internal "RAM chip" devices.
>
> I dropped the virtio-pmem prototype for now, I will look into plugging
> it differently next. But this part in this series here is independent of
> hotplug handler changes required to make it work for virtio devices.
>
> v4 -> v5:
> - Added a bunch of RB's
> - Minor spelling fixed
> - Dropped "memory-device: add class function get_device_id()"
> - Added "memory-device: improve "range conflicts" error message
> - Dropped "memory-device: handle integer overflows properly"
> -- Will require more changes. But I am able to reproduce some overflows.
> - "memory-device: document MemoryDeviceClass"
> -- Changed documentation format as requested by Auger
> - "memory-device: trace when pre_plugging/plugging/unplugging"
> -- Include device ID and rename tracepoints.
@Paolo, @Eduardo this seems to be ready to get picked up. Thanks!
--
Thanks,
David / dhildenb
- [Qemu-ppc] [PATCH v5 09/16] memory-device: add and use memory_device_get_region_size(), (continued)
- [Qemu-ppc] [PATCH v5 09/16] memory-device: add and use memory_device_get_region_size(), David Hildenbrand, 2018/10/05
- [Qemu-ppc] [PATCH v5 04/16] pc-dimm: pass PCDIMMDevice to pc_dimm_.*plug, David Hildenbrand, 2018/10/05
- [Qemu-ppc] [PATCH v5 02/16] memory-device: fix error message when hinted address is too small, David Hildenbrand, 2018/10/05
- [Qemu-ppc] [PATCH v5 03/16] memory-device: improve "range conflicts" error message, David Hildenbrand, 2018/10/05
- [Qemu-ppc] [PATCH v5 07/16] memory-device: forward errors in get_region_size()/get_plugged_size(), David Hildenbrand, 2018/10/05
- [Qemu-ppc] [PATCH v5 05/16] memory-device: use memory device terminology in error messages, David Hildenbrand, 2018/10/05
- [Qemu-ppc] [PATCH v5 06/16] memory-device: introduce separate config option, David Hildenbrand, 2018/10/05
- [Qemu-ppc] [PATCH v5 01/16] memory-device: fix alignment error message, David Hildenbrand, 2018/10/05
- Re: [Qemu-ppc] [PATCH v5 00/16] memory-device: complete refactoring,
David Hildenbrand <=