From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=51973 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q0bN1-00036z-A4 for qemu-devel@nongnu.org; Fri, 18 Mar 2011 11:13:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q0bMu-00074A-SY for qemu-devel@nongnu.org; Fri, 18 Mar 2011 11:13:37 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40791) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q0bMu-000740-JM for qemu-devel@nongnu.org; Fri, 18 Mar 2011 11:13:36 -0400 Date: Fri, 18 Mar 2011 12:13:30 -0300 From: Luiz Capitulino Message-ID: <20110318121330.74d56757@doriath> In-Reply-To: <1299884745-521-3-git-send-email-aliguori@us.ibm.com> References: <1299884745-521-1-git-send-email-aliguori@us.ibm.com> <1299884745-521-3-git-send-email-aliguori@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 02/15] qapi: add code generator for type marshallers List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Markus Armbruster , Adam Litke , qemu-devel@nongnu.org, Avi Kivity On Fri, 11 Mar 2011 17:05:32 -0600 Anthony Liguori wrote: > This code will marshal a QMP type from native representation to a QObject and > vice versa. > > Marshaling from a native representation to a QObject can never generate an > Error although the opposite direction may. > > Signed-off-by: Anthony Liguori So, as I reported to you by IRC, this patch doesn't compile, breaking bisect: /home/lcapitulino/src/qmp-unstable/qmp-core.c:12:17: fatal error: qmp.h: No such file or directory compilation terminated. make: *** [qmp-core.o] Error 1 make: *** Waiting for unfinished jobs.... ~/src/qmp-unstable/build (qapi-core-v2-review)/ Actually, I'm pretty sure I also got this problem with the series fully applied too, but I managed to make it go away someway and I couldn't reproduce it anymore (so I thought it was a local problem).