[Qemu-devel] Commit 622b520f changed -drive if=scsi, index=N, intentional?

2011-01-27 Thread Markus Armbruster
Consider -drive if=scsi,index=12,... Before the commit, index=12 meant bus=1,unit=5. Example: $ qemu-system-x86_64 -nodefaults -vnc :0 -S -monitor stdio -drive if=scsi,index=12,media=cdrom QEMU 0.13.50 monitor - type 'help' for more information (qemu) info block scsi1-cd5:

Re: [Qemu-devel] Commit 622b520f changed -drive if=scsi, index=N, intentional?

2011-01-27 Thread Daniel P. Berrange
On Thu, Jan 27, 2011 at 01:10:50PM +0100, Markus Armbruster wrote: Consider -drive if=scsi,index=12,... Before the commit, index=12 meant bus=1,unit=5. Example: $ qemu-system-x86_64 -nodefaults -vnc :0 -S -monitor stdio -drive if=scsi,index=12,media=cdrom QEMU 0.13.50 monitor -