From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=56592 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OW7BQ-0003UG-NC for qemu-devel@nongnu.org; Tue, 06 Jul 2010 08:23:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OW6xQ-0003Hj-16 for qemu-devel@nongnu.org; Tue, 06 Jul 2010 08:09:01 -0400 Received: from oxygen.pond.sub.org ([213.239.205.148]:38896) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OW6xP-0003Gy-Re for qemu-devel@nongnu.org; Tue, 06 Jul 2010 08:08:59 -0400 From: Markus Armbruster Date: Tue, 6 Jul 2010 14:08:43 +0200 Message-Id: <1278418136-24556-1-git-send-email-armbru@redhat.com> Subject: [Qemu-devel] [PATCH v2 00/13] Still more block related fixes and cleanups List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, kraxel@redhat.com, hch@lst.de I'm working on cleanly separating block device host and guest parts. I'd like to route all this work through Kevin's block tree. This is still just preliminaries. This patch series is based available at git://repo.or.cz/qemu/armbru.git tag block-fixes-2-v2: this series, based on tag blockdev-base, which the current kevin/block There will be at least one more round of cleanup & fixes before blockdev_add proper. I intend to start with a minimal QMP-only version, then add features. v2: rebased, better error messages (new 07/13 and 08/13) Markus Armbruster (13): blockdev: Clean up how readonly persists across virtual media change block migration: Fix test for read-only drive raw-posix: Fix test for host CD-ROM fdc: Reject unimplemented error actions qdev: Don't hw_error() in qdev_init_nofail() scsi: Reject unimplemented error actions error: New qemu_opts_loc_restore() scsi: Error locations for -drive if=scsi device initialization ide: Improve error messages ide: Replace IDEState members is_cdrom, is_cf by drive_kind ide: Make ide_init_drive() return success ide: Reject readonly drives unless CD-ROM ide: Reject invalid CHS geometry block-migration.c | 2 +- block/raw-posix.c | 17 ++++-------- blockdev.c | 2 +- hw/fdc.c | 22 +++++++++++---- hw/ide/core.c | 70 +++++++++++++++++++++++++++++++++----------------- hw/ide/internal.h | 9 +++--- hw/ide/macio.c | 2 +- hw/ide/microdrive.c | 2 +- hw/ide/qdev.c | 13 ++++++--- hw/qdev.c | 6 +++- hw/scsi-bus.c | 4 +++ hw/scsi-disk.c | 5 +++ hw/scsi-generic.c | 9 ++++++ qemu-option.c | 5 +++ qemu-option.h | 1 + 15 files changed, 113 insertions(+), 56 deletions(-)