From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:53527) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UQeUq-0007tb-Aj for qemu-devel@nongnu.org; Fri, 12 Apr 2013 09:58:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UQeUn-0004kQ-MC for qemu-devel@nongnu.org; Fri, 12 Apr 2013 09:58:32 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47679) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UQeUn-0004kG-EJ for qemu-devel@nongnu.org; Fri, 12 Apr 2013 09:58:29 -0400 From: Luiz Capitulino Date: Fri, 12 Apr 2013 09:58:20 -0400 Message-Id: <1365775103-18737-1-git-send-email-lcapitulino@redhat.com> Subject: [Qemu-devel] [PULL 0/3] QMP queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aliguori@us.ibm.com The changes (since 93b48c201eb6c0404d15550a0eaa3c0f7937e35e) are available in the following repository: git://repo.or.cz/qemu/qmp-unstable.git queue/qmp Eric Blake (1): qapi: use valid JSON in schema Michal Novotny (2): New cpu-max field in query-machines QMP command output Revert "New QMP command query-cpu-max and HMP command cpu_max" hmp-commands.hx | 2 -- hmp.c | 8 -------- hmp.h | 1 - monitor.c | 7 ------- qapi-schema.json | 18 +++++------------- qmp-commands.hx | 22 ---------------------- vl.c | 6 +----- 7 files changed, 6 insertions(+), 58 deletions(-) -- 1.8.1.4