> Current QEMU should have no restriction on parameter ordering, right? > Or do we have any existing case that: > > "$QEMU -parameter1 -parameter2" > > will work, while... > > "$QEMU -parameter2 -parameter1" > > won't work?
Well, we have. If you, for example, add a scsi disk, you have to add a scsi host adapter first. cheers, Gerd