]> git.proxmox.com Git - mirror_qemu.git/commit - vl.c
vl: disable default cdrom when using explicitely scsi-hd
authorHervé Poussineau <hpoussin@reactos.org>
Mon, 20 Feb 2017 20:41:19 +0000 (21:41 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 3 Mar 2017 15:40:03 +0000 (16:40 +0100)
commitf6f99b48087696812241d6c54f97444de6364c24
tree8f08ad25c2c54115e80a5657029ac6e6781564ff
parentc99a29e702528698c0ce2590f06ca7ff239f7c39
vl: disable default cdrom when using explicitely scsi-hd

In commit af6bf1328ef90fae617857c02697e0174b84d596 (May 2011),
ide-hd, ide-cd and scsi-cd have been added to disable default cdrom,
"or else you can't put one on secondary master without -nodefaults".

Make it the same for scsi-hd, so you can put one on scsi-id 2 without
using -nodefaults.
scsi-hd has probably been forgotten, as it has been added in the
preceding commit (b443ae67130d32ad06b06fc9aa6d04d05ccd93ce).

Affected users are the ones using a machine with SCSI devices and start QEMU
with -device scsi-hd but without -device scsi-cd or -cdrom
In that case, the default cdrom device will disappear instead of being empty.

Signed-off-by: Hervé Poussineau <hpoussin@reactos.org>
Message-Id: <1487623279-29930-1-git-send-email-hpoussin@reactos.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
vl.c