qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 0/3] block: Always compile virtio-blk dataplane
@ 2014-09-10  6:17 Fam Zheng
  2014-09-10  6:17 ` [Qemu-devel] [PATCH v3 1/3] virtio: Import virtio_vring.h Fam Zheng
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Fam Zheng @ 2014-09-10  6:17 UTC (permalink / raw)
  To: qemu-devel; +Cc: kwolf, pbonzini, stefanha

v3: Fix -ENOBUFS.
v2: Import virtio_vring.h.

Fam Zheng (3):
  virtio: Import virtio_vring.h
  vring: Better error handling if num is too large
  block: Always compile virtio-blk dataplane

 configure                           |  21 +----
 hw/block/Makefile.objs              |   2 +-
 hw/block/virtio-blk.c               |  20 +----
 hw/net/vhost_net.c                  |   2 +-
 hw/virtio/Makefile.objs             |   2 +-
 hw/virtio/dataplane/vring.c         |   3 +-
 include/hw/virtio/dataplane/vring.h |   2 +-
 include/hw/virtio/virtio-blk.h      |   2 -
 include/hw/virtio/virtio_ring.h     | 167 ++++++++++++++++++++++++++++++++++++
 linux-headers/linux/vhost.h         |   2 +-
 10 files changed, 178 insertions(+), 45 deletions(-)
 create mode 100644 include/hw/virtio/virtio_ring.h

-- 
1.9.3

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

end of thread, other threads:[~2014-09-19 12:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-10  6:17 [Qemu-devel] [PATCH v3 0/3] block: Always compile virtio-blk dataplane Fam Zheng
2014-09-10  6:17 ` [Qemu-devel] [PATCH v3 1/3] virtio: Import virtio_vring.h Fam Zheng
2014-09-10  6:17 ` [Qemu-devel] [PATCH v3 2/3] vring: Better error handling if num is too large Fam Zheng
2014-09-10  6:17 ` [Qemu-devel] [PATCH v3 3/3] block: Always compile virtio-blk dataplane Fam Zheng
2014-09-19  9:04 ` [Qemu-devel] [PATCH v3 0/3] " Paolo Bonzini
2014-09-19 12:37 ` Stefan Hajnoczi

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