From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=52903 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PiQyZ-0006tX-6R for qemu-devel@nongnu.org; Thu, 27 Jan 2011 07:29:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PiQyW-0007fG-P0 for qemu-devel@nongnu.org; Thu, 27 Jan 2011 07:29:23 -0500 Received: from oxygen.pond.sub.org ([213.239.205.148]:58221) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PiQyV-0007ds-Te for qemu-devel@nongnu.org; Thu, 27 Jan 2011 07:29:20 -0500 From: Markus Armbruster Date: Thu, 27 Jan 2011 13:29:07 +0100 Message-Id: <1296131356-27257-1-git-send-email-armbru@redhat.com> Subject: [Qemu-devel] [PATCH 00/10] -drive/drive_add 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, stefanha@gmail.com Kevin found a bug in my recent "[PATCH 3+5/5] -drive/drive_add fixes". This is a rework of those two patches, plus the odd bonus fix found on the way. Markus Armbruster (10): scsi hotplug: Set DriveInfo member bus correctly blockdev: New drive_get_next(), replacing qdev_init_bdrv() blockdev: Move BlockInterfaceType from qemu-common.h to blockdev.h blockdev: Put BlockInterfaceType names and max_devs in tables blockdev: Make drive_add() take explicit type, index parameters blockdev: Replace drive_add()'s fmt, ... by optstr parameter blockdev: Factor drive_index_to_{bus,unit}_id out of drive_init() blockdev: New drive_get_by_index() blockdev: Reject multiple definitions for the same drive blockdev: Fix drive_add for drives without media blockdev.c | 127 +++++++++++++++++++++++++++++--------------------- blockdev.h | 15 +++++- hw/device-hotplug.c | 5 +- hw/pci-hotplug.c | 1 + hw/pl181.c | 7 ++- hw/qdev.c | 14 ------ hw/qdev.h | 2 - hw/ssi-sd.c | 7 ++- hw/usb-msd.c | 3 +- qemu-common.h | 6 -- vl.c | 94 ++++++++++++++++++++++---------------- 11 files changed, 153 insertions(+), 128 deletions(-) -- 1.7.2.3