aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Expand)Author
2014-12-10Drop superfluous conditionals around g_strdup()Markus Armbruster
2014-09-18Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2014-09-18Revert "rng-egd: remove redundant free"Eduardo Habkost
2014-09-16qemu-char: Rename register_char_driver_qapi() to register_char_driver()Peter Maydell
2014-09-09hostmem-ram: don't exit qemu if size of memory-backend-ram is way too bigHu Tao
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao
2014-08-20hostmem: set MPOL_MF_MOVEMichael S. Tsirkin
2014-08-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2014-08-18memory: remove memory_region_destroyPaolo Bonzini
2014-08-06backends: Introduce chr-testdevPaolo Bonzini
2014-06-24rng-random: NULL check not needed before g_free()Eduardo Habkost
2014-06-23qemu-char: introduce qemu_chr_allocPaolo Bonzini
2014-06-19hostmem: add properties for NUMA memory policyHu Tao
2014-06-19hostmem: add property to map memory with MAP_SHAREDPaolo Bonzini
2014-06-19hostmem: allow preallocation of any memory regionPaolo Bonzini
2014-06-19hostmem: add merge and dump propertiesPaolo Bonzini
2014-06-19hostmem: add file-based HostMemoryBackendPaolo Bonzini
2014-06-19hostmem: separate allocation from UserCreatable complete methodHu Tao
2014-06-19backend:hostmem: replace hostmemory with host_memoryHu Tao
2014-06-18add memdev backend infrastructureIgor Mammedov
2014-05-08build: convert some obj-specific CFLAGS to use new foo.o-cflags syntaxMichael Tokarev
2014-05-05qom: Clean up fragile use of error_is_set() in set() methodsMarkus Armbruster
2014-03-24backends/baum.c: Fix compilation when SDL is not available.Richard W.M. Jones
2014-03-05ui/sdl2 : initial port to SDL 2.0 (v2.0)Dave Airlie
2014-01-28virtio_rng: replace custom backend API with UserCreatable.complete() callbackIgor Mammedov
2014-01-28add optional 2nd stage initialization to -object/object-add commandsIgor Mammedov
2014-01-06rng: initialize file descriptor to -1Paolo Bonzini
2013-11-21rng-egd: offset the point when repeatedly read from the bufferAmos Kong
2013-11-21rng-egd: remove redundant freeAmos Kong
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh
2013-08-22aio / timers: Rename qemu_timer_* functionsAlex Bligh
2013-06-17rng-random: use error_setg_file_open()Luiz Capitulino
2013-06-10qemu-char: don't issue CHR_EVENT_OPEN in a BHMichael Roth
2013-04-16rng random backend: check for -EAGAIN errors on readAmit Shah
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini
2013-04-15tpm: reorganize headers and split hardware partPaolo Bonzini
2013-04-04qemu-char: Call fe_claim / fe_release when not using qdev chr propertiesHans de Goede
2013-04-02QOM-ify the TPM supportStefan Berger
2013-03-27qemu-char: Rename qemu_chr_generic_open to qemu_chr_be_generic_openHans de Goede
2013-03-13chardev: add braille support to qapiGerd Hoffmann
2013-03-13chardev: add msmouse support to qapiGerd Hoffmann
2013-03-10Merge remote-tracking branch 'bonzini/hw-dirs' into stagingAnthony Liguori
2013-03-08rng-random: Use qemu_open / qemu_closeStefan Berger
2013-03-01hw: move char backends to backends/Paolo Bonzini
2013-01-10Make all static TypeInfos constAndreas Färber
2012-12-19softmmu: move remaining include files to include/ subdirectoriesPaolo Bonzini
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19qapi: move include files to include/qobject/Paolo Bonzini
2012-11-19rng-random: only build on POSIX platformsAnthony Liguori
2012-11-16rng-egd: don't use gslist_free_fullAnthony Liguori