>> - return kvm_vm_ioctl(kvm_state, KVM_S390_ZPCI_OP, &args); >> + if (!pbdev->aif) { >> + return -EINVAL; >> + } >> + >> + rc = kvm_vm_ioctl(kvm_state, KVM_S390_ZPCI_OP, &args); >> + if (rc == 0) { >> + pbev->aif = false; > > s/pbev/pbdev/ > > You fix this in patch 2. :) >
Oops, thanks for catching that.