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

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

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

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

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

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

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

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