Re: [Qemu-devel] [PATCH v6 3/7] s390x/cpu: Move some CPU initialization into realize

2016-02-22 Thread Matthew Rosato
On 02/22/2016 12:35 PM, Andreas Färber wrote: > Am 22.02.2016 um 18:06 schrieb Matthew Rosato: >> In preparation for hotplug, defer some CPU initialization >> until the device is actually being realized. >> >> Signed-off-by: Matthew Rosato >> --- >> target-s390x/cpu.c | 9 ++--- >> 1 file cha

Re: [Qemu-devel] [PATCH v6 3/7] s390x/cpu: Move some CPU initialization into realize

2016-02-22 Thread Andreas Färber
Am 22.02.2016 um 18:06 schrieb Matthew Rosato: > In preparation for hotplug, defer some CPU initialization > until the device is actually being realized. > > Signed-off-by: Matthew Rosato > --- > target-s390x/cpu.c | 9 ++--- > 1 file changed, 6 insertions(+), 3 deletions(-) Looks reasonabl

[Qemu-devel] [PATCH v6 3/7] s390x/cpu: Move some CPU initialization into realize

2016-02-22 Thread Matthew Rosato
In preparation for hotplug, defer some CPU initialization until the device is actually being realized. Signed-off-by: Matthew Rosato --- target-s390x/cpu.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/target-s390x/cpu.c b/target-s390x/cpu.c index 603c2a1..8dfd063