summaryrefslogtreecommitdiffstats
path: root/backends
Commit message (Expand)AuthorAgeFilesLines
* aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-221-6/+6
* aio / timers: Rename qemu_timer_* functionsAlex Bligh2013-08-221-3/+3
* rng-random: use error_setg_file_open()Luiz Capitulino2013-06-171-2/+1
* qemu-char: don't issue CHR_EVENT_OPEN in a BHMichael Roth2013-06-102-2/+1
* rng random backend: check for -EAGAIN errors on readAmit Shah2013-04-161-0/+3
* sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini2013-04-156-8/+8
* tpm: reorganize headers and split hardware partPaolo Bonzini2013-04-151-1/+37
* qemu-char: Call fe_claim / fe_release when not using qdev chr propertiesHans de Goede2013-04-041-0/+6
* QOM-ify the TPM supportStefan Berger2013-04-022-0/+156
* qemu-char: Rename qemu_chr_generic_open to qemu_chr_be_generic_openHans de Goede2013-03-271-1/+1
* chardev: add braille support to qapiGerd Hoffmann2013-03-131-2/+2
* chardev: add msmouse support to qapiGerd Hoffmann2013-03-131-2/+2
* Merge remote-tracking branch 'bonzini/hw-dirs' into stagingAnthony Liguori2013-03-103-0/+721
|\
| * hw: move char backends to backends/Paolo Bonzini2013-03-013-0/+709
* | rng-random: Use qemu_open / qemu_closeStefan Berger2013-03-081-2/+2
|/
* Make all static TypeInfos constAndreas Färber2013-01-103-3/+3
* softmmu: move remaining include files to include/ subdirectoriesPaolo Bonzini2012-12-191-1/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* qapi: move include files to include/qobject/Paolo Bonzini2012-12-193-3/+3
* rng-random: only build on POSIX platformsAnthony Liguori2012-11-191-1/+2
* rng-egd: don't use gslist_free_fullAnthony Liguori2012-11-161-5/+14
* rng-egd: introduce EGD compliant RNG backendAnthony Liguori2012-11-162-1/+216
* rng-random: add an RNG backend that uses /dev/random (v3)Anthony Liguori2012-11-162-1/+162
* rng: add RndBackend abstract object classAnthony Liguori2012-11-162-0/+94
OpenPOWER on IntegriCloud