Re: [Qemu-devel] [PATCH v3 12/22] memory-device: complete factoring out plug handling

2018-09-24 Thread Igor Mammedov
On Thu, 20 Sep 2018 12:32:33 +0200 David Hildenbrand wrote: > With the new memory device functions in place, we can factor out > plugging of memory devices completely. > > Signed-off-by: David Hildenbrand > --- > hw/mem/memory-device.c | 10 +++--- > hw/mem/pc-dimm.c

Re: [Qemu-devel] [PATCH v3 12/22] memory-device: complete factoring out plug handling

2018-09-21 Thread David Gibson
On Thu, Sep 20, 2018 at 12:32:33PM +0200, David Hildenbrand wrote: > With the new memory device functions in place, we can factor out > plugging of memory devices completely. > > Signed-off-by: David Hildenbrand Reviewed-by: David Gibson > --- > hw/mem/memory-device.c | 10 +++---

[Qemu-devel] [PATCH v3 12/22] memory-device: complete factoring out plug handling

2018-09-20 Thread David Hildenbrand
With the new memory device functions in place, we can factor out plugging of memory devices completely. Signed-off-by: David Hildenbrand --- hw/mem/memory-device.c | 10 +++--- hw/mem/pc-dimm.c | 8 +--- include/hw/mem/memory-device.h | 3 +-- 3 files changed, 9 i