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: pgptium25q87r.pgp
Description: PGP signature

Reply via email to