aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Expand)Author
2016-01-15qemu-char: add logfile facility to all chardev backendsDaniel P. Berrange
2015-11-23hostmem: Ignore ENOSYS while setting MPOL_DEFAULTPavel Fedin
2015-10-19qemu-char: convert testdev backend to data-driven creationPaolo Bonzini
2015-10-19qemu-char: convert braille backend to data-driven creationPaolo Bonzini
2015-10-19qemu-char: convert msmouse backend to data-driven creationPaolo Bonzini
2015-10-14qemu-char: add create to register_char_driverPaolo Bonzini
2015-09-16qemu-char: Use g_new() & friends where that makes obvious senseMarkus Armbruster
2015-09-11baum: Fix build with debugging enabledSamuel Thibault
2015-09-11maint: avoid useless "if (foo) free(foo)" patternDaniel P. Berrange
2015-07-22hostmem: Fix qemu_opt_get_bool() crash in host_memory_backend_init()Eduardo Habkost
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster
2015-06-22qerror: Eliminate QERR_DEVICE_NOT_FOUNDMarkus Armbruster
2015-06-19qom: Don't pass string table to object_get_enum() functionDaniel P. Berrange
2015-06-19backends: Fix typename of 'policy' enum property in hostmem objDaniel P. Berrange
2015-05-31Extend TPM TIS interface to support TPM 2Stefan Berger
2015-05-08Remove various unused functionsThomas Huth
2015-04-30hostmem: Fix mem-path property name in error reportJan Kiszka
2015-04-01hostmem: Prevent removing an in-use memory backendLin Ma
2015-03-19backends: Fix warning from SparseStefan Weil
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