qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/2] block: Create empty drives without explicit BB


From: Kevin Wolf
Subject: [Qemu-devel] [PATCH 0/2] block: Create empty drives without explicit BB
Date: Thu, 14 Jul 2016 15:49:41 +0200

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]