diff options
Diffstat (limited to 'scripts/qemucommand.py')
-rw-r--r-- | scripts/qemucommand.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/qemucommand.py b/scripts/qemucommand.py index 86362f7..9b21a66 100644 --- a/scripts/qemucommand.py +++ b/scripts/qemucommand.py | |||
@@ -97,6 +97,8 @@ class QemuCommand(object): | |||
97 | "-serial", "tcp:127.0.0.1:%d,server,nowait" % self.serial_port, | 97 | "-serial", "tcp:127.0.0.1:%d,server,nowait" % self.serial_port, |
98 | "-m", "1G", | 98 | "-m", "1G", |
99 | "-usb", | 99 | "-usb", |
100 | "-object", "rng-random,id=rng0,filename=/dev/urandom", | ||
101 | "-device", "virtio-rng-pci,rng=rng0", | ||
100 | "-device", "usb-tablet", | 102 | "-device", "usb-tablet", |
101 | "-show-cursor", | 103 | "-show-cursor", |
102 | "-vga", "std", | 104 | "-vga", "std", |