From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=37198 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OiSc1-0002en-2i for qemu-devel@nongnu.org; Mon, 09 Aug 2010 09:46:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OiSbP-0000cb-Ta for qemu-devel@nongnu.org; Mon, 09 Aug 2010 09:41:20 -0400 Received: from mail-yx0-f173.google.com ([209.85.213.173]:63282) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OiSbP-0000cW-Py for qemu-devel@nongnu.org; Mon, 09 Aug 2010 09:41:19 -0400 Received: by yxn35 with SMTP id 35so3769711yxn.4 for ; Mon, 09 Aug 2010 06:41:19 -0700 (PDT) Message-ID: <4C60057C.1050004@codemonkey.ws> Date: Mon, 09 Aug 2010 08:41:16 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PULL 0/6] Block patches References: <1280846670-27063-1-git-send-email-kwolf@redhat.com> In-Reply-To: <1280846670-27063-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 08/03/2010 09:44 AM, Kevin Wolf wrote: > The following changes since commit 5933e8a96ab9c59cb6b6c80c9db385364a68c959: > > fix last cpu timer initialization (2010-08-02 18:49:13 +0000) > Pulled, thanks. Regards, Anthony Liguori > are available in the git repository at: > git://repo.or.cz/qemu/kevin.git for-anthony > > Andrea Arcangeli (1): > ide: Avoid canceling IDE DMA > > Kevin Wolf (2): > block: Change bdrv_commit to handle multiple sectors at once > block: Fix bdrv_has_zero_init > > Markus Armbruster (1): > block: Change bdrv_eject() not to drop the image > > Miguel Di Ciurcio Filho (1): > loadvm: improve tests before bdrv_snapshot_goto() > > Yoshiaki Tamura (1): > block migration: replace tabs by spaces. > > block-migration.c | 12 ++++---- > block.c | 50 ++++++++++++++++++------------------ > block/raw-posix.c | 13 ++++++--- > block/raw-win32.c | 6 ++++ > block/raw.c | 6 ++++ > block_int.h | 8 ++++- > hw/ide/pci.c | 23 +++++++++++++++- > monitor.c | 3 +- > savevm.c | 71 +++++++++++++++++++++++++--------------------------- > 9 files changed, 115 insertions(+), 77 deletions(-) > > >