mbox series

[0/3] Fixes for virtio PCI interrupt handling

Message ID 20230912151623.2558794-1-keirf@google.com (mailing list archive)
Headers show
Series Fixes for virtio PCI interrupt handling | expand

Message

Keir Fraser Sept. 12, 2023, 3:16 p.m. UTC
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

 virtio/pci-legacy.c | 2 +-
 virtio/pci.c        | 9 ++++++---
 2 files changed, 7 insertions(+), 4 deletions(-)

Comments

Will Deacon Sept. 18, 2023, 11:05 a.m. UTC | #1
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,