qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Michael S. Tsirkin" <mst@redhat.com>
To: qemu-devel@nongnu.org
Cc: Jason Wang <jasowang@redhat.com>
Subject: [Qemu-devel] [PATCH 0/3] virtio: host notifier API cleanup
Date: Tue, 7 Apr 2015 12:45:53 +0200	[thread overview]
Message-ID: <1428403546-31914-1-git-send-email-mst@redhat.com> (raw)

This refactors the code for enabling/disabling host notifiers.
Not useful by itself, but seems to be needed for other projects.
So I'm not merging this yet, will be included with other
patches.
Posting now for early review.

Michael S. Tsirkin (3):
  virtio: interface to enable/disable host notifiers
  dataplane/virtio-blk.c: new API to enable notifiers
  dataplane/virtio-scsi: new API to enable host notifiers

 include/hw/virtio/virtio.h      |  4 ++-
 hw/block/dataplane/virtio-blk.c |  6 ++---
 hw/scsi/virtio-scsi-dataplane.c | 14 +++-------
 hw/virtio/vhost.c               | 45 ++-----------------------------
 hw/virtio/virtio.c              | 59 ++++++++++++++++++++++++++++++++++++++++-
 5 files changed, 70 insertions(+), 58 deletions(-)

-- 
MST

             reply	other threads:[~2015-04-07 10:46 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-07 10:45 Michael S. Tsirkin [this message]
2015-04-07 10:45 ` [Qemu-devel] [PATCH 1/3] virtio: interface to enable/disable host notifiers Michael S. Tsirkin
2015-04-07 11:32   ` Cornelia Huck
2015-04-07 10:45 ` [Qemu-devel] [PATCH 2/3] dataplane/virtio-blk.c: new API to enable notifiers Michael S. Tsirkin
2015-04-07 11:35   ` Cornelia Huck
2015-04-07 10:46 ` [Qemu-devel] [PATCH 3/3] dataplane/virtio-scsi: new API to enable host notifiers Michael S. Tsirkin
2015-04-07 11:41   ` Cornelia Huck

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=1428403546-31914-1-git-send-email-mst@redhat.com \
    --to=mst@redhat.com \
    --cc=jasowang@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).