qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 for-2.8 0/3] virtio fixes
@ 2016-11-18 14:24 Paolo Bonzini
  2016-11-18 14:24 ` [Qemu-devel] [PATCH v3 1/3] virtio: introduce grab/release_ioeventfd to fix vhost Paolo Bonzini
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Paolo Bonzini @ 2016-11-18 14:24 UTC (permalink / raw)
  To: qemu-devel; +Cc: mst, alex.williamson, felipe

Patch 1 fixes vhost, patches 2-3 fix Windows hibernation.
v3 only adds more comments to patches 2 and 3.

Paolo

Paolo Bonzini (3):
  virtio: introduce grab/release_ioeventfd to fix vhost
  virtio: access ISR atomically
  virtio: set ISR on dataplane notifications

 hw/block/dataplane/virtio-blk.c |  4 +--
 hw/scsi/virtio-scsi-dataplane.c |  7 -----
 hw/scsi/virtio-scsi.c           |  2 +-
 hw/virtio/trace-events          |  2 +-
 hw/virtio/vhost.c               | 14 ++++-----
 hw/virtio/virtio-bus.c          | 58 +++++++++++++++++++++++++++++-------
 hw/virtio/virtio-mmio.c         |  6 ++--
 hw/virtio/virtio-pci.c          |  9 ++----
 hw/virtio/virtio.c              | 66 +++++++++++++++++++++++++++++++++++------
 include/hw/virtio/virtio-bus.h  | 14 +++++++++
 include/hw/virtio/virtio-scsi.h |  1 -
 include/hw/virtio/virtio.h      |  4 ++-
 12 files changed, 137 insertions(+), 50 deletions(-)

-- 
2.9.3

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

end of thread, other threads:[~2016-11-18 14:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-18 14:24 [Qemu-devel] [PATCH v3 for-2.8 0/3] virtio fixes Paolo Bonzini
2016-11-18 14:24 ` [Qemu-devel] [PATCH v3 1/3] virtio: introduce grab/release_ioeventfd to fix vhost Paolo Bonzini
2016-11-18 14:24 ` [Qemu-devel] [PATCH v3 2/3] virtio: access ISR atomically Paolo Bonzini
2016-11-18 14:24 ` [Qemu-devel] [PATCH v3 3/3] virtio: set ISR on dataplane notifications Paolo Bonzini

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).