diff options
Diffstat (limited to 'scripts/runqemu')
-rwxr-xr-x | scripts/runqemu | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/runqemu b/scripts/runqemu index 658f7c8abd..2ed6f9a26e 100755 --- a/scripts/runqemu +++ b/scripts/runqemu | |||
@@ -900,9 +900,6 @@ class BaseConfig(object): | |||
900 | 900 | ||
901 | self.qemu_opt = "%s %s %s %s %s" % (qemu_bin, self.get('NETWORK_CMD'), self.qemu_opt_script, self.get('ROOTFS_OPTIONS'), self.get('QB_OPT_APPEND')) | 901 | self.qemu_opt = "%s %s %s %s %s" % (qemu_bin, self.get('NETWORK_CMD'), self.qemu_opt_script, self.get('ROOTFS_OPTIONS'), self.get('QB_OPT_APPEND')) |
902 | 902 | ||
903 | # Enable virtio RNG else we can run out of entropy in guests | ||
904 | self.qemu_opt += " -device virtio-rng-pci" | ||
905 | |||
906 | if self.snapshot: | 903 | if self.snapshot: |
907 | self.qemu_opt += " -snapshot" | 904 | self.qemu_opt += " -snapshot" |
908 | 905 | ||