[Qemu-devel] [PATCH 3/8] rng: add RndBackend abstract object class

2012-10-31 Thread Anthony Liguori
This is the backend used by devices that need to request entropy. Signed-off-by: Anthony Liguori --- Makefile.objs | 2 ++ backends/Makefile.objs | 1 + backends/rng.c | 93 ++ include/qemu/rng.h | 93

[Qemu-devel] [PATCH 3/8] rng: add RndBackend abstract object class

2012-10-30 Thread Anthony Liguori
This is the backend used by devices that need to request entropy. Signed-off-by: Anthony Liguori --- Makefile.objs | 2 ++ backends/Makefile.objs | 1 + backends/rng.c | 93 ++ include/qemu/rng.h | 93