From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50822) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zs4np-0003TU-MV for qemu-devel@nongnu.org; Fri, 30 Oct 2015 04:12:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zs4nm-0004my-Gu for qemu-devel@nongnu.org; Fri, 30 Oct 2015 04:12:49 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49336) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zs4nm-0004mu-As for qemu-devel@nongnu.org; Fri, 30 Oct 2015 04:12:46 -0400 From: Markus Armbruster References: <1446129134-26379-1-git-send-email-armbru@redhat.com> Date: Fri, 30 Oct 2015 09:12:43 +0100 In-Reply-To: (Peter Maydell's message of "Thu, 29 Oct 2015 17:27:50 +0000") Message-ID: <877fm4pyf8.fsf@blackfin.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain 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: Peter Maydell Cc: QEMU Developers Peter Maydell writes: > 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. I fixed up this line, pushed, and sent a PULL v4 cover letter. Sorry for the extra iterations.