1. cde6361 rng-random: rename RndRandom to RngRandom by Wei Jiangang · 9 years ago
  2. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  3. 443590c rng: switch request queue to QSIMPLEQ by Ladi Prosek · 9 years ago
  4. 60253ed rng: add request queue support to rng-random by Ladi Prosek · 9 years ago
  5. 9c05833 backends: Clean up includes by Peter Maydell · 9 years ago
  6. c6bd8c7 qerror: Clean up QERR_ macros to expand into a single string by Markus Armbruster · 10 years ago
  7. 2458810 Drop superfluous conditionals around g_strdup() by Markus Armbruster · 10 years ago
  8. feced89 rng-random: NULL check not needed before g_free() by Eduardo Habkost · 11 years ago
  9. 513b8c7 rng: initialize file descriptor to -1 by Paolo Bonzini · 11 years ago
  10. bc5741a rng-random: use error_setg_file_open() by Luiz Capitulino · 12 years ago
  11. acbbc03 rng random backend: check for -EAGAIN errors on read by Amit Shah · 12 years ago
  12. dccfcd0 sysemu: avoid proliferation of include/ subdirectories by Paolo Bonzini · 12 years ago
  13. 7f9c9d1 rng-random: Use qemu_open / qemu_close by Stefan Berger · 12 years ago
  14. 8c43a6f Make all static TypeInfos const by Andreas Färber · 12 years ago
  15. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  16. 7b1b5d1 qapi: move include files to include/qobject/ by Paolo Bonzini · 12 years ago
  17. 5c74521 rng-random: add an RNG backend that uses /dev/random (v3) by Anthony Liguori · 13 years ago