qemu-devel
[Top][All Lists]
Advanced

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

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


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH v2 0/2] block: Always compile virtio-blk dataplane
Date: Mon, 8 Sep 2014 11:56:02 +0100
User-agent: Mutt/1.5.23 (2014-03-12)

On Tue, Sep 02, 2014 at 11:42:14AM +0800, Fam Zheng wrote:
> 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

This breaks win32 builds:

/home/petmay01/linaro/qemu-for-merges/hw/virtio/dataplane/vring.c: In function 
‘get_desc’:
/home/petmay01/linaro/qemu-for-merges/hw/virtio/dataplane/vring.c:184: error: 
‘ENOBUFS’ undeclared (first use in this function)
/home/petmay01/linaro/qemu-for-merges/hw/virtio/dataplane/vring.c:184: error: 
(Each undeclared identifier is reported only once
/home/petmay01/linaro/qemu-for-merges/hw/virtio/dataplane/vring.c:184: error: 
for each function it appears in.)

Dropped from block pull request.

Please fix if you want to get the series merged.

Stefan

Attachment: pgpGcfxaBpZHO.pgp
Description: PGP signature


reply via email to

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