qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCHv2 0/3] pci: interrupt status/interrupt disable support
@ 2009-11-26 15:48 Michael S. Tsirkin
  2009-11-27  2:33 ` [Qemu-devel] " Isaku Yamahata
  0 siblings, 1 reply; 2+ messages in thread
From: Michael S. Tsirkin @ 2009-11-26 15:48 UTC (permalink / raw)
  To: qemu-devel, anthony, yamahata, paul, quintela

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.

Changes from v1:
- Addressed review comments:
  get rid of irq_state and irq_disabled fields
  in PCI device as suggested by Paul Brook
  and Isaku Yamahata.

Michael S. Tsirkin (3):
  pci: prepare irq code for interrupt state
  pci: interrupt status bit implementation
  pci: interrupt disable bit support

 hw/pci.c |  144 +++++++++++++++++++++++++++++++++++++++++++++++++++++--------
 hw/pci.h |    4 +-
 2 files changed, 128 insertions(+), 20 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-11-27  2:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-26 15:48 [Qemu-devel] [PATCHv2 0/3] pci: interrupt status/interrupt disable support Michael S. Tsirkin
2009-11-27  2:33 ` [Qemu-devel] " Isaku Yamahata

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).