qemuxml2argv-virtio-rng-random.args 533 字节
Newer Older
1 2 3 4 5 6
LC_ALL=C \
PATH=/bin \
HOME=/home/test \
USER=test \
LOGNAME=test \
QEMU_AUDIO_DRV=none \
7
/usr/bin/qemu \
8
-name QEMUGuest1 \
9 10 11 12
-S \
-M pc \
-m 214 \
-smp 1 \
13
-uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
14 15
-nographic \
-nodefaults \
16
-monitor unix:/tmp/lib/domain--1-QEMUGuest1/monitor.sock,server,nowait \
17 18 19
-no-acpi \
-boot c \
-usb \
20
-device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x3 \
21
-object rng-random,id=objrng0,filename=/dev/urandom \
22 23
-device virtio-rng-pci,rng=objrng0,id=rng0,max-bytes=123,period=1234,bus=pci.0,\
addr=0x4