2020-11-18 16:20:36 +00:00
|
|
|
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 \
|
2020-11-20 16:04:05 +00:00
|
|
|
-device scsi-hd,bus=scsi.0,scsi-id=0,drive=drive-scsi0-0-0-0,id=scsi0-0-0-0,\
|
|
|
|
bootindex=1 \
|
2020-11-18 16:20:36 +00:00
|
|
|
-drive file=/home/berrange/VirtualMachines/redhat-6.2-sparc.iso,format=raw,\
|
|
|
|
if=none,id=drive-scsi0-0-0-1,readonly=on \
|
2020-11-20 16:04:05 +00:00
|
|
|
-device scsi-cd,bus=scsi.0,scsi-id=1,drive=drive-scsi0-0-0-1,id=scsi0-0-0-1
|