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

v2: Import virtio_vring.h.

Fam Zheng (2):
  virtio: Import virtio_vring.h
  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 +-
 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 +-
 9 files changed, 176 insertions(+), 44 deletions(-)
 create mode 100644 include/hw/virtio/virtio_ring.h

-- 
2.1.0

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

end of thread, other threads:[~2014-09-08 11:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-02  3:42 [Qemu-devel] [PATCH v2 0/2] block: Always compile virtio-blk dataplane Fam Zheng
2014-09-02  3:42 ` [Qemu-devel] [PATCH v2 1/2] virtio: Import virtio_vring.h Fam Zheng
2014-09-02  3:42 ` [Qemu-devel] [PATCH v2 2/2] block: Always compile virtio-blk dataplane Fam Zheng
2014-09-02 10:10 ` [Qemu-devel] [PATCH v2 0/2] " Stefan Hajnoczi
2014-09-08 10:56 ` Stefan Hajnoczi
2014-09-08 11:06   ` 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).