Message ID | 20230912151623.2558794-1-keirf@google.com (mailing list archive) |
---|---|
Headers | show |
Series | Fixes for virtio PCI interrupt handling | expand |
On Tue, 12 Sep 2023 15:16:20 +0000, Keir Fraser wrote: > Please consider these simple fixes and cleanups to legacy interrupt > handling for virtio PCI devices. > > Keir Fraser (3): > virtio/pci: Level-trigger the legacy IRQ line in all cases > virtio/pci: Treat PCI ISR as a set of bit flags > virtio/pci: Use consistent naming for the PCI ISR bit flags > > [...] Applied to kvmtool (master), thanks! [1/3] virtio/pci: Level-trigger the legacy IRQ line in all cases https://git.kernel.org/will/kvmtool/c/353fa0d89e29 [2/3] virtio/pci: Treat PCI ISR as a set of bit flags https://git.kernel.org/will/kvmtool/c/292144845000 [3/3] virtio/pci: Use consistent naming for the PCI ISR bit flags https://git.kernel.org/will/kvmtool/c/d560235f4556 Cheers,