Re: [Qemu-devel] [PATCH v5 06/10] xics_kvm: Add cpu_destroy method to XICS

2015-12-01 Thread Bharata B Rao
On Tue, Dec 01, 2015 at 12:01:36PM +1100, David Gibson wrote: > On Fri, Nov 20, 2015 at 06:24:35PM +0530, Bharata B Rao wrote: > > XICS is setup for each CPU during initialization. Provide a routine > > to undo the same when CPU is unplugged. > > > > This allows reboot of a VM that has undergone C

Re: [Qemu-devel] [PATCH v5 06/10] xics_kvm: Add cpu_destroy method to XICS

2015-11-30 Thread David Gibson
On Fri, Nov 20, 2015 at 06:24:35PM +0530, Bharata B Rao wrote: > XICS is setup for each CPU during initialization. Provide a routine > to undo the same when CPU is unplugged. > > This allows reboot of a VM that has undergone CPU hotplug and unplug > to work correctly. > > Signed-off-by: Bharata B

[Qemu-devel] [PATCH v5 06/10] xics_kvm: Add cpu_destroy method to XICS

2015-11-20 Thread Bharata B Rao
XICS is setup for each CPU during initialization. Provide a routine to undo the same when CPU is unplugged. This allows reboot of a VM that has undergone CPU hotplug and unplug to work correctly. Signed-off-by: Bharata B Rao Reviewed-by: David Gibson --- hw/intc/xics.c| 12