mirror of https://gitee.com/openkylin/libvirt.git
21 lines
438 B
Plaintext
21 lines
438 B
Plaintext
LC_ALL=C \
|
|
PATH=/bin \
|
|
HOME=/home/test \
|
|
USER=test \
|
|
LOGNAME=test \
|
|
QEMU_AUDIO_DRV=none \
|
|
/usr/libexec/qemu-kvm \
|
|
-name hotplug \
|
|
-S \
|
|
-M pc \
|
|
-m 4096 \
|
|
-smp 4 \
|
|
-uuid d091ea82-29e6-2e34-3005-f02617b36e87 \
|
|
-nographic \
|
|
-nodefaults \
|
|
-monitor unix:/tmp/lib/domain--1-hotplug/monitor.sock,server,nowait \
|
|
-boot c \
|
|
-device virtio-scsi-pci,id=scsi0,bus=pci.0,addr=0x3 \
|
|
-device virtio-serial-pci,id=virtio-serial0,bus=pci.0,addr=0x4 \
|
|
-usb
|