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