[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v2 2/2] Revert "hw: report invalid disable-legac
From: |
Cornelia Huck |
Subject: |
Re: [Qemu-devel] [PATCH v2 2/2] Revert "hw: report invalid disable-legacy|modern usage for virtio-1-only devs" |
Date: |
Mon, 29 Jul 2019 18:46:43 +0200 |
On Mon, 29 Jul 2019 17:29:03 +0100
"Dr. David Alan Gilbert (git)" <address@hidden> wrote:
> From: "Dr. David Alan Gilbert" <address@hidden>
>
> 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 <address@hidden>
> ---
> 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 <address@hidden>