From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34972) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UwyZT-0001NB-GK for qemu-devel@nongnu.org; Wed, 10 Jul 2013 13:52:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UwyZS-0004fv-B7 for qemu-devel@nongnu.org; Wed, 10 Jul 2013 13:52:55 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49145) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UwyZS-0004fZ-40 for qemu-devel@nongnu.org; Wed, 10 Jul 2013 13:52:54 -0400 From: Luiz Capitulino Date: Wed, 10 Jul 2013 13:52:41 -0400 Message-Id: <1373478767-20965-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: qemu-devel@nongnu.org Cc: aliguori@us.ibm.com The following changes since commit 51455c59ddc370612f6e070d8eb0e594aaa7ef24: Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging (2013-07-10 10:54:16 -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 5e2ac5191772dea782ff78e95edd395985273019: add timestamp to error_report() (2013-07-10 13:42:09 -0400) ---------------------------------------------------------------- Kevin Wolf (4): qapi.py: Avoid code duplication qapi.py: Allow top-level type reference for command definitions qapi-schema: Use BlockdevSnapshot type for blockdev-snapshot-sync qapi-schema: Use existing type for drive-backup arguments Markus Armbruster (1): qemu-char: Fix ringbuf option size Seiji Aguchi (1): add timestamp to error_report() include/qemu/error-report.h | 2 ++ qapi-schema.json | 46 ++++----------------------------------------- qemu-char.c | 2 +- qemu-options.hx | 11 +++++++++++ scripts/qapi.py | 37 +++++++++++++++++++++++++++--------- util/qemu-error.c | 10 ++++++++++ vl.c | 26 +++++++++++++++++++++++++ 7 files changed, 82 insertions(+), 52 deletions(-)