From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:46821) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RR5bc-0001BR-2t for qemu-devel@nongnu.org; Thu, 17 Nov 2011 12:18:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RR5ba-0004MK-W5 for qemu-devel@nongnu.org; Thu, 17 Nov 2011 12:18:32 -0500 Received: from mx1.redhat.com ([209.132.183.28]:42919) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RR5ba-0004Ly-MB for qemu-devel@nongnu.org; Thu, 17 Nov 2011 12:18:30 -0500 From: Luiz Capitulino Date: Thu, 17 Nov 2011 15:18:16 -0200 Message-Id: <1321550301-11953-1-git-send-email-lcapitulino@redhat.com> Subject: [Qemu-devel] [PULL 0/5]: QMP patches for 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: aliguori@us.ibm.com Cc: qemu-devel@nongnu.org Anthony, This pull contains a fix for the enum type handling plus Michael's Makefile fixes. 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(-)