commit | 14717e2031862d9aa2512b24a7df42cf68a977ec | [log] [tgz] |
---|---|---|
author | Alex Williamson <alex.williamson@redhat.com> | Thu May 05 11:58:35 2016 -0600 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed May 11 22:37:55 2016 +0200 |
tree | 2e13c987730c4253cde756284492be1f5b4ea1ea | |
parent | b52f3ed02221252d8ee2c7d756e76fad4a5e84f6 [diff] |
kvm: Conditionally register IRQ bypass consumer If we don't support a mechanism for bypassing IRQs, don't register as a consumer. This eliminates meaningless dev_info()s when the connect fails between producer and consumer, such as on AMD systems where kvm_x86_ops->update_pi_irte is not implemented Signed-off-by: Alex Williamson <alex.williamson@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>