qemu-devel
[Top][All Lists]
Advanced

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

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


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

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 |  210 ++++++++++++++++++++++++++++++++++++++++++++++-----------
 1 file changed, 171 insertions(+), 39 deletions(-)



reply via email to

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