qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] coroutine-gthread.c: Avoid threading APIs depre


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH] coroutine-gthread.c: Avoid threading APIs deprecated in GLib 2.31
Date: Thu, 15 Mar 2012 21:55:02 +0000

On 15 March 2012 11:21, Stefan Hajnoczi <address@hidden> wrote:
> It's ugly but it won't cause larger scale problems, so we should
> probably pick this up.
>
> I was wondering if this is a legitimate case to override warnings -
> because the new library probably still supports the deprecated
> functions.  But eventually we need to bite the bullet and convert the
> code.

Mmm. Eventually presumably we'll end up requiring at least glib
2.31 and we can drop the old stuff.

Incidentally, there's another couple of uses of g_cond_new in
trace/simple.c which probably also need conversion, but none of
my use cases involve trying to compile that file so I left it
alone...

-- PMM



reply via email to

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