From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=57880 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OgIjI-00069I-5N for qemu-devel@nongnu.org; Tue, 03 Aug 2010 10:44:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OgIjG-0004Eu-Kx for qemu-devel@nongnu.org; Tue, 03 Aug 2010 10:44:32 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51277) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OgIjG-0004El-EK for qemu-devel@nongnu.org; Tue, 03 Aug 2010 10:44:30 -0400 From: Kevin Wolf Date: Tue, 3 Aug 2010 16:44:24 +0200 Message-Id: <1280846670-27063-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [PULL 0/6] Block patches List-Id: qemu-devel.nongnu.org 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 5933e8a96ab9c59cb6b6c80c9db385364a68c959: fix last cpu timer initialization (2010-08-02 18:49:13 +0000) 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(-)