summaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Expand)AuthorFilesLines
2014-03-05ui/sdl2 : initial port to SDL 2.0 (v2.0)Dave Airlie1-2/+2
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
2014-01-06rng: initialize file descriptor to -1Paolo Bonzini1-2/+2
2013-11-21rng-egd: offset the point when repeatedly read from the bufferAmos Kong1-1/+3
2013-11-21rng-egd: remove redundant freeAmos Kong1-1/+0
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh1-6/+6
2013-08-22aio / timers: Rename qemu_timer_* functionsAlex Bligh1-3/+3
2013-06-17rng-random: use error_setg_file_open()Luiz Capitulino1-2/+1
2013-06-10qemu-char: don't issue CHR_EVENT_OPEN in a BHMichael Roth2-2/+1
2013-04-16rng random backend: check for -EAGAIN errors on readAmit Shah1-0/+3
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini6-8/+8
2013-04-15tpm: reorganize headers and split hardware partPaolo Bonzini1-1/+37
2013-04-04qemu-char: Call fe_claim / fe_release when not using qdev chr propertiesHans de Goede1-0/+6
2013-04-02QOM-ify the TPM supportStefan Berger2-0/+156
2013-03-27qemu-char: Rename qemu_chr_generic_open to qemu_chr_be_generic_openHans de Goede1-1/+1
2013-03-13chardev: add braille support to qapiGerd Hoffmann1-2/+2
2013-03-13chardev: add msmouse support to qapiGerd Hoffmann1-2/+2
2013-03-10Merge remote-tracking branch 'bonzini/hw-dirs' into stagingAnthony Liguori3-0/+721
2013-03-08rng-random: Use qemu_open / qemu_closeStefan Berger1-2/+2
2013-03-01hw: move char backends to backends/Paolo Bonzini3-0/+709
2013-01-10Make all static TypeInfos constAndreas Färber3-3/+3
2012-12-19softmmu: move remaining include files to include/ subdirectoriesPaolo Bonzini1-1/+1
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-12-19qapi: move include files to include/qobject/Paolo Bonzini3-3/+3
2012-11-19rng-random: only build on POSIX platformsAnthony Liguori1-1/+2
2012-11-16rng-egd: don't use gslist_free_fullAnthony Liguori1-5/+14
2012-11-16rng-egd: introduce EGD compliant RNG backendAnthony Liguori2-1/+216
2012-11-16rng-random: add an RNG backend that uses /dev/random (v3)Anthony Liguori2-1/+162
2012-11-16rng: add RndBackend abstract object classAnthony Liguori2-0/+94