From: Stefan Hajnoczi <stefanha@gmail.com>
To: Fam Zheng <famz@redhat.com>
Cc: kwolf@redhat.com, pbonzini@redhat.com, qemu-devel@nongnu.org,
stefanha@redhat.com, Peter Maydell <peter.maydell@linaro.org>
Subject: Re: [Qemu-devel] [PATCH v2 0/2] block: Always compile virtio-blk dataplane
Date: Mon, 8 Sep 2014 11:56:02 +0100 [thread overview]
Message-ID: <20140908105602.GA26138@stefanha-thinkpad.redhat.com> (raw)
In-Reply-To: <1409629336-408-1-git-send-email-famz@redhat.com>
[-- Attachment #1: Type: text/plain, Size: 1390 bytes --]
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 #2: Type: application/pgp-signature, Size: 473 bytes --]
next prev parent reply other threads:[~2014-09-08 10:56 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
2014-09-08 11:06 ` Paolo Bonzini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140908105602.GA26138@stefanha-thinkpad.redhat.com \
--to=stefanha@gmail.com \
--cc=famz@redhat.com \
--cc=kwolf@redhat.com \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).