On Mon, 29 Jul 2019 17:29:03 +0100 "Dr. David Alan Gilbert (git)" <dgilb...@redhat.com> wrote:
> From: "Dr. David Alan Gilbert" <dgilb...@redhat.com> > > This reverts commit f2784eed306449c3d04a71a05ed6463b8289aedf > since that accidentally removes the PCIe capabilities from virtio > devices because virtio_pci_dc_realize is called before the new 'mode' > flag is set. > > Signed-off-by: Dr. David Alan Gilbert <dgilb...@redhat.com> > --- > hw/core/machine.c | 23 +++-------------------- > hw/display/virtio-gpu-pci.c | 4 +--- > hw/display/virtio-vga.c | 4 +--- > hw/virtio/virtio-crypto-pci.c | 4 +--- > hw/virtio/virtio-input-pci.c | 4 +--- > hw/virtio/virtio-pci.c | 26 ++++++++++---------------- > hw/virtio/virtio-pci.h | 31 ++++++------------------------- > 7 files changed, 23 insertions(+), 73 deletions(-) Reviewed-by: Cornelia Huck <coh...@redhat.com>