qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/3] virtio: host notifier API cleanup


From: Michael S. Tsirkin
Subject: [Qemu-devel] [PATCH 0/3] virtio: host notifier API cleanup
Date: Tue, 7 Apr 2015 12:45:53 +0200

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 via email to

[Prev in Thread] Current Thread [Next in Thread]