summaryrefslogtreecommitdiff
path: root/backends/rng.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-03-08rng: switch request queue to QSIMPLEQLadi Prosek1-7/+10
2016-03-03rng: add request queue support to rng-randomLadi Prosek1-1/+12
2016-03-03rng: move request queue cleanup from RngEgd to RngBackendLadi Prosek1-0/+32
2016-03-03rng: remove the unused request cancellation codeLadi Prosek1-9/+0
2016-02-04backends: Clean up includesPeter Maydell1-0/+1
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster1-1/+1
2014-05-05qom: Clean up fragile use of error_is_set() in set() methodsMarkus Armbruster1-4/+7
2014-01-28virtio_rng: replace custom backend API with UserCreatable.complete() callbackIgor Mammedov1-2/+10
2014-01-28add optional 2nd stage initialization to -object/object-add commandsIgor Mammedov1-0/+5
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini1-1/+1
2013-01-10Make all static TypeInfos constAndreas Färber1-1/+1
2012-12-19qapi: move include files to include/qobject/Paolo Bonzini1-1/+1
2012-11-16rng: add RndBackend abstract object classAnthony Liguori1-0/+93