| Commit message (Expand) | Author | Age | Files | Lines |
* | qemu-char: Use g_new() & friends where that makes obvious sense | Markus Armbruster | 2015-09-16 | 1 | -2/+2 |
* | baum: Fix build with debugging enabled | Samuel Thibault | 2015-09-11 | 1 | -1/+1 |
* | maint: avoid useless "if (foo) free(foo)" pattern | Daniel P. Berrange | 2015-09-11 | 1 | -3/+1 |
* | hostmem: Fix qemu_opt_get_bool() crash in host_memory_backend_init() | Eduardo Habkost | 2015-07-22 | 1 | -4/+4 |
* | Include qapi/qmp/qerror.h exactly where needed | Markus Armbruster | 2015-06-22 | 1 | -1/+0 |
* | qerror: Clean up QERR_ macros to expand into a single string | Markus Armbruster | 2015-06-22 | 4 | -9/+9 |
* | qerror: Eliminate QERR_DEVICE_NOT_FOUND | Markus Armbruster | 2015-06-22 | 1 | -1/+2 |
* | qom: Don't pass string table to object_get_enum() function | Daniel P. Berrange | 2015-06-19 | 1 | -14/+8 |
* | backends: Fix typename of 'policy' enum property in hostmem obj | Daniel P. Berrange | 2015-06-19 | 1 | -1/+1 |
* | Extend TPM TIS interface to support TPM 2 | Stefan Berger | 2015-05-31 | 1 | -0/+14 |
* | Remove various unused functions | Thomas Huth | 2015-05-08 | 1 | -11/+0 |
* | hostmem: Fix mem-path property name in error report | Jan Kiszka | 2015-04-30 | 1 | -1/+1 |
* | hostmem: Prevent removing an in-use memory backend | Lin Ma | 2015-04-01 | 1 | -0/+14 |
* | backends: Fix warning from Sparse | Stefan Weil | 2015-03-19 | 1 | -1/+1 |
* | Drop superfluous conditionals around g_strdup() | Markus Armbruster | 2014-12-10 | 1 | -5/+1 |
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 2014-09-18 | 1 | -0/+1 |
|\ |
|
| * | Revert "rng-egd: remove redundant free" | Eduardo Habkost | 2014-09-18 | 1 | -0/+1 |
* | | qemu-char: Rename register_char_driver_qapi() to register_char_driver() | Peter Maydell | 2014-09-17 | 3 | -3/+3 |
* | | hostmem-ram: don't exit qemu if size of memory-backend-ram is way too big | Hu Tao | 2014-09-09 | 1 | -1/+1 |
* | | memory: add parameter errp to memory_region_init_ram | Hu Tao | 2014-09-09 | 1 | -1/+1 |
|/ |
|
* | hostmem: set MPOL_MF_MOVE | Michael S. Tsirkin | 2014-08-20 | 1 | -1/+1 |
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 2014-08-19 | 1 | -10/+0 |
|\ |
|
| * | memory: remove memory_region_destroy | Paolo Bonzini | 2014-08-18 | 1 | -10/+0 |
* | | backends: Introduce chr-testdev | Paolo Bonzini | 2014-08-06 | 2 | -1/+132 |
|/ |
|
* | rng-random: NULL check not needed before g_free() | Eduardo Habkost | 2014-06-24 | 1 | -4/+1 |
* | qemu-char: introduce qemu_chr_alloc | Paolo Bonzini | 2014-06-23 | 2 | -2/+2 |
* | hostmem: add properties for NUMA memory policy | Hu Tao | 2014-06-19 | 1 | -1/+135 |
* | hostmem: add property to map memory with MAP_SHARED | Paolo Bonzini | 2014-06-19 | 1 | -1/+25 |
* | hostmem: allow preallocation of any memory region | Paolo Bonzini | 2014-06-19 | 2 | -0/+45 |
* | hostmem: add merge and dump properties | Paolo Bonzini | 2014-06-19 | 1 | -1/+83 |
* | hostmem: add file-based HostMemoryBackend | Paolo Bonzini | 2014-06-19 | 2 | -0/+108 |
* | hostmem: separate allocation from UserCreatable complete method | Hu Tao | 2014-06-19 | 2 | -4/+23 |
* | backend:hostmem: replace hostmemory with host_memory | Hu Tao | 2014-06-19 | 1 | -12/+12 |
* | add memdev backend infrastructure | Igor Mammedov | 2014-06-18 | 3 | -0/+153 |
* | build: convert some obj-specific CFLAGS to use new foo.o-cflags syntax | Michael Tokarev | 2014-05-08 | 1 | -1/+1 |
* | qom: Clean up fragile use of error_is_set() in set() methods | Markus Armbruster | 2014-05-05 | 2 | -8/+14 |
* | backends/baum.c: Fix compilation when SDL is not available. | Richard W.M. Jones | 2014-03-24 | 1 | -2/+6 |
* | ui/sdl2 : initial port to SDL 2.0 (v2.0) | Dave Airlie | 2014-03-05 | 1 | -2/+2 |
* | virtio_rng: replace custom backend API with UserCreatable.complete() callback | Igor Mammedov | 2014-01-28 | 1 | -2/+10 |
* | add optional 2nd stage initialization to -object/object-add commands | Igor Mammedov | 2014-01-28 | 1 | -0/+5 |
* | rng: initialize file descriptor to -1 | Paolo Bonzini | 2014-01-06 | 1 | -2/+2 |
* | rng-egd: offset the point when repeatedly read from the buffer | Amos Kong | 2013-11-21 | 1 | -1/+3 |
* | rng-egd: remove redundant free | Amos Kong | 2013-11-21 | 1 | -1/+0 |
* | aio / timers: Switch entire codebase to the new timer API | Alex Bligh | 2013-08-22 | 1 | -6/+6 |
* | aio / timers: Rename qemu_timer_* functions | Alex Bligh | 2013-08-22 | 1 | -3/+3 |
* | rng-random: use error_setg_file_open() | Luiz Capitulino | 2013-06-17 | 1 | -2/+1 |
* | qemu-char: don't issue CHR_EVENT_OPEN in a BH | Michael Roth | 2013-06-10 | 2 | -2/+1 |
* | rng random backend: check for -EAGAIN errors on read | Amit Shah | 2013-04-16 | 1 | -0/+3 |
* | sysemu: avoid proliferation of include/ subdirectories | Paolo Bonzini | 2013-04-15 | 6 | -8/+8 |
* | tpm: reorganize headers and split hardware part | Paolo Bonzini | 2013-04-15 | 1 | -1/+37 |