summaryrefslogtreecommitdiffstats
path: root/backends/rng-random.c
Commit message (Expand)AuthorAgeFilesLines
* rng-random: rename RndRandom to RngRandomWei Jiangang2016-05-231-9/+9
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* rng: switch request queue to QSIMPLEQLadi Prosek2016-03-081-3/+3
* rng: add request queue support to rng-randomLadi Prosek2016-03-031-24/+19Star
* backends: Clean up includesPeter Maydell2016-02-041-0/+1
* 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/+1Star
* rng-random: NULL check not needed before g_free()Eduardo Habkost2014-06-241-4/+1Star
* rng: initialize file descriptor to -1Paolo Bonzini2014-01-061-2/+2
* rng-random: use error_setg_file_open()Luiz Capitulino2013-06-171-2/+1Star
* 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