mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-09 23:10:08 +00:00
dc7f6c3d30
The -uuid arg was added in QEMU 0.10.0, so the QEMU driver can assume it is always available. Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
23 lines
493 B
Plaintext
23 lines
493 B
Plaintext
LC_ALL=C \
|
|
PATH=/bin \
|
|
HOME=/home/test \
|
|
USER=test \
|
|
LOGNAME=test \
|
|
QEMU_AUDIO_DRV=none \
|
|
/usr/bin/qemu \
|
|
-name TPM-VM \
|
|
-S \
|
|
-M pc-0.12 \
|
|
-m 2048 \
|
|
-smp 1 \
|
|
-uuid 11d7cd22-da89-3094-6212-079a48a309a1 \
|
|
-nographic \
|
|
-nodefaults \
|
|
-monitor unix:/tmp/test-monitor,server,nowait \
|
|
-boot c \
|
|
-usb \
|
|
-tpmdev passthrough,id=tpm-tpm0,path=/dev/tpm0,\
|
|
cancel-path=/sys/class/misc/tpm0/device/cancel \
|
|
-device tpm-tis,tpmdev=tpm-tpm0,id=tpm0 \
|
|
-device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x3
|