From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33382) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMHQ9-0006dV-AW for qemu-devel@nongnu.org; Wed, 18 Sep 2013 09:03:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VMHQ4-0004Qh-Ja for qemu-devel@nongnu.org; Wed, 18 Sep 2013 09:03:53 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57332) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMHQ4-0004Qd-9z for qemu-devel@nongnu.org; Wed, 18 Sep 2013 09:03:48 -0400 From: Luiz Capitulino Date: Wed, 18 Sep 2013 09:03:36 -0400 Message-Id: <1379509422-29115-1-git-send-email-lcapitulino@redhat.com> Subject: [Qemu-devel] [PULL 0/6] QMP queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: anthony@codemonkey.ws Cc: qemu-devel@nongnu.org The following changes since commit 6c2679fc19560699679200fb42ab4659bcbe7f79: Merge remote-tracking branch 'kiszka/queues/slirp' into staging (2013-09-17 10:01:24 -0500) are available in the git repository at: git://repo.or.cz/qemu/qmp-unstable.git queue/qmp for you to fetch changes up to 7b5ce8db600a5d1842b9cb0cf8e8bb7af87fee10: QMP: qmp-events.txt: alphabetical order fix and other minor changes (2013-09-18 08:57:02 -0400) ---------------------------------------------------------------- Luiz Capitulino (6): QMP: add scripts/qmp QMP: fix qmp-commands.txt generation path QMP: QMP/ -> docs/qmp/ QMP: Update README file QMP: Update qmp-spec.txt QMP: qmp-events.txt: alphabetical order fix and other minor changes Makefile | 6 +-- QMP/README | 88 ------------------------------------- docs/qmp/README | 87 ++++++++++++++++++++++++++++++++++++ {QMP => docs/qmp}/qmp-events.txt | 34 +++++++------- {QMP => docs/qmp}/qmp-spec.txt | 65 ++++++++++++--------------- {QMP => scripts/qmp}/qemu-ga-client | 0 {QMP => scripts/qmp}/qmp | 0 {QMP => scripts/qmp}/qmp-shell | 2 +- {QMP => scripts/qmp}/qmp.py | 2 +- {QMP => scripts/qmp}/qom-fuse | 0 {QMP => scripts/qmp}/qom-get | 0 {QMP => scripts/qmp}/qom-list | 0 {QMP => scripts/qmp}/qom-set | 0 13 files changed, 137 insertions(+), 147 deletions(-) delete mode 100644 QMP/README create mode 100644 docs/qmp/README rename {QMP => docs/qmp}/qmp-events.txt (99%) rename {QMP => docs/qmp}/qmp-spec.txt (82%) rename {QMP => scripts/qmp}/qemu-ga-client (100%) rename {QMP => scripts/qmp}/qmp (100%) rename {QMP => scripts/qmp}/qmp-shell (99%) rename {QMP => scripts/qmp}/qmp.py (99%) rename {QMP => scripts/qmp}/qom-fuse (100%) rename {QMP => scripts/qmp}/qom-get (100%) rename {QMP => scripts/qmp}/qom-list (100%) rename {QMP => scripts/qmp}/qom-set (100%)