qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: qemu-devel@nongnu.org
Cc: mst@redhat.com, alex.williamson@redhat.com,
	borntraeger@de.ibm.com, felipe@nutanix.com
Subject: [Qemu-devel] [PATCH v2 for-2.8 0/3] virtio fixes
Date: Wed, 16 Nov 2016 19:05:48 +0100	[thread overview]
Message-ID: <20161116180551.9611-1-pbonzini@redhat.com> (raw)

Patch 1 fixes vhost, patches 2-3 fix Windows hibernation.

Paolo

v1->v2: more comments [Cornelia]
        squash syntax error fix from patch 3 into patch 2 [Christian]

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              | 46 +++++++++++++++++++++++++-------
 include/hw/virtio/virtio-bus.h  | 14 ++++++++++
 include/hw/virtio/virtio-scsi.h |  1 -
 include/hw/virtio/virtio.h      |  4 ++-
 12 files changed, 117 insertions(+), 50 deletions(-)

-- 
2.9.3

             reply	other threads:[~2016-11-16 18:05 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-16 18:05 Paolo Bonzini [this message]
2016-11-16 18:05 ` [Qemu-devel] [PATCH 1/3] virtio: introduce grab/release_ioeventfd to fix vhost Paolo Bonzini
2016-11-17  5:27   ` Alexey Kardashevskiy
2016-11-17  8:36   ` Cornelia Huck
2016-11-18  8:15   ` Christian Borntraeger
2016-11-18 14:23     ` Michael S. Tsirkin
2016-11-16 18:05 ` [Qemu-devel] [PATCH 2/3] virtio: access ISR atomically Paolo Bonzini
2016-11-17 17:55   ` Michael S. Tsirkin
2016-11-17 19:49     ` Paolo Bonzini
2016-11-17 22:33       ` Michael S. Tsirkin
2016-11-18  8:09         ` Paolo Bonzini
2016-11-16 18:05 ` [Qemu-devel] [PATCH 3/3] virtio: set ISR on dataplane notifications Paolo Bonzini
2016-11-16 20:15   ` Michael S. Tsirkin
2016-11-16 20:38     ` Paolo Bonzini
2016-11-16 20:39       ` Michael S. Tsirkin
2016-11-16 21:05         ` Paolo Bonzini
2016-11-16 21:20           ` Michael S. Tsirkin
2016-11-17  9:04             ` Paolo Bonzini
2016-11-17 16:58               ` Michael S. Tsirkin
2016-11-17 10:44     ` Stefan Hajnoczi
2016-11-16 18:50 ` [Qemu-devel] [PATCH v2 for-2.8 0/3] virtio fixes no-reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20161116180551.9611-1-pbonzini@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=alex.williamson@redhat.com \
    --cc=borntraeger@de.ibm.com \
    --cc=felipe@nutanix.com \
    --cc=mst@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).