qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PULL v2 00/14] Ide patches


From: Peter Maydell
Subject: Re: [Qemu-devel] [PULL v2 00/14] Ide patches
Date: Tue, 12 May 2015 20:48:42 +0100

On 12 May 2015 at 19:46, John Snow <address@hidden> wrote:
> The following changes since commit 968bb75c348a401b85e08d5eb1887a3e6c3185f5:
>
>   Merge remote-tracking branch 
> 'remotes/pmaydell/tags/pull-target-arm-20150512' into staging (2015-05-12 
> 12:11:32 +0100)
>
> are available in the git repository at:
>
>   https://github.com/jnsnow/qemu.git tags/ide-pull-request
>
> for you to fetch changes up to 6a6b2f8ca4a2bd274328e0f1e2a1ee3fa01e1b42:
>
>   qtest: pre-buffer hex nibs (2015-05-12 13:47:12 -0400)
>
> ----------------------------------------------------------------
> v2: 32bit build issues:
>  05: Fix hba_base type issue for 32/64bit*
>      *This needs to be addressed more comprehensively in a later
>      patchset that will likely touch all of libqos, to fix the
>      guest pointer type issues (should be uint64_t instead of
>      void * in most places.)
>  11: Fix printf format modifier.
> ----------------------------------------------------------------

Fails to build with our current minimum glib requirement:
qtest.o: In function `qtest_process_command':
qemu-for-merges/qtest.c:515: undefined reference to `g_base64_decode_inplace'

(Compare commit 0599e56ed.)

That function is in glib 2.20. So you could if you want resolve
this by getting the "bump minimum to glib 2.22" change into master
and then trying again :-)

-- PMM



reply via email to

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