qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel]  [PATCH 0/3] hw: set irq without selecting INTx pin
@ 2013-09-29 14:40 Marcel Apfelbaum
  2013-09-29 14:40 ` [Qemu-devel] [PATCH 1/3] hw/pci: " Marcel Apfelbaum
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Marcel Apfelbaum @ 2013-09-29 14:40 UTC (permalink / raw)
  To: qemu-devel
  Cc: kwolf, peter.crosthwaite, stefanha, mst, sw, jasowang, dkoch,
	alex.williamson, av1474, paul, anthony, pbonzini, afaerber,
	kraxel

Interrupt pin is selected and saved into PCI_INTERRUPT_PIN
register during device initialization. Devices should not call
directly qemu_set_irq and specify the INTx pin.

Replaced the call to qemu_set_irq with a new wrapper
pci_set_irq which triggers the irq based on PCI_INTERRUPT_PIN.

Marcel Apfelbaum (3):
  hw/pci: set irq without selecting INTx pin
  hw/pci-bridge: set PCI_INTERRUPT_PIN register before shpc init
  hw: assert/deassert interrupts using pci_set_irq wrapper

 hw/audio/ac97.c                | 4 ++--
 hw/audio/es1370.c              | 2 +-
 hw/audio/intel-hda.c           | 2 +-
 hw/char/serial-pci.c           | 2 +-
 hw/char/tpci200.c              | 4 ++--
 hw/display/qxl.c               | 2 +-
 hw/ide/cmd646.c                | 2 +-
 hw/isa/vt82c686.c              | 2 +-
 hw/misc/ivshmem.c              | 2 +-
 hw/net/e1000.c                 | 2 +-
 hw/net/rtl8139.c               | 2 +-
 hw/pci-bridge/pci_bridge_dev.c | 2 +-
 hw/pci/pci.c                   | 6 +++---
 hw/pci/shpc.c                  | 2 +-
 hw/scsi/lsi53c895a.c           | 2 +-
 hw/scsi/vmw_pvscsi.c           | 2 +-
 hw/virtio/virtio-pci.c         | 4 ++--
 include/hw/pci/pci.h           | 7 +++++++
 18 files changed, 29 insertions(+), 22 deletions(-)

-- 
1.8.3.1

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

end of thread, other threads:[~2013-09-30 10:58 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-29 14:40 [Qemu-devel] [PATCH 0/3] hw: set irq without selecting INTx pin Marcel Apfelbaum
2013-09-29 14:40 ` [Qemu-devel] [PATCH 1/3] hw/pci: " Marcel Apfelbaum
2013-09-29 14:40 ` [Qemu-devel] [PATCH 2/3] hw/pci-bridge: set PCI_INTERRUPT_PIN register before shpc init Marcel Apfelbaum
2013-09-29 14:40 ` [Qemu-devel] [PATCH 3/3] hw: assert/deassert interrupts using pci_set_irq wrapper Marcel Apfelbaum
2013-09-29 15:06 ` [Qemu-devel] [PATCH 0/3] hw: set irq without selecting INTx pin Michael S. Tsirkin
2013-09-29 15:24   ` Marcel Apfelbaum
2013-09-29 15:31     ` Michael S. Tsirkin
2013-09-30  8:14   ` Marcel Apfelbaum
2013-09-30  8:58     ` Michael S. Tsirkin
2013-09-30  9:02       ` Paolo Bonzini
2013-09-30  9:14         ` Michael S. Tsirkin
2013-09-30  9:43           ` Marcel Apfelbaum
2013-09-30 10:10             ` Michael S. Tsirkin
2013-09-30 10:39               ` Marcel Apfelbaum
2013-09-30 10:58                 ` Paolo Bonzini

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).