mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-10 05:17:59 +03:00
23 lines
547 B
Plaintext
23 lines
547 B
Plaintext
|
LC_ALL=C \
|
||
|
PATH=/bin \
|
||
|
HOME=/home/test \
|
||
|
USER=test \
|
||
|
LOGNAME=test \
|
||
|
QEMU_AUDIO_DRV=none \
|
||
|
/usr/bin/qemu-system-ppc64 \
|
||
|
-name guest \
|
||
|
-S \
|
||
|
-M pseries \
|
||
|
-m 512 \
|
||
|
-smp 1,sockets=1,cores=1,threads=1 \
|
||
|
-uuid 1ccfd97d-5eb4-478a-bbe6-88d254c16db7 \
|
||
|
-nographic \
|
||
|
-nodefconfig \
|
||
|
-nodefaults \
|
||
|
-chardev socket,id=charmonitor,path=/tmp/lib/domain--1-guest/monitor.sock,\
|
||
|
server,nowait \
|
||
|
-mon chardev=charmonitor,id=monitor,mode=readline \
|
||
|
-boot c \
|
||
|
-device spapr-pci-host-bridge,index=1,id=pci.2 \
|
||
|
-device pci-bridge,chassis_nr=1,id=pci.1,bus=pci.0,addr=0x1
|