From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51227) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z1sfd-0005qZ-1T for qemu-devel@nongnu.org; Mon, 08 Jun 2015 04:44:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z1sfa-0002yJ-Ac for qemu-devel@nongnu.org; Mon, 08 Jun 2015 04:44:36 -0400 Received: from mx1.redhat.com ([209.132.183.28]:56416) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z1sfa-0002y6-4a for qemu-devel@nongnu.org; Mon, 08 Jun 2015 04:44:34 -0400 From: Markus Armbruster Date: Mon, 8 Jun 2015 10:44:29 +0200 Message-Id: <1433753070-12632-1-git-send-email-armbru@redhat.com> Subject: [Qemu-devel] [PATCH 0/1] monitor: Fix QMP ABI breakage around "id" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, p.fedin@samsung.com, dslutz@verizon.com, fabio.fantoni@m2r.biz First, my apologies for screwing this up, and for my slow reaction (I've been offline since Wednesday night). A number of patches for the regression have been posted. They all change the code the same way, but either restore a comment that's no longer correct, or add a new one that isn't quite right. This patch is again the same code change, but with a better comment. I credited the authors of the prior patches by adding their S-o-B. Hope that's alright. A test case protecting us from such stupid mistakes would be useful. Left for later, as we need to fix the regression right away. Peter, can you apply this directly, or do you need me to post a pull request. Markus Armbruster (1): monitor: Fix QMP ABI breakage around "id" monitor.c | 2 ++ 1 file changed, 2 insertions(+) -- 1.9.3