mirror of https://gitee.com/openkylin/libvirt.git
26 lines
641 B
Plaintext
26 lines
641 B
Plaintext
|
LC_ALL=C \
|
||
|
PATH=/bin \
|
||
|
HOME=/home/test \
|
||
|
USER=test \
|
||
|
LOGNAME=test \
|
||
|
QEMU_AUDIO_DRV=none \
|
||
|
/usr/bin/qemu-system-x86_64 \
|
||
|
-name guest \
|
||
|
-S \
|
||
|
-machine pc,accel=tcg,usb=off,dump-guest-core=off \
|
||
|
-m 214 \
|
||
|
-smp 1,sockets=1,cores=1,threads=1 \
|
||
|
-uuid c7a5fdbd-edaf-9466-926a-d65c16db1809 \
|
||
|
-display none \
|
||
|
-no-user-config \
|
||
|
-nodefaults \
|
||
|
-chardev socket,id=charmonitor,path=/tmp/lib/domain--1-guest/monitor.sock,\
|
||
|
server,nowait \
|
||
|
-mon chardev=charmonitor,id=monitor,mode=control \
|
||
|
-rtc base=utc \
|
||
|
-no-shutdown \
|
||
|
-no-acpi \
|
||
|
-netdev user,id=hostnet0 \
|
||
|
-device virtio-net-pci,netdev=hostnet0,id=net0,mac=52:54:00:24:a5:9f,bus=pci.0,\
|
||
|
addr=0x3,romfile=
|