From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:38310) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKT9R-0001Uk-HN for qemu-devel@nongnu.org; Tue, 26 Mar 2013 08:38:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UKT9P-0002Cp-Tb for qemu-devel@nongnu.org; Tue, 26 Mar 2013 08:38:53 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55780) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKT9P-0002C7-Lw for qemu-devel@nongnu.org; Tue, 26 Mar 2013 08:38:51 -0400 From: Luiz Capitulino Date: Tue, 26 Mar 2013 08:38:42 -0400 Message-Id: <1364301526-11431-1-git-send-email-lcapitulino@redhat.com> Subject: [Qemu-devel] [PULL 0/4] 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 dcadaa9b40d6019ac18d6fd7763d43048ef79218) are available in the following repository: git://repo.or.cz/qemu/qmp-unstable.git queue/qmp Corey Bryant (2): QMP: Remove duplicate TPM type from query-tpm QMP: TPM QMP and man page documentation updates Igor Mammedov (1): qmp: fix handling of boolean values in qmp-shell Michal Novotny (1): New QMP command query-cpu-max and HMP command cpu_max QMP/qmp-shell | 7 ++++- hmp-commands.hx | 2 ++ hmp.c | 16 +++++++++--- hmp.h | 1 + monitor.c | 7 +++++ qapi-schema.json | 23 ++++++++++------ qemu-options.hx | 3 ++- qmp-commands.hx | 80 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ tpm/tpm.c | 9 +++---- vl.c | 5 ++++ 10 files changed, 134 insertions(+), 19 deletions(-) -- 1.8.1.4