[PATCH v3 0/5] vhost-vdpa: add support for configure interrupt

Cindy Lu posted 5 patches 3 years, 3 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210126074254.3225-1-lulu@redhat.com
Maintainers: Jason Wang <jasowang@redhat.com>, "Michael S. Tsirkin" <mst@redhat.com>
There is a newer version of this series
hw/net/vhost_net.c                | 19 ++++++-
hw/virtio/trace-events            |  2 +
hw/virtio/vhost-vdpa.c            | 37 ++++++++++++-
hw/virtio/virtio-mmio.c           | 16 ++++++
hw/virtio/virtio-pci.c            | 92 +++++++++++++++++++++++++------
hw/virtio/virtio.c                | 26 +++++++++
include/hw/virtio/vhost-backend.h |  4 ++
include/hw/virtio/virtio-bus.h    |  2 +
include/hw/virtio/virtio.h        |  6 ++
9 files changed, 185 insertions(+), 19 deletions(-)
[PATCH v3 0/5] vhost-vdpa: add support for configure interrupt
Posted by Cindy Lu 3 years, 3 months ago
These code are all tested in vp-vdpa (support configure interrupt)
vdpa_sim (not support configure interrupt)

test in virtio-pci bus and virtio-mmio bus


change in v2:
Add support fot virtio-mmio bus
active the notifier wihle the backend support configure intterrput
misc fixes form v1

change in v3
fix the coding style problems 

Cindy Lu (5):
  virtio: add support for configure interrupt
  vhost_net: enable configure interrupt when vhost_net start
  virtio-pci: add support for configure interrupt
  virtio-mmio: add support for configure interrupt
  vhost-vdpa: add callback function for configure interrupt

 hw/net/vhost_net.c                | 19 ++++++-
 hw/virtio/trace-events            |  2 +
 hw/virtio/vhost-vdpa.c            | 37 ++++++++++++-
 hw/virtio/virtio-mmio.c           | 16 ++++++
 hw/virtio/virtio-pci.c            | 92 +++++++++++++++++++++++++------
 hw/virtio/virtio.c                | 26 +++++++++
 include/hw/virtio/vhost-backend.h |  4 ++
 include/hw/virtio/virtio-bus.h    |  2 +
 include/hw/virtio/virtio.h        |  6 ++
 9 files changed, 185 insertions(+), 19 deletions(-)

-- 
2.21.3