Re: [Qemu-devel] [PATCH v1 01/15] crypto: add cryptographic random byte source

2016-01-12 Thread Fam Zheng
On Tue, 01/12 18:56, Daniel P. Berrange wrote: > Signed-off-by: Daniel P. Berrange > --- > crypto/Makefile.objs| 1 + > crypto/random.c | 50 > + > include/crypto/random.h | 43 ++ > 3 files chan

[Qemu-devel] [PATCH v1 01/15] crypto: add cryptographic random byte source

2016-01-12 Thread Daniel P. Berrange
Signed-off-by: Daniel P. Berrange --- crypto/Makefile.objs| 1 + crypto/random.c | 50 + include/crypto/random.h | 43 ++ 3 files changed, 94 insertions(+) create mode 100644 crypto/random.c cre