On Wed, 27 Sep 2017 09:20:29 +0200 Christian Borntraeger <borntrae...@de.ibm.com> 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 models). > > Signed-off-by: Christian Borntraeger <borntrae...@de.ibm.com> > Reviewed-by: David Hildenbrand <da...@redhat.com> > --- > hw/intc/s390_flic.c | 8 ++------ > hw/intc/s390_flic_kvm.c | 16 +++++++++++----- > hw/s390x/css.c | 4 ++-- > hw/s390x/s390-virtio-ccw.c | 10 +++++++--- > include/hw/s390x/s390_flic.h | 1 - > target/s390x/kvm.c | 10 ++-------- > 6 files changed, 24 insertions(+), 25 deletions(-) Thanks, applied.