summaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Expand)AuthorFilesLines
2015-07-22hostmem: Fix qemu_opt_get_bool() crash in host_memory_backend_init()Eduardo Habkost1-4/+4
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster1-1/+0
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster4-9/+9
2015-06-22qerror: Eliminate QERR_DEVICE_NOT_FOUNDMarkus Armbruster1-1/+2
2015-06-19qom: Don't pass string table to object_get_enum() functionDaniel P. Berrange1-14/+8
2015-06-19backends: Fix typename of 'policy' enum property in hostmem objDaniel P. Berrange1-1/+1
2015-05-31Extend TPM TIS interface to support TPM 2Stefan Berger1-0/+14
2015-05-08Remove various unused functionsThomas Huth1-11/+0
2015-04-30hostmem: Fix mem-path property name in error reportJan Kiszka1-1/+1
2015-04-01hostmem: Prevent removing an in-use memory backendLin Ma1-0/+14
2015-03-19backends: Fix warning from SparseStefan Weil1-1/+1
2014-12-10Drop superfluous conditionals around g_strdup()Markus Armbruster1-5/+1
2014-09-18Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-0/+1
2014-09-18Revert "rng-egd: remove redundant free"Eduardo Habkost1-0/+1
2014-09-16qemu-char: Rename register_char_driver_qapi() to register_char_driver()Peter Maydell3-3/+3
2014-09-09hostmem-ram: don't exit qemu if size of memory-backend-ram is way too bigHu Tao1-1/+1
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao1-1/+1
2014-08-20hostmem: set MPOL_MF_MOVEMichael S. Tsirkin1-1/+1
2014-08-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-10/+0
2014-08-18memory: remove memory_region_destroyPaolo Bonzini1-10/+0
2014-08-06backends: Introduce chr-testdevPaolo Bonzini2-1/+132
2014-06-24rng-random: NULL check not needed before g_free()Eduardo Habkost1-4/+1
2014-06-23qemu-char: introduce qemu_chr_allocPaolo Bonzini2-2/+2
2014-06-19hostmem: add properties for NUMA memory policyHu Tao1-1/+135
2014-06-19hostmem: add property to map memory with MAP_SHAREDPaolo Bonzini1-1/+25
2014-06-19hostmem: allow preallocation of any memory regionPaolo Bonzini2-0/+45
2014-06-19hostmem: add merge and dump propertiesPaolo Bonzini1-1/+83
2014-06-19hostmem: add file-based HostMemoryBackendPaolo Bonzini2-0/+108
2014-06-19hostmem: separate allocation from UserCreatable complete methodHu Tao2-4/+23
2014-06-19backend:hostmem: replace hostmemory with host_memoryHu Tao1-12/+12
2014-06-18add memdev backend infrastructureIgor Mammedov3-0/+153
2014-05-08build: convert some obj-specific CFLAGS to use new foo.o-cflags syntaxMichael Tokarev1-1/+1
2014-05-05qom: Clean up fragile use of error_is_set() in set() methodsMarkus Armbruster2-8/+14
2014-03-24backends/baum.c: Fix compilation when SDL is not available.Richard W.M. Jones1-2/+6
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