From patchwork Wed Jul 10 17:52:41 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Luiz Capitulino X-Patchwork-Id: 258180 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 65A362C02E8 for ; Thu, 11 Jul 2013 03:53:32 +1000 (EST) Received: from localhost ([::1]:43320 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UwyZy-0001O9-0n for incoming@patchwork.ozlabs.org; Wed, 10 Jul 2013 13:53:26 -0400 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 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r6AHqpaw028531 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 10 Jul 2013 13:52:51 -0400 Received: from localhost (ovpn-113-20.phx2.redhat.com [10.3.113.20]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r6AHqolR031951; Wed, 10 Jul 2013 13:52:51 -0400 From: Luiz Capitulino To: qemu-devel@nongnu.org Date: Wed, 10 Jul 2013 13:52:41 -0400 Message-Id: <1373478767-20965-1-git-send-email-lcapitulino@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.25 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 Cc: aliguori@us.ibm.com Subject: [Qemu-devel] [PULL 0/6] QMP queue X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org 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(-)