summaryrefslogtreecommitdiffstats
path: root/backends
Commit message (Expand)AuthorAgeFilesLines
* rng-random: NULL check not needed before g_free()Eduardo Habkost2014-06-241-4/+1
* qemu-char: introduce qemu_chr_allocPaolo Bonzini2014-06-232-2/+2
* hostmem: add properties for NUMA memory policyHu Tao2014-06-191-1/+135
* hostmem: add property to map memory with MAP_SHAREDPaolo Bonzini2014-06-191-1/+25
* hostmem: allow preallocation of any memory regionPaolo Bonzini2014-06-192-0/+45
* hostmem: add merge and dump propertiesPaolo Bonzini2014-06-191-1/+83
* hostmem: add file-based HostMemoryBackendPaolo Bonzini2014-06-192-0/+108
* hostmem: separate allocation from UserCreatable complete methodHu Tao2014-06-192-4/+23
* backend:hostmem: replace hostmemory with host_memoryHu Tao2014-06-191-12/+12
* add memdev backend infrastructureIgor Mammedov2014-06-183-0/+153
* build: convert some obj-specific CFLAGS to use new foo.o-cflags syntaxMichael Tokarev2014-05-081-1/+1
* qom: Clean up fragile use of error_is_set() in set() methodsMarkus Armbruster2014-05-052-8/+14
* backends/baum.c: Fix compilation when SDL is not available.Richard W.M. Jones2014-03-241-2/+6
* ui/sdl2 : initial port to SDL 2.0 (v2.0)Dave Airlie2014-03-051-2/+2
* virtio_rng: replace custom backend API with UserCreatable.complete() callbackIgor Mammedov2014-01-281-2/+10
* add optional 2nd stage initialization to -object/object-add commandsIgor Mammedov2014-01-281-0/+5
* rng: initialize file descriptor to -1Paolo Bonzini2014-01-061-2/+2
* rng-egd: offset the point when repeatedly read from the bufferAmos Kong2013-11-211-1/+3
* rng-egd: remove redundant freeAmos Kong2013-11-211-1/+0
* 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