[PATCH v2 3/7] KVM: irqchip: convey devid to kvm_set_msi
From: pbonzini@redhat.com (Paolo Bonzini)
Date: 2015-07-17 10:09:15
Also in:
kvm, kvmarm
From: pbonzini@redhat.com (Paolo Bonzini)
Date: 2015-07-17 10:09:15
Also in:
kvm, kvmarm
On 17/07/2015 09:27, Pavel Fedin wrote:
quoted
quoted
+ } else if (!msi->flags) + return -EINVAL;Did you mean "if (msg->flags)" here (inverted condition)?
Indeed, and also you need { } around the return for the QEMU coding
standard.
Paolo
quoted
quoted
+ + /* historically the route.type was not set */ +