From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:33113) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TDfv6-0007Qf-KL for qemu-devel@nongnu.org; Mon, 17 Sep 2012 14:19:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TDfv5-0007Mf-6N for qemu-devel@nongnu.org; Mon, 17 Sep 2012 14:19:44 -0400 Received: from mail-ob0-f173.google.com ([209.85.214.173]:58730) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TDfv5-0007MD-1f for qemu-devel@nongnu.org; Mon, 17 Sep 2012 14:19:43 -0400 Received: by obbta14 with SMTP id ta14so8823582obb.4 for ; Mon, 17 Sep 2012 11:19:41 -0700 (PDT) From: Anthony Liguori In-Reply-To: <1347626352-6023-1-git-send-email-kwolf@redhat.com> References: <1347626352-6023-1-git-send-email-kwolf@redhat.com> Date: Mon, 17 Sep 2012 13:19:37 -0500 Message-ID: <87boh45x6u.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PULL 00/11] Block patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org Kevin Wolf writes: > 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 > Pulled. Thanks. Regards, Anthony Liguori > 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(-)