From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48894) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zrqzj-0004uU-UN for qemu-devel@nongnu.org; Thu, 29 Oct 2015 13:28:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zrqzi-0007l9-TG for qemu-devel@nongnu.org; Thu, 29 Oct 2015 13:28:11 -0400 Received: from mail-vk0-x234.google.com ([2607:f8b0:400c:c05::234]:36375) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zrqzi-0007l5-P0 for qemu-devel@nongnu.org; Thu, 29 Oct 2015 13:28:10 -0400 Received: by vkex70 with SMTP id x70so31185253vke.3 for ; Thu, 29 Oct 2015 10:28:10 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1446129134-26379-1-git-send-email-armbru@redhat.com> References: <1446129134-26379-1-git-send-email-armbru@redhat.com> From: Peter Maydell Date: Thu, 29 Oct 2015 17:27:50 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PULL v3 00/14] QMP and QObject patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: QEMU Developers On 29 October 2015 at 14:32, Markus Armbruster wrote: > The following changes since commit 7bc8e0c967a4ef77657174d28af775691e18b4ce: > > Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2015-10-29 09:49:52 +0000) > > are available in the git repository at: > > git://repo.or.cz/qemu/armbru.git tags/pull-monitor-2015-10-29 > > for you to fetch changes up to f6724b5b1b8fb1ca76b3df10d80415c206e2c4b9: > > docs: Document QMP event rate limiting (2015-10-29 14:37:34 +0100) > > ---------------------------------------------------------------- > QMP and QObject patches > Still doesn't build with old glib: In file included from /Users/pm215/src/qemu-for-merges/qga/commands.c:14: In file included from /Users/pm215/src/qemu-for-merges/qga/guest-agent-core.h:14: In file included from /Users/pm215/src/qemu-for-merges/include/qemu-common.h:25: /Users/pm215/src/qemu-for-merges/include/glib-compat.h:172:47: error: expected ';' after expression g_hash_table_replace(hash_table, key, key) ^ ; I did a trial build with the typo fixed, and that is OK, so this should be the last fix required, I think. thanks -- PMM