diff options
author | Patrick Vacek <patrickvacek@gmail.com> | 2019-05-02 14:25:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-02 14:25:25 +0200 |
commit | 438814dec075da891ed37a57c8b5138b43f56818 (patch) | |
tree | db8d7522d1f46d2048d290e82a1205b5e302ad17 /scripts/qemucommand.py | |
parent | 2d2e46834af68b1c22ad0a022001c117caa4929c (diff) | |
parent | 180f7c764ae9dbe85bfd281f62f6086cf95e5b7a (diff) | |
download | meta-updater-438814dec075da891ed37a57c8b5138b43f56818.tar.gz |
Merge pull request #513 from advancedtelematic/fix/thud/backport
Fix/thud/backport
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 4abfd4e..cafab6d 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", |