mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
24ce5a6cd2
The ESP SCSI controllers (NCR53C90, DC390, AM53C974) have the same requirement as the LSI Logic controller for each disk to be set via the scsi-id=NNN property, not the lun=NNN property. Switching the code to use an enum will force authors to pay attention to this difference when adding future SCSI controllers. Reviewed-by: Laine Stump <laine@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
34 lines
1.1 KiB
Plaintext
34 lines
1.1 KiB
Plaintext
LC_ALL=C \
|
|
PATH=/bin \
|
|
HOME=/tmp/lib/domain--1-redhat62sparc \
|
|
USER=test \
|
|
LOGNAME=test \
|
|
XDG_DATA_HOME=/tmp/lib/domain--1-redhat62sparc/.local/share \
|
|
XDG_CACHE_HOME=/tmp/lib/domain--1-redhat62sparc/.cache \
|
|
XDG_CONFIG_HOME=/tmp/lib/domain--1-redhat62sparc/.config \
|
|
QEMU_AUDIO_DRV=none \
|
|
/usr/bin/qemu-system-sparc \
|
|
-name redhat62sparc \
|
|
-S \
|
|
-machine SS-5,accel=tcg,usb=off,dump-guest-core=off \
|
|
-m 500 \
|
|
-realtime mlock=off \
|
|
-smp 1,sockets=1,cores=1,threads=1 \
|
|
-uuid 00010203-0405-4607-8809-0a0b0c0d0e0f \
|
|
-display none \
|
|
-no-user-config \
|
|
-nodefaults \
|
|
-chardev socket,id=charmonitor,\
|
|
path=/tmp/lib/domain--1-redhat62sparc/monitor.sock,server,nowait \
|
|
-mon chardev=charmonitor,id=monitor,mode=control \
|
|
-rtc base=utc \
|
|
-no-shutdown \
|
|
-usb \
|
|
-drive file=/home/berrange/VirtualMachines/redhat-6.2-sparc.img,format=qcow2,\
|
|
if=none,id=drive-scsi0-0-0-0 \
|
|
-device scsi-hd,bus=scsi.0,scsi-id=0,drive=drive-scsi0-0-0-0,id=scsi0-0-0-0,\
|
|
bootindex=1 \
|
|
-drive file=/home/berrange/VirtualMachines/redhat-6.2-sparc.iso,format=raw,\
|
|
if=none,id=drive-scsi0-0-0-1,readonly=on \
|
|
-device scsi-cd,bus=scsi.0,scsi-id=1,drive=drive-scsi0-0-0-1,id=scsi0-0-0-1
|