qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] vhost-vdpa: add support for configure interrupt
@ 2021-01-26  7:03 Cindy Lu
  2021-01-26  7:03 ` [PATCH v2 1/5] virtio: " Cindy Lu
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Cindy Lu @ 2021-01-26  7:03 UTC (permalink / raw)
  To: mst, jasowang, qemu-devel; +Cc: lulu

These code are all tested in vp-vdpa (support configure interrupt)
vdpa_sim (not support configure interrupt)

change in v2:
Add support for virtio-mmio bus
Active the notifier while the backend support configure interrupt
Misc fixes form v1

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



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-01-26  7:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-26  7:03 [PATCH v2 0/5] vhost-vdpa: add support for configure interrupt Cindy Lu
2021-01-26  7:03 ` [PATCH v2 1/5] virtio: " Cindy Lu
2021-01-26  7:03 ` [PATCH v2 2/5] vhost_net: enable configure interrupt when vhost_net start Cindy Lu
2021-01-26  7:03 ` [PATCH v2 3/5] virtio-pci: add support for configure interrupt Cindy Lu
2021-01-26  7:03 ` [PATCH v2 4/5] virtio-mmio: " Cindy Lu
2021-01-26  7:03 ` [PATCH v2 5/5] vhost-vdpa: add callback function " Cindy Lu
2021-01-26  7:18 ` [PATCH v2 0/5] vhost-vdpa: add support " no-reply

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).