From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:54633) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RSe6Q-0006SW-5y for qemu-devel@nongnu.org; Mon, 21 Nov 2011 19:20:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RSe6O-0002s4-5j for qemu-devel@nongnu.org; Mon, 21 Nov 2011 19:20:46 -0500 Received: from mail-gy0-f173.google.com ([209.85.160.173]:59446) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RSe6O-0002rq-0k for qemu-devel@nongnu.org; Mon, 21 Nov 2011 19:20:44 -0500 Received: by ghbg19 with SMTP id g19so3014415ghb.4 for ; Mon, 21 Nov 2011 16:20:43 -0800 (PST) Message-ID: <4ECAEAD8.1010107@codemonkey.ws> Date: Mon, 21 Nov 2011 18:20:40 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <1321550301-11953-1-git-send-email-lcapitulino@redhat.com> In-Reply-To: <1321550301-11953-1-git-send-email-lcapitulino@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 0/5]: QMP patches for 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Luiz Capitulino Cc: qemu-devel@nongnu.org On 11/17/2011 11:18 AM, Luiz Capitulino wrote: > Anthony, > > This pull contains a fix for the enum type handling plus Michael's Makefile > fixes. Pulled. Thanks. Regards, Anthony Liguori > > The changes (since 3f5bd4e1b874590d3d76e031530799a4610da6dc) are available > in the following repository: > > git://repo.or.cz/qemu/qmp-unstable.git queue/qmp-1.0 > > Luiz Capitulino (1): > qapi: Check for negative enum values > > Michael S. Tsirkin (4): > Makefile: remove more generated files on clean > Makefile: fix dependencies for generated .h, .c > Makefile: dependency fix > Makefile: fix qga dependencies > > Makefile | 47 +++++++++++++++++++++++--------------------- > qapi/qmp-output-visitor.c | 2 +- > 2 files changed, 26 insertions(+), 23 deletions(-) > > >