aboutsummaryrefslogtreecommitdiff
path: root/backends/rng-egd.c
AgeCommit message (Expand)Author
2016-09-13hw: replace most use of qemu_chr_fe_write with qemu_chr_fe_write_allDaniel P. Berrange
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-08rng: switch request queue to QSIMPLEQLadi Prosek
2016-03-03rng: add request queue support to rng-randomLadi Prosek
2016-03-03rng: move request queue cleanup from RngEgd to RngBackendLadi Prosek
2016-03-03rng: move request queue from RngEgd to RngBackendLadi Prosek
2016-03-03rng: remove the unused request cancellation codeLadi Prosek
2016-02-04backends: Clean up includesPeter Maydell
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster
2015-06-22qerror: Eliminate QERR_DEVICE_NOT_FOUNDMarkus Armbruster
2014-09-18Revert "rng-egd: remove redundant free"Eduardo Habkost
2013-11-21rng-egd: offset the point when repeatedly read from the bufferAmos Kong
2013-11-21rng-egd: remove redundant freeAmos Kong
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini
2013-04-04qemu-char: Call fe_claim / fe_release when not using qdev chr propertiesHans de Goede
2013-01-10Make all static TypeInfos constAndreas Färber
2012-12-19softmmu: move remaining include files to include/ subdirectoriesPaolo Bonzini
2012-12-19qapi: move include files to include/qobject/Paolo Bonzini
2012-11-16rng-egd: don't use gslist_free_fullAnthony Liguori
2012-11-16rng-egd: introduce EGD compliant RNG backendAnthony Liguori