Re: [Qemu-devel] [PATCH v8 4/7] s390x/cpu: Tolerate max_cpus

2016-03-04 Thread Matthew Rosato
On 03/04/2016 03:05 AM, David Hildenbrand wrote: >> Once hotplug is enabled, interrupts may come in for CPUs >> with an address > smp_cpus. Allocate for this and allow >> search routines to look beyond smp_cpus. >> >> Signed-off-by: Matthew Rosato >> --- >> hw/s390x/s390-virtio.c | 13 +++---

Re: [Qemu-devel] [PATCH v8 4/7] s390x/cpu: Tolerate max_cpus

2016-03-04 Thread David Hildenbrand
> Once hotplug is enabled, interrupts may come in for CPUs > with an address > smp_cpus. Allocate for this and allow > search routines to look beyond smp_cpus. > > Signed-off-by: Matthew Rosato > --- > hw/s390x/s390-virtio.c | 13 +++-- > 1 file changed, 7 insertions(+), 6 deletions(-)