summaryrefslogtreecommitdiffstats
path: root/backends
Commit message (Expand)AuthorAgeFilesLines
* qemu-char: Use g_new() & friends where that makes obvious senseMarkus Armbruster2015-09-161-2/+2
* baum: Fix build with debugging enabledSamuel Thibault2015-09-111-1/+1
* maint: avoid useless "if (foo) free(foo)" patternDaniel P. Berrange2015-09-111-3/+1
* hostmem: Fix qemu_opt_get_bool() crash in host_memory_backend_init()Eduardo Habkost2015-07-221-4/+4
* Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster2015-06-221-1/+0
* qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster2015-06-224-9/+9
* qerror: Eliminate QERR_DEVICE_NOT_FOUNDMarkus Armbruster2015-06-221-1/+2
* qom: Don't pass string table to object_get_enum() functionDaniel P. Berrange2015-06-191-14/+8
* backends: Fix typename of 'policy' enum property in hostmem objDaniel P. Berrange2015-06-191-1/+1
* Extend TPM TIS interface to support TPM 2Stefan Berger2015-05-311-0/+14
* Remove various unused functionsThomas Huth2015-05-081-11/+0
* hostmem: Fix mem-path property name in error reportJan Kiszka2015-04-301-1/+1
* hostmem: Prevent removing an in-use memory backendLin Ma2015-04-011-0/+14
* backends: Fix warning from SparseStefan Weil2015-03-191-1/+1
* Drop superfluous conditionals around g_strdup()Markus Armbruster2014-12-101-5/+1
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2014-09-181-0/+1
|\
| * Revert "rng-egd: remove redundant free"Eduardo Habkost2014-09-181-0/+1
* | qemu-char: Rename register_char_driver_qapi() to register_char_driver()Peter Maydell2014-09-163-3/+3
* | hostmem-ram: don't exit qemu if size of memory-backend-ram is way too bigHu Tao2014-09-091-1/+1
* | memory: add parameter errp to memory_region_init_ramHu Tao2014-09-091-1/+1
|/
* hostmem: set MPOL_MF_MOVEMichael S. Tsirkin2014-08-201-1/+1
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2014-08-191-10/+0
|\
| * memory: remove memory_region_destroyPaolo Bonzini2014-08-181-10/+0
* | backends: Introduce chr-testdevPaolo Bonzini2014-08-062-1/+132
|/
* 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
OpenPOWER on IntegriCloud