Re: [Qemu-devel] [PATCH] xics: Add comment about CPU hotplug

2019-06-18 Thread David Gibson
On Mon, Jun 17, 2019 at 04:10:33PM +0200, Greg Kurz wrote: > So that no one is tempted to drop that code, which is never called > for cold plugged CPUs. > > Signed-off-by: Greg Kurz Applied, thanks. > --- > hw/intc/xics.c |1 + > 1 file changed, 1 insertion(+) > > diff --git

Re: [Qemu-devel] [PATCH] xics: Add comment about CPU hotplug

2019-06-17 Thread Cédric Le Goater
On 17/06/2019 16:10, Greg Kurz wrote: > So that no one is tempted to drop that code, which is never called > for cold plugged CPUs. > > Signed-off-by: Greg Kurz Reviewed-by: Cédric Le Goater Thanks, C.

[Qemu-devel] [PATCH] xics: Add comment about CPU hotplug

2019-06-17 Thread Greg Kurz
So that no one is tempted to drop that code, which is never called for cold plugged CPUs. Signed-off-by: Greg Kurz --- hw/intc/xics.c |1 + 1 file changed, 1 insertion(+) diff --git a/hw/intc/xics.c b/hw/intc/xics.c index 8535e583dd41..faa976e2f8a8 100644 --- a/hw/intc/xics.c +++