From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57626) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bNh1X-0001dJ-IB for qemu-devel@nongnu.org; Thu, 14 Jul 2016 09:49:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bNh1V-0002fn-My for qemu-devel@nongnu.org; Thu, 14 Jul 2016 09:49:54 -0400 From: Kevin Wolf Date: Thu, 14 Jul 2016 15:49:41 +0200 Message-Id: <1468504183-20180-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] block: Create empty drives without explicit BB List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-block@nongnu.org Cc: kwolf@redhat.com, mreitz@redhat.com, qemu-devel@nongnu.org This series allows creating empty IDE and SCSI CD-ROM drives by leaving out the drive=... option. At the moment, such drives are still relatively useless because you can't insert a medium at runtime yet, but we'll change the QMP commands soon to accept qdev device names instead of BlockBackend names. Kevin Wolf (2): ide: ide-cd without drive property for empty drive scsi: scsi-cd without drive property for empty drive hw/ide/qdev.c | 20 +++++++++++++++----- hw/scsi/scsi-disk.c | 5 +++++ 2 files changed, 20 insertions(+), 5 deletions(-) -- 1.8.3.1