]> git.proxmox.com Git - pve-manager.git/commit - www/manager6/qemu/HardwareView.js
qemu: add virtio-rng option to GUI
authorStefan Reiter <s.reiter@proxmox.com>
Thu, 20 Feb 2020 17:10:42 +0000 (18:10 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 6 Mar 2020 17:19:39 +0000 (18:19 +0100)
commit6c1d8ead7af42524eb175f721bc0e3733e536d5d
tree04bed241a2547e42161003b0f9b2c7f042a3ddb5
parente08c232118e9faa55be4a22e6e9a3cd985e4f160
qemu: add virtio-rng option to GUI

Warn the user when selecting /dev/random or disabling speed limits.

'hardware_counts' is used since technically more than one RNG could be
attached to a QEMU machine. It is limited to 1 however, since the
usefulness of such a setup is more than questionable, considering the
linux kernel only ever uses one hwrng at a time anyway.

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
www/manager6/Makefile
www/manager6/Utils.js
www/manager6/qemu/HardwareView.js
www/manager6/qemu/RNGEdit.js [new file with mode: 0644]