commit | d17f816891e988d0cbb3da8a0d3ee206ea41f4a9 | [log] [tgz] |
---|---|---|
author | Keir Fraser <keirf@google.com> | Tue Sep 12 14:35:10 2023 +0000 |
committer | Keir Fraser <keirf@google.com> | Tue Sep 12 15:08:13 2023 +0000 |
tree | 05d2d6986845bfdbcf0dc54fa3db7cd7edd14be0 | |
parent | 51a6f9286730337fc063c9f21049907cd8ef3c11 [diff] |
virtio/pci: Use consistent naming for the PCI ISR bit flags Avoid using VIRTIO_IRQ_{HIGH,LOW} which belong to a different namespace. Instead define VIRTIO_PCI_ISR_QUEUE as a logical extension of the VIRTIO_PCI_ISR_* namespace. Since this bit flag is missing from a header imported verbatim from Linux, define it directly in pci.c. Signed-off-by: Keir Fraser <keirf@google.com>