diff options
author | Alex Williamson <alex.williamson@redhat.com> | 2016-03-10 09:39:08 -0700 |
---|---|---|
committer | Alex Williamson <alex.williamson@redhat.com> | 2016-03-10 20:50:41 -0700 |
commit | e593c0211b8a9e47d3fd24d2be5900ecf5a03b03 (patch) | |
tree | e1257597a4fa3750eec609ef9a35efcef9fd2e84 /hw/vfio/pci.h | |
parent | e2e5ee9c5652ea1a3c2021a2ec79a3bc6a3b0c51 (diff) |
vfio/pci: Split out VGA setup
This could be setup later by device specific code, such as IGD
initialization.
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Diffstat (limited to 'hw/vfio/pci.h')
-rw-r--r-- | hw/vfio/pci.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/vfio/pci.h b/hw/vfio/pci.h index b8a7189290..3976f68549 100644 --- a/hw/vfio/pci.h +++ b/hw/vfio/pci.h @@ -157,4 +157,6 @@ void vfio_bar_quirk_exit(VFIOPCIDevice *vdev, int nr); void vfio_bar_quirk_finalize(VFIOPCIDevice *vdev, int nr); void vfio_setup_resetfn_quirk(VFIOPCIDevice *vdev); +int vfio_populate_vga(VFIOPCIDevice *vdev); + #endif /* HW_VFIO_VFIO_PCI_H */ |