qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v2 0/2] qemu vfio-pci: PCIe and generic config space


From: Alex Williamson
Subject: [Qemu-devel] [PATCH v2 0/2] qemu vfio-pci: PCIe and generic config space mangling
Date: Mon, 18 Feb 2013 13:15:46 -0700
User-agent: StGit/0.16

v2: Removing trailing \n from error_report calls

This series generalizes the places where we already rely on QEMU
config space emulation to make it easier to add various other fields.
It turns out that when we start running on Q35 Windows cares quite
a bit about the PCIe type we expose.  Drivers will fail to load if
not set to something valid and appropriate for the bus.  We don't
have anything in place yet to tell what the bus is, so for now we
rely on a temporary option that will eventually get replaced by
something automatic.  Thanks,

Alex

---

Alex Williamson (2):
      vfio-pci: Generalize PCI config mangling
      vfio-pci: Add PCIe capability mangling based on bus type


 hw/vfio_pci.c |  209 ++++++++++++++++++++++++++++++++++++++++++++++-----------
 1 file changed, 170 insertions(+), 39 deletions(-)



reply via email to

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