commit | 347f6aeeb1c943ec3c9bfa7e19488dc4f1f6f4b1 | [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:39:17 2023 +0000 |
tree | 7a286f0d63be049e002afbffcc9d55695caf88cc | |
parent | 18b6e8930efb8b90cf1cfd60d295f5501482ff83 [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>