]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kvm tools: Add support for multiple virtio-rng devices
authorSasha Levin <levinsasha928@gmail.com>
Thu, 26 May 2011 10:30:07 +0000 (13:30 +0300)
committerPekka Enberg <penberg@kernel.org>
Thu, 26 May 2011 15:55:56 +0000 (18:55 +0300)
commit6210911d7fcd77accd886614ebadf04936c80d38
tree93e68234091527d65d9d4a22fba104f62aca736f
parent8282838324444ef225ef6ad9ec226eb6d9c28343
kvm tools: Add support for multiple virtio-rng devices

Since multiple hardware rng devices of the same type are currently
unsupported by the kernel, this serves more as an example of a basic
virtio driver under kvm tools and can be used to debug the PCI layer.

Signed-off-by: Sasha Levin <levinsasha928@gmail.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
tools/kvm/include/kvm/ioport.h
tools/kvm/include/kvm/parse-options.h
tools/kvm/include/kvm/virtio-rng.h
tools/kvm/kvm-run.c
tools/kvm/virtio/rng.c