mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-26 07:36:19 +00:00
2618dc2a45
This is a generic XML usable for hotplugging various types of devices.
8 lines
313 B
Plaintext
8 lines
313 B
Plaintext
LC_ALL=C PATH=/bin HOME=/home/test USER=test LOGNAME=test \
|
|
/usr/libexec/qemu-kvm -S -M pc -m 4096 -smp 4 -nographic -nodefaults \
|
|
-monitor unix:/tmp/test-monitor,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
|