qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PULL v3 0/9] Introduce I/O channels framework


From: Peter Maydell
Subject: Re: [Qemu-devel] [PULL v3 0/9] Introduce I/O channels framework
Date: Thu, 17 Dec 2015 17:11:22 +0000

On 17 December 2015 at 16:57, Daniel P. Berrange <address@hidden> wrote:
> The following changes since commit e5fbe28e5424d26fc2c25d0a7ecb927d3c80d5e8:
>
>   Merge remote-tracking branch 
> 'remotes/pmaydell/tags/pull-target-arm-20151217-1' into staging (2015-12-17 
> 13:38:34 +0000)
>
> are available in the git repository at:
>
>   git://github.com/berrange/qemu tags/pull-io-channel-base-2015-12-17-3
>
> for you to fetch changes up to e9ef079472119a4fe325107b23e0c8de913e9d8c:
>
>   io: add QIOChannelBuffer class (2015-12-17 16:51:06 +0000)
>
> ----------------------------------------------------------------
> Merge I/O channels base classes
>
> ----------------------------------------------------------------

It got as far as building the test suite this time :-)


/Users/pm215/src/qemu-for-merges/tests/test-io-task.c:151:5: warning:
implicit declaration of function 'g_thread_ref' is invalid in C99
[-Wimplicit-function-declaration]
    g_thread_ref(data->worker);
    ^
/Users/pm215/src/qemu-for-merges/tests/test-io-task.c:216:5: warning:
implicit declaration of function 'g_thread_unref' is invalid in C99
[-Wimplicit-function-declaration]
    g_thread_unref(data.worker);
    ^

g_thread_ref and g_therad_unref are only introduced in Glib 2.32.

thanks
-- PMM



reply via email to

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