qemu-devel
[Top][All Lists]
Advanced

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

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


From: Peter Maydell
Subject: Re: [Qemu-devel] [PULL 00/69] Block patches
Date: Sun, 8 Mar 2015 17:49:14 +0900

On 28 February 2015 at 03:17, Stefan Hajnoczi <address@hidden> wrote:
> The following changes since commit 041ccc922ee474693a2869d4e3b59e920c739bc0:
>
>   Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging 
> (2015-02-26 12:16:46 +0000)
>
> are available in the git repository at:
>
>   git://github.com/stefanha/qemu.git tags/block-pull-request
>
> for you to fetch changes up to 278bcfad436b7d9fb3b2e444e90a5669b332c4c5:
>
>   tests: Check QVIRTIO_F_ANY_LAYOUT flag in virtio-blk test (2015-02-27 
> 11:37:04 +0000)
>
> ----------------------------------------------------------------
> Pull request
>
> This pull request includes commits that Kevin Wolf <address@hidden> merged
> last week.  He didn't send a pull request because mine from the week before 
> was
> pending.
>
> ----------------------------------------------------------------

Fails to build, sorry:

Linux ARM, gcc and also Win32 (probably a "fails to build on 32 bit hosts" bug):
/root/qemu/block/qcow2-refcount.c: In function ?rebuild_refcount_structure?:
/root/qemu/block/qcow2-refcount.c:2079:28: error: cast to pointer from
integer of different size [-Werror=int-to-pointer-cast]

OSX, clang:

  LINK  qemu-io
Undefined symbols for architecture x86_64:
  "_g_try_malloc0_n", referenced from:
      _update_refcount in qcow2-refcount.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [qemu-nbd] Error 1

g_try_malloc0_n() only came in with glib 2.24.

-- PMM



reply via email to

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