From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51964) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bxB4s-000761-RM for qemu-devel@nongnu.org; Thu, 20 Oct 2016 07:00:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bxB4p-0004cD-G7 for qemu-devel@nongnu.org; Thu, 20 Oct 2016 07:00:02 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42198) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1bxB4p-0004bE-Ax for qemu-devel@nongnu.org; Thu, 20 Oct 2016 06:59:59 -0400 Date: Thu, 20 Oct 2016 11:59:53 +0100 From: "Daniel P. Berrange" Message-ID: <20161020105953.GF12145@redhat.com> Reply-To: "Daniel P. Berrange" References: <1476875870-28342-1-git-send-email-berrange@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PULL v1 00/10] Merge qio 2016/10/19 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers On Thu, Oct 20, 2016 at 11:44:47AM +0100, Peter Maydell wrote: > On 19 October 2016 at 12:17, Daniel P. Berrange wrote: > > The following changes since commit e8ddc2eae5ccc41f0815e5c43e70cb04a7e67e2e: > > > > Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into staging (2016-10-18 09:29:44 +0100) > > > > are available in the git repository at: > > > > git://github.com/berrange/qemu tags/pull-qio-2016-10-19-1 > > > > for you to fetch changes up to 0bb954c2725206507f49430e77e7dd2ab2681108: > > > > main: set names for main loop sources created (2016-10-19 11:51:29 +0100) > > > > ---------------------------------------------------------------- > > Merge qio 2016/10/19 v1 > > > > ---------------------------------------------------------------- > > Daniel P. Berrange (6): > > io: add ability to set a name for IO channels > > nbd: set name for all I/O channels created > > char: set name for all I/O channels created > > migration: set name for all I/O channels created > > vnc: set name for all I/O channels created > > main: set names for main loop sources created > > > > Felipe Franciosi (4): > > io: Fix double shift usages on QIOChannel features > > io: Use qio_channel_has_feature() where applicable > > io: Introduce a qio_channel_set_feature() helper > > io: Add a QIOChannelSocket cleanup test > > I'm afraid this doesn't build with our minimum glib version: > > /Users/pm215/src/qemu-for-merges/main-loop.c:164:5: error: implicit > declaration of function 'g_source_set_name' is invalid in C99 > [-Werror,-Wimplicit-function-declaration] > g_source_set_name(src, "aio-context"); > ^ > > g_source_set_name() only came in in glib 2.26. Ok, since this is merely a debug aid, i'll just stub it out as a no-op for older glib. Regards, Daniel -- |: http://berrange.com -o- http://www.flickr.com/photos/dberrange/ :| |: http://libvirt.org -o- http://virt-manager.org :| |: http://entangle-photo.org -o- http://search.cpan.org/~danberr/ :|