Re: [Qemu-devel] [PATCH v4 14/14] memory-device: factor out plug into hotplug handler

2018-06-04 Thread David Hildenbrand
On 01.06.2018 13:39, Igor Mammedov wrote: > On Thu, 17 May 2018 10:15:27 +0200 > David Hildenbrand wrote: > >> Let's move the plug logic into the applicable hotplug handler for pc and >> spapr. >> >> Signed-off-by: David Hildenbrand >> --- >> hw/i386/pc.c | 35

Re: [Qemu-devel] [PATCH v4 14/14] memory-device: factor out plug into hotplug handler

2018-06-01 Thread Igor Mammedov
On Thu, 17 May 2018 10:15:27 +0200 David Hildenbrand wrote: > Let's move the plug logic into the applicable hotplug handler for pc and > spapr. > > Signed-off-by: David Hildenbrand > --- > hw/i386/pc.c | 35 --- > hw/mem/memory-device.c

[Qemu-devel] [PATCH v4 14/14] memory-device: factor out plug into hotplug handler

2018-05-17 Thread David Hildenbrand
Let's move the plug logic into the applicable hotplug handler for pc and spapr. Signed-off-by: David Hildenbrand --- hw/i386/pc.c | 35 --- hw/mem/memory-device.c | 40 ++--