Statistics
| Branch: | Revision:

root / include / qemu / rng.h @ 3bd88451

History | View | Annotate | Download (2.8 kB)

# Date Author Comment
14cccb61 12/19/2012 09:31 am Paolo Bonzini

qom: move include files to include/qom/

Signed-off-by: Paolo Bonzini <>

7b1b5d19 12/19/2012 09:31 am Paolo Bonzini

qapi: move include files to include/qobject/

Signed-off-by: Paolo Bonzini <>

42015c9a 11/26/2012 10:26 pm Amit Shah

virtio-rng: fix typos, comments

Fix typos, whitespace and update comments to match current
implementation.

Signed-off-by: Amit Shah <>
Signed-off-by: Anthony Liguori <>

a9b7b2ad 11/16/2012 04:36 pm Anthony Liguori

rng: add RndBackend abstract object class

This is the backend used by devices that need to request entropy.

Signed-off-by: Anthony Liguori <>