| Commit message (Expand) | Author | Age | Files | Lines |
* | rng-random: register "filename" as class property | Eduardo Habkost | 2020-10-13 | 1 | -4/+4 |
* | util: rename qemu_open() to qemu_open_old() | Daniel P. Berrangé | 2020-09-16 | 1 | -1/+1 |
* | qom: Drop parameter @errp of object_property_add() & friends | Markus Armbruster | 2020-05-15 | 1 | -2/+1 |
* | VirtIO-RNG: Update default entropy source to `/dev/urandom` | Kashyap Chamarthy | 2019-07-03 | 1 | -1/+1 |
* | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 2019-06-12 | 1 | -0/+1 |
* | rng-random: rename RndRandom to RngRandom | Wei Jiangang | 2016-05-23 | 1 | -9/+9 |
* | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 2016-03-22 | 1 | -0/+1 |
* | rng: switch request queue to QSIMPLEQ | Ladi Prosek | 2016-03-08 | 1 | -3/+3 |
* | rng: add request queue support to rng-random | Ladi Prosek | 2016-03-03 | 1 | -24/+19 |
* | backends: Clean up includes | Peter Maydell | 2016-02-04 | 1 | -0/+1 |
* | qerror: Clean up QERR_ macros to expand into a single string | Markus Armbruster | 2015-06-22 | 1 | -3/+3 |
* | Drop superfluous conditionals around g_strdup() | Markus Armbruster | 2014-12-10 | 1 | -5/+1 |
* | rng-random: NULL check not needed before g_free() | Eduardo Habkost | 2014-06-24 | 1 | -4/+1 |
* | rng: initialize file descriptor to -1 | Paolo Bonzini | 2014-01-06 | 1 | -2/+2 |
* | rng-random: use error_setg_file_open() | Luiz Capitulino | 2013-06-17 | 1 | -2/+1 |
* | rng random backend: check for -EAGAIN errors on read | Amit Shah | 2013-04-16 | 1 | -0/+3 |
* | sysemu: avoid proliferation of include/ subdirectories | Paolo Bonzini | 2013-04-15 | 1 | -2/+2 |
* | rng-random: Use qemu_open / qemu_close | Stefan Berger | 2013-03-08 | 1 | -2/+2 |
* | Make all static TypeInfos const | Andreas Färber | 2013-01-10 | 1 | -1/+1 |
* | misc: move include files to include/qemu/ | Paolo Bonzini | 2012-12-19 | 1 | -1/+1 |
* | qapi: move include files to include/qobject/ | Paolo Bonzini | 2012-12-19 | 1 | -1/+1 |
* | rng-random: add an RNG backend that uses /dev/random (v3) | Anthony Liguori | 2012-11-16 | 1 | -0/+161 |