]> git.ipfire.org Git - thirdparty/qemu.git/commit
ioapic: kvm: Skip route updates for masked pins
authorJan Kiszka <jan.kiszka@siemens.com>
Sun, 2 Jun 2019 11:42:13 +0000 (13:42 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 25 Jul 2019 08:17:35 +0000 (04:17 -0400)
commitbe1927c97e564346cbd409cb17fe611df74b84e5
tree236d56ce7b9c2355a9a75e722c91d1d0db5736f5
parent21e2acd583126db94f6d881005cd58e835160582
ioapic: kvm: Skip route updates for masked pins

Masked entries will not generate interrupt messages, thus do no need to
be routed by KVM. This is a cosmetic cleanup, just avoiding warnings of
the kind

qemu-system-x86_64: vtd_irte_get: detected non-present IRTE (index=0, high=0xff00, low=0x100)

if the masked entry happens to reference a non-present IRTE.

Cc: qemu-stable@nongnu.org
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Message-Id: <a84b7e03-f9a8-b577-be27-4d93d1caa1c9@siemens.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Peter Xu <peterx@redhat.com>
hw/intc/ioapic.c