qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v4 0/2] PCI learns about VGA
@ 2013-03-03 17:21 Alex Williamson
  2013-03-03 17:21 ` [Qemu-devel] [PATCH v4 1/2] pci: Add PCI VGA helpers Alex Williamson
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Alex Williamson @ 2013-03-03 17:21 UTC (permalink / raw)
  To: mst; +Cc: qemu-devel

Bridges aren't the only thing that needs to know about VGA, any class
VGA device can register for VGA.  This adds infrastructure to PCI to
allow devices to register VGA regions and incorporates the previous
PCI bridge only patch to also make use of this.  vfio-pci will also
use the pci_register_vga() interface when attaching VGA devices.

v4: Add common pci_vga_[un]register helpers and convert pci_bridge
v3: pci_bridge only: add comments and enable bits for snooping & alias
v2: pci_bridge only: BRIDGE_CONTROL is 2 bytes

---

Alex Williamson (2):
      pci: Add PCI VGA helpers
      pci: Teach PCI Bridges about VGA routing


 hw/pci/pci.c        |   65 +++++++++++++++++++++++++++++++++++++++++++++++++++
 hw/pci/pci.h        |   21 ++++++++++++++++
 hw/pci/pci_bridge.c |   45 ++++++++++++++++++++++++++++++++++-
 hw/pci/pci_bus.h    |    7 +++++
 hw/pci/pcie_port.c  |    2 ++
 5 files changed, 138 insertions(+), 2 deletions(-)

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

end of thread, other threads:[~2013-03-04  9:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-03 17:21 [Qemu-devel] [PATCH v4 0/2] PCI learns about VGA Alex Williamson
2013-03-03 17:21 ` [Qemu-devel] [PATCH v4 1/2] pci: Add PCI VGA helpers Alex Williamson
2013-03-03 17:21 ` [Qemu-devel] [PATCH v4 2/2] pci: Teach PCI Bridges about VGA routing Alex Williamson
2013-03-04  1:39   ` Peter Maydell
2013-03-04  1:52     ` Alex Williamson
2013-03-04  9:09   ` Michael S. Tsirkin
2013-03-04  9:15 ` [Qemu-devel] [PATCH v4 0/2] PCI learns about VGA Michael S. Tsirkin

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