From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=49886 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OdOFD-0002Mn-LR for qemu-devel@nongnu.org; Mon, 26 Jul 2010 10:01:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OdOF5-0005Om-9y for qemu-devel@nongnu.org; Mon, 26 Jul 2010 10:01:27 -0400 Received: from mx1.redhat.com ([209.132.183.28]:30686) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OdOF4-0005Od-VA for qemu-devel@nongnu.org; Mon, 26 Jul 2010 10:01:19 -0400 From: Kevin Wolf Date: Mon, 26 Jul 2010 16:01:10 +0200 Message-Id: <1280152877-29037-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [PULL 0/7] 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 Some more fixes for 0.13. The following changes since commit cdcf9153e5e17dde340135fee5dcc7c299f2d4f5: etrax: Update ethernet mgm-ctrl reg on writes (2010-07-25 21:03:56 +0200) are available in the git repository at: git://repo.or.cz/qemu/kevin.git for-anthony Alex Williamson (1): virtio-blk: Create exit function to unregister savevm Aurelien Jarno (1): ide/atapi: add support for GET EVENT STATUS NOTIFICATION Blue Swirl (1): Fix -snapshot deleting images on disk change Bruce Rogers (1): move 'unsafe' to end of caching modes in help Christoph Hellwig (1): block: default to 0 minimal / optiomal I/O size Stefan Weil (1): block: Use error codes from lower levels for error message Yoshiaki Tamura (1): block migration: propagate return value when bdrv_write() returns < 0 block-migration.c | 6 +++++- block.c | 32 ++++++++++++++++++++++++-------- block.h | 1 + block_int.h | 4 ++-- blockdev.c | 1 + hw/ide/core.c | 15 +++++++++++++++ hw/virtio-blk.c | 8 ++++++++ hw/virtio-pci.c | 1 + hw/virtio.h | 1 + qemu-options.hx | 2 +- 10 files changed, 59 insertions(+), 12 deletions(-)