[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/3] s390x/pci: avoid double enable/disable of aif
From: |
Matthew Rosato |
Subject: |
Re: [PATCH 1/3] s390x/pci: avoid double enable/disable of aif |
Date: |
Wed, 17 Jan 2024 10:06:53 -0500 |
User-agent: |
Mozilla Thunderbird |
>> - 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.
[PATCH 2/3] s390x/pci: refresh fh before disabling aif, Matthew Rosato, 2024/01/16