Re: [Qemu-devel] [PATCH v3 2/3] s390x/ais: enable ais when migration is available

2017-09-28 Thread Cornelia Huck
On Wed, 27 Sep 2017 09:20:29 +0200 Christian Borntraeger wrote: > Instead of unconditionally enabling the KVM AIS capability > in the kvm arch init function, do this in the flic realize function > when we know if migration is available. This requires to initialize > flic before the CPUs (and cpu

[Qemu-devel] [PATCH v3 2/3] s390x/ais: enable ais when migration is available

2017-09-27 Thread Christian Borntraeger
Instead of unconditionally enabling the KVM AIS capability in the kvm arch init function, do this in the flic realize function when we know if migration is available. This requires to initialize flic before the CPUs (and cpu models). Signed-off-by: Christian Borntraeger Reviewed-by: David Hildenb