From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=58780 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OOX5l-0003Ah-AG for qemu-devel@nongnu.org; Tue, 15 Jun 2010 10:26:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OOX5j-0001TR-Jm for qemu-devel@nongnu.org; Tue, 15 Jun 2010 10:26:16 -0400 Received: from mail-iw0-f173.google.com ([209.85.214.173]:64814) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OOX5j-0001TC-H4 for qemu-devel@nongnu.org; Tue, 15 Jun 2010 10:26:15 -0400 Received: by iwn10 with SMTP id 10so5404041iwn.4 for ; Tue, 15 Jun 2010 07:26:14 -0700 (PDT) Message-ID: <4C178D90.2090000@codemonkey.ws> Date: Tue, 15 Jun 2010 09:26:24 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PULL 00/19] Block patches References: <1276611581-3757-1-git-send-email-kwolf@redhat.com> In-Reply-To: <1276611581-3757-1-git-send-email-kwolf@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org On 06/15/2010 09:19 AM, Kevin Wolf wrote: > The following changes since commit fd42deeb4cb42f90084046e3ebdb4383953195e3: > Gerd Hoffmann (1): > Add exit notifiers. > > are available in the git repository at: > > git://repo.or.cz/qemu/kevin.git for-anthony > Merged. Thanks. Regards, Anthony Liguori > Blue Swirl (1): > block: fix a warning and possible truncation > > Christoph Hellwig (3): > cow: use pread/pwrite > cow: stop using mmap > cow: use qemu block API > > Jan Kiszka (1): > xen: Fix build error due to missing include > > Jes Sorensen (1): > Correct definitions for FD_CMD_SAVE and FD_CMD_RESTORE > > Kevin Wolf (5): > vpc: Read/write multiple sectors at once > qcow2: Allow get_refcount to return errors > qcow2: Allow alloc_clusters_noref to return errors > qcow2: Return real error code in load_refcount_block > qcow2: Restore L1 entry on l2_allocate failure > > Markus Armbruster (7): > Fix regression for "-drive file=" > block: Move error actions from DriveInfo to BlockDriverState > block: Decouple block device "commit all" from DriveInfo > monitor: Make "commit FOO" complain when FOO doesn't exist > block: New bdrv_next() > block: Decouple savevm from DriveInfo > blockdev: Give drives internal linkage > > Miguel Di Ciurcio Filho (1): > savevm: Really verify if a drive supports snapshots > > block.c | 49 ++++++++++++++++++- > block.h | 11 ++++ > block/cow.c | 127 ++++++++++++++++++++++++++---------------------- > block/qcow2-cluster.c | 1 + > block/qcow2-refcount.c | 70 +++++++++++++++++++++++---- > block/vpc.c | 41 +++++++++++---- > block_int.h | 1 + > blockdev.c | 39 +++++--------- > blockdev.h | 12 ----- > hw/fdc.c | 4 +- > hw/ide/core.c | 2 +- > hw/scsi-disk.c | 2 +- > hw/virtio-blk.c | 3 +- > hw/xen_backend.h | 1 + > qemu-char.c | 7 +-- > qemu-common.h | 3 - > qemu-malloc.c | 5 -- > savevm.c | 90 +++++++++++++++++++--------------- > 18 files changed, 291 insertions(+), 177 deletions(-) > > >