[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Revert "hw/virtio: Add support for VDPA network simulation d
From: |
Cornelia Huck |
Subject: |
Re: [PATCH] Revert "hw/virtio: Add support for VDPA network simulation devices" |
Date: |
Mon, 08 Apr 2024 11:57:09 +0200 |
User-agent: |
Notmuch/0.37 (https://notmuchmail.org) |
On Mon, Apr 08 2024, "Michael S. Tsirkin" <mst@redhat.com> wrote:
> This reverts commit cd341fd1ffded978b2aa0b5309b00be7c42e347c.
>
> The patch adds non-upstream code in
> include/standard-headers/linux/virtio_pci.h
> which would make maintainance harder.
>
> Revert for now.
>
> Suggested-by: Jason Wang <jasowang@redhat.com>
> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
> ---
> include/hw/virtio/virtio-pci.h | 5 -
> include/hw/virtio/virtio.h | 19 --
> include/standard-headers/linux/virtio_pci.h | 7 -
> hw/net/virtio-net.c | 16 --
> hw/virtio/virtio-pci.c | 189 +-------------------
> hw/virtio/virtio.c | 39 ----
> MAINTAINERS | 5 -
> docs/system/device-emulation.rst | 1 -
> docs/system/devices/vdpa-net.rst | 121 -------------
> 9 files changed, 3 insertions(+), 399 deletions(-)
> delete mode 100644 docs/system/devices/vdpa-net.rst
Acked-by: Cornelia Huck <cohuck@redhat.com>
We should get rid of this before we release a version with non-upstream
header code.