qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v2 0/2] block: Always compile virtio-blk dataplane


From: Fam Zheng
Subject: [Qemu-devel] [PATCH v2 0/2] block: Always compile virtio-blk dataplane
Date: Tue, 2 Sep 2014 11:42:14 +0800

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




reply via email to

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