From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=40724 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OUjGK-00045j-9A for qemu-devel@nongnu.org; Fri, 02 Jul 2010 12:38:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OUjGH-0001Tq-Pm for qemu-devel@nongnu.org; Fri, 02 Jul 2010 12:38:48 -0400 Received: from mx1.redhat.com ([209.132.183.28]:1158) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OUjGH-0001T5-IA for qemu-devel@nongnu.org; Fri, 02 Jul 2010 12:38:45 -0400 From: Kevin Wolf Date: Fri, 2 Jul 2010 18:38:09 +0200 Message-Id: <1278088712-12302-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [PULL 00/23] 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 8713f8ffb87a28c94b4f22b9a9ec16c55381187e: Andi Kleen (1): Don't declare XSAVE as supported are available in the git repository at: git://repo.or.cz/qemu/kevin.git for-anthony Christoph Hellwig (1): block: allow filenames with colons again for host devices Kevin Wolf (6): qcow2: Fix error handling during metadata preallocation blkdebug: Fix set_state_opts definition blkdebug: Free QemuOpts after having read the config blkdebug: Initialize state as 1 block: Fix early failure in multiwrite block: Handle multiwrite errors only when all requests have completed MORITA Kazutaka (1): qemu-img: avoid calling exit(1) to release resources properly Markus Armbruster (14): scsi: scsi_bus_legacy_handle_cmdline() can fail, fix callers ide: Make it explicit that ide_create_drive() can't fail blockdev: Remove drive_get_serial() blockdev: New drive_get_by_blockdev() blockdev: Clean up automatic drive deletion qdev: Decouple qdev_prop_drive from DriveInfo blockdev: drive_get_by_id() is no longer used, remove block: Catch attempt to attach multiple devices to a blockdev qemu-option: New qemu_opts_reset() savevm: Survive hot-unplug of snapshot device block: Clean up bdrv_snapshots() block: Fix virtual media change for if=none ide: Make PIIX and ISA IDE init functions return the qdev pc: Fix CMOS info for drives defined with -device Ryan Harper (1): Don't reset bs->is_temporary in bdrv_open_common block.c | 125 ++++++++++++++++++++++----- block.h | 5 + block/blkdebug.c | 7 ++- block/qcow2.c | 15 ++-- block_int.h | 8 +- blockdev.c | 45 ++++++---- blockdev.h | 7 +- hw/esp.c | 3 +- hw/fdc.c | 32 ++++--- hw/ide.h | 13 ++- hw/ide/core.c | 18 ++-- hw/ide/internal.h | 2 +- hw/ide/isa.c | 8 +- hw/ide/piix.c | 6 +- hw/ide/qdev.c | 22 ++++-- hw/lsi53c895a.c | 2 +- hw/pc.c | 94 +++++++++++++-------- hw/pc.h | 3 +- hw/pc_piix.c | 16 +++- hw/pci-hotplug.c | 11 ++- hw/qdev-properties.c | 47 +++++++++-- hw/qdev.h | 7 +- hw/s390-virtio.c | 2 +- hw/scsi-bus.c | 20 +++-- hw/scsi-disk.c | 21 +++-- hw/scsi-generic.c | 7 +- hw/scsi.h | 4 +- hw/usb-msd.c | 30 +++++-- hw/virtio-blk.c | 3 +- hw/virtio-pci.c | 4 +- qemu-img.c | 237 +++++++++++++++++++++++++++++++++++++++----------- qemu-option.c | 9 ++ qemu-option.h | 1 + savevm.c | 31 +------ 34 files changed, 606 insertions(+), 259 deletions(-)