qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/4] pci: interrupt status/interrupt disable support


From: Michael S. Tsirkin
Subject: [Qemu-devel] [PATCH 0/4] pci: interrupt status/interrupt disable support
Date: Wed, 25 Nov 2009 18:58:34 +0200
User-agent: Mutt/1.5.19 (2009-01-05)

This patchset adds support for mandatory interupt
status and interrupt disable bits to all
PCI devices.  This is required for PCI compliancy.

These patches are on top of my pci tree,
including Isaku Yamahata's fixes.
If this is a problem, let me know and
I will rebase.

This works fine for me, but since this touches
all PCI devices, please review carefully.

Michael S. Tsirkin (4):
  pci: rearrange code for interrupts
  pci: track IRQ status
  pci: interrupt status bit implementation
  pci: interrupt disable bit support

 hw/pci.c |   83 +++++++++++++++++++++++++++++++++++++++++++++++++++++---------
 hw/pci.h |    8 ++++++
 2 files changed, 79 insertions(+), 12 deletions(-)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]