qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PULL 00/59] Block patches


From: Peter Maydell
Subject: Re: [Qemu-devel] [PULL 00/59] Block patches
Date: Fri, 19 Sep 2014 11:10:57 -0700

On 19 September 2014 07:41, Stefan Hajnoczi <address@hidden> wrote:
> The following changes since commit 10e11f4d2bf171f99c6b13883a510acfbc5dd585:
>
>   Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging 
> (2014-09-18 20:02:01 +0100)
>
> are available in the git repository at:
>
>
>   git://github.com/stefanha/qemu.git tags/block-pull-request
>
> for you to fetch changes up to ed6251177057b2d4dfe1f0617345bff1ebfffa5a:
>
>   block: Always compile virtio-blk dataplane (2014-09-19 14:22:29 +0100)

Hi; I'm afraid this doesn't compile on my ARM board:

/root/qemu/tests/ahci-test.c: In function ‘ahci_test_port_spec’:
/root/qemu/tests/ahci-test.c:1152:5: error: implicit declaration of
function ‘g_assert_false’ [-Werror=implicit-function-declaration]
/root/qemu/tests/ahci-test.c:1152:5: error: nested extern declaration
of ‘g_assert_false’ [-Werror=nested-externs]
cc1: all warnings being treated as errors

g_assert_false() was only added in glib 2.38, which is rather
beyond our current minimum required version.

thanks
-- PMM



reply via email to

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