Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2015-06-22 | qerror: Clean up QERR_ macros to expand into a single string | Markus Armbruster | 1 | -3/+3 |
2014-12-10 | Drop superfluous conditionals around g_strdup() | Markus Armbruster | 1 | -5/+1 |
2014-06-24 | rng-random: NULL check not needed before g_free() | Eduardo Habkost | 1 | -4/+1 |
2014-01-06 | rng: initialize file descriptor to -1 | Paolo Bonzini | 1 | -2/+2 |
2013-06-17 | rng-random: use error_setg_file_open() | Luiz Capitulino | 1 | -2/+1 |
2013-04-16 | rng random backend: check for -EAGAIN errors on read | Amit Shah | 1 | -0/+3 |
2013-04-15 | sysemu: avoid proliferation of include/ subdirectories | Paolo Bonzini | 1 | -2/+2 |
2013-03-08 | rng-random: Use qemu_open / qemu_close | Stefan Berger | 1 | -2/+2 |
2013-01-10 | Make all static TypeInfos const | Andreas Färber | 1 | -1/+1 |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini | 1 | -1/+1 |
2012-12-19 | qapi: move include files to include/qobject/ | Paolo Bonzini | 1 | -1/+1 |
2012-11-16 | rng-random: add an RNG backend that uses /dev/random (v3) | Anthony Liguori | 1 | -0/+161 |