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

2018-06-07 Thread David Hildenbrand
On 07.06.2018 17:00, Igor Mammedov wrote: > On Mon, 4 Jun 2018 13:45:38 +0200 > David Hildenbrand wrote: > >> On 01.06.2018 13:17, Igor Mammedov wrote: >>> On Thu, 17 May 2018 10:15:25 +0200 >>> David Hildenbrand wrote: >>> Let's move all pre-plug checks we can do without the device bein

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

2018-06-07 Thread Igor Mammedov
On Mon, 4 Jun 2018 13:45:38 +0200 David Hildenbrand wrote: > On 01.06.2018 13:17, Igor Mammedov wrote: > > On Thu, 17 May 2018 10:15:25 +0200 > > David Hildenbrand wrote: > > > >> Let's move all pre-plug checks we can do without the device being > >> realized into the applicable hotplug handl

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

2018-06-04 Thread David Hildenbrand
On 01.06.2018 13:17, Igor Mammedov wrote: > On Thu, 17 May 2018 10:15:25 +0200 > David Hildenbrand wrote: > >> Let's move all pre-plug checks we can do without the device being >> realized into the applicable hotplug handler for pc and spapr. >> >> Signed-off-by: David Hildenbrand >> --- >> hw/

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

2018-06-01 Thread Igor Mammedov
On Thu, 17 May 2018 10:15:25 +0200 David Hildenbrand wrote: > Let's move all pre-plug checks we can do without the device being > realized into the applicable hotplug handler for pc and spapr. > > Signed-off-by: David Hildenbrand > --- > hw/i386/pc.c | 11 +++ > hw/mem/me

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

2018-05-17 Thread David Hildenbrand
Let's move all pre-plug checks we can do without the device being realized into the applicable hotplug handler for pc and spapr. Signed-off-by: David Hildenbrand --- hw/i386/pc.c | 11 +++ hw/mem/memory-device.c | 72 +++--- hw/pp