From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=58108 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OW8nD-0002IP-Sn for qemu-devel@nongnu.org; Tue, 06 Jul 2010 10:06:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OW8nB-0006VH-4U for qemu-devel@nongnu.org; Tue, 06 Jul 2010 10:06:35 -0400 Received: from mx1.redhat.com ([209.132.183.28]:56585) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OW8nA-0006V6-U7 for qemu-devel@nongnu.org; Tue, 06 Jul 2010 10:06:33 -0400 Message-ID: <4C333861.4080404@redhat.com> Date: Tue, 06 Jul 2010 16:06:25 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1278418136-24556-1-git-send-email-armbru@redhat.com> In-Reply-To: <1278418136-24556-1-git-send-email-armbru@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [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: Markus Armbruster Cc: hch@lst.de, qemu-devel@nongnu.org, kraxel@redhat.com Am 06.07.2010 14:08, schrieb Markus Armbruster: > 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 Thanks, applied all to the block branch. Kevin