From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:54151) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TCVB6-0007f8-41 for qemu-devel@nongnu.org; Fri, 14 Sep 2012 08:39:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TCVB0-0004pg-22 for qemu-devel@nongnu.org; Fri, 14 Sep 2012 08:39:24 -0400 Received: from mx1.redhat.com ([209.132.183.28]:54378) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TCVAz-0004pQ-Q7 for qemu-devel@nongnu.org; Fri, 14 Sep 2012 08:39:17 -0400 From: Kevin Wolf Date: Fri, 14 Sep 2012 14:39:01 +0200 Message-Id: <1347626352-6023-1-git-send-email-kwolf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 00/11] Block patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: anthony@codemonkey.ws Cc: kwolf@redhat.com, qemu-devel@nongnu.org The following changes since commit e0a1e32dbc41e6b2aabb436a9417dfd32177a3= dc: Merge branch 'usb.64' of git://git.kraxel.org/qemu (2012-09-11 18:06:56= +0200) are available in the git repository at: git://repo.or.cz/qemu/kevin.git for-anthony Beno=C3=AEt Canet (2): qapi: Add SnapshotInfo and ImageInfo. qemu-img: Add json output option to the info command. Daniel P. Berrange (1): Don't require encryption password for 'qemu-img info' command Dunrong Huang (1): block: Don't forget to delete temporary file Jason Baron (1): ahci: properly reset PxCMD on HBA reset MORITA Kazutaka (1): sheepdog: fix savevm and loadvm Pavel Hrdina (1): block: fix block tray status Ronnie Sahlberg (1): ATAPI: STARTSTOPUNIT only eject/load media if powercondition is 0 Stefan Weil (3): ide: Fix error messages from static code analysis (no real error) block/curl: Fix wrong free statement vdi: Fix warning from clang Makefile | 3 +- block.c | 10 ++- block/curl.c | 3 +- block/sheepdog.c | 3 +- block/vdi.c | 25 +++--- hw/ide/ahci.c | 2 +- hw/ide/atapi.c | 6 ++ hw/ide/core.c | 11 +-- qapi-schema.json | 64 ++++++++++++++ qemu-img-cmds.hx | 4 +- qemu-img.c | 257 ++++++++++++++++++++++++++++++++++++++++++------= ----- qemu-img.texi | 5 +- 12 files changed, 305 insertions(+), 88 deletions(-)