Message ID | 156046162538.26543.2016700244609366109.stgit@gimli.home (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [PULL,1/3] vfio/pci: Hide Resizable BAR capability | expand |
diff --git a/hw/vfio/pci.c b/hw/vfio/pci.c index 4a04f795162b..48f4e19a02cf 100644 --- a/hw/vfio/pci.c +++ b/hw/vfio/pci.c @@ -2119,6 +2119,7 @@ static void vfio_add_ext_cap(VFIOPCIDevice *vdev) case 0: /* kernel masked capability */ case PCI_EXT_CAP_ID_SRIOV: /* Read-only VF BARs confuse OVMF */ case PCI_EXT_CAP_ID_ARI: /* XXX Needs next function virtualization */ + case PCI_EXT_CAP_ID_REBAR: /* Can't expose read-only */ trace_vfio_add_ext_cap_dropped(vdev->vbasedev.name, cap_id, next); break; default: