]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kvm tools: Introduce virtio-rng
authorSasha Levin <levinsasha928@gmail.com>
Sat, 30 Apr 2011 13:30:24 +0000 (16:30 +0300)
committerPekka Enberg <penberg@kernel.org>
Tue, 3 May 2011 14:03:02 +0000 (17:03 +0300)
commit5577d2e508acc66fdc03fa5bb5098b512c758eaf
tree6aaafd8bec6e4554eaa7e88707ce3cb24daae9a4
parent58d3cc0912c50aa7cb20e20ca445ad7a567b339f
kvm tools: Introduce virtio-rng

Enable virtio-rng, a virtio random number generator.
Guest kernel should be compiled with CONFIG_HW_RANDOM_VIRTIO.
Once enabled, A RNG device will be located at /dev/hwrng.

Signed-off-by: Sasha Levin <levinsasha928@gmail.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
tools/kvm/Makefile
tools/kvm/include/kvm/ioport.h
tools/kvm/include/kvm/virtio-rng.h [new file with mode: 0644]
tools/kvm/virtio-rng.c [new file with mode: 0644]