On Tue, 18 Mar 2014 17:13:04 +0100 Paolo Bonzini <pbonzini@xxxxxxxxxx> wrote: > Il 17/03/2014 19:12, Cornelia Huck ha scritto: > > if (!qemu_opt_get_bool(qemu_get_machine_opts(), "kernel_irqchip", true) || > > - !kvm_check_extension(s, KVM_CAP_IRQCHIP)) { > > + (!kvm_check_extension(s, KVM_CAP_IRQCHIP) && > > + kvm_enable_cap_vm(s, KVM_CAP_S390_IRQCHIP))) { > > Please add a "< 0" here for clarity. > OK, makes sense. -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html