diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2020-05-16 12:52:04 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2020-05-16 12:52:04 -0300 |
commit | 515f71c62b767a543f0ab597be76b08203b91e6b (patch) | |
tree | fe5b1f6286a41184b5908f3171f23b9252a8b9d7 /kvmxfile | |
parent | 44d63e4998939079c4a1f0fecf352177c16ffcd6 (diff) | |
download | kvmx-515f71c62b767a543f0ab597be76b08203b91e6b.tar.gz kvmx-515f71c62b767a543f0ab597be76b08203b91e6b.tar.bz2 |
Adds virtio_rng config
Diffstat (limited to 'kvmxfile')
-rw-r--r-- | kvmxfile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -214,3 +214,7 @@ bootloader="grub" # Whether to be managed by kvmx-supervise #supervise_manage="1" + +# VirtIO RNG parameters +# See https://wiki.qemu.org/Features/VirtIORNG +#virtio_rng="max-bytes=128,period=1000" |