summaryrefslogtreecommitdiffstats
path: root/backends/rng-random.c
Commit message (Expand)AuthorAgeFilesLines
* qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster2015-06-221-3/+3
* Drop superfluous conditionals around g_strdup()Markus Armbruster2014-12-101-5/+1
* rng-random: NULL check not needed before g_free()Eduardo Habkost2014-06-241-4/+1
* rng: initialize file descriptor to -1Paolo Bonzini2014-01-061-2/+2
* rng-random: use error_setg_file_open()Luiz Capitulino2013-06-171-2/+1
* rng random backend: check for -EAGAIN errors on readAmit Shah2013-04-161-0/+3
* sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini2013-04-151-2/+2
* rng-random: Use qemu_open / qemu_closeStefan Berger2013-03-081-2/+2
* Make all static TypeInfos constAndreas Färber2013-01-101-1/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* qapi: move include files to include/qobject/Paolo Bonzini2012-12-191-1/+1
* rng-random: add an RNG backend that uses /dev/random (v3)Anthony Liguori2012-11-161-0/+161
OpenPOWER on IntegriCloud