mirror of https://gitee.com/openkylin/libvirt.git
20 lines
342 B
Plaintext
20 lines
342 B
Plaintext
LC_ALL=C \
|
|
PATH=/bin \
|
|
HOME=/home/test \
|
|
USER=test \
|
|
LOGNAME=test \
|
|
QEMU_AUDIO_DRV=none \
|
|
/usr/libexec/qemu-kvm \
|
|
-name kvm \
|
|
-S \
|
|
-machine pc-1.0,accel=kvm \
|
|
-m 4096 \
|
|
-smp 4 \
|
|
-uuid d091ea82-29e6-2e34-3005-f02617b36e87 \
|
|
-nographic \
|
|
-nodefaults \
|
|
-monitor unix:/tmp/lib/domain--1-kvm/monitor.sock,server,nowait \
|
|
-no-acpi \
|
|
-boot c \
|
|
-usb
|