Re: [Qemu-devel] [PATCH v2 12/23] vl: run "late" notifiers immediately

2015-06-04 Thread Paolo Bonzini
On 04/06/2015 08:39, Peter Crosthwaite wrote: > On Wed, Jun 3, 2015 at 10:08 AM, Paolo Bonzini wrote: >> If a machine_init_done notifier is added late, as part of a hot-plugged >> device, run it immediately. > > Blank line? Yes, thanks. Paolo >> Signed-off-by: Paolo Bonzini > > Reviewed-by

Re: [Qemu-devel] [PATCH v2 12/23] vl: run "late" notifiers immediately

2015-06-03 Thread Peter Crosthwaite
On Wed, Jun 3, 2015 at 10:08 AM, Paolo Bonzini wrote: > If a machine_init_done notifier is added late, as part of a hot-plugged > device, run it immediately. Blank line? > Signed-off-by: Paolo Bonzini Reviewed-by: Peter Crosthwaite > --- > vl.c | 6 ++ > 1 file changed, 6 insertions(+)

[Qemu-devel] [PATCH v2 12/23] vl: run "late" notifiers immediately

2015-06-03 Thread Paolo Bonzini
If a machine_init_done notifier is added late, as part of a hot-plugged device, run it immediately. Signed-off-by: Paolo Bonzini --- vl.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/vl.c b/vl.c index 0707cfa..00def69 100644 --- a/vl.c +++ b/vl.c @@ -2498,14 +2498,20 @@ static void q