aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-17libvixl: remove per-target compiler flagsPaolo Bonzini
2019-12-17tests: skip block layer tests if !CONFIG_TOOLSMarc-André Lureau
2019-12-17os-posix: simplify os_find_datadirMarc-André Lureau
2019-12-17vhost-user-scsi: fix printf format warningMarc-André Lureau
2019-12-17monitor: fix maybe-uninitializedMarc-André Lureau
2019-12-17migration: fix maybe-uninitialized warningMarc-André Lureau
2019-12-17build-sys: do not include Windows SLIRP dependencies in $LIBSPaolo Bonzini
2019-12-17build-sys: build vhost-user-gpu only if CONFIG_TOOLSMarc-André Lureau
2019-12-17object: Improve documentation of interfacesGreg Kurz
2019-12-17Makefile: remove unused variablesPaolo Bonzini
2019-12-17kvm: convert "-machine kernel_irqchip" to an accelerator propertyPaolo Bonzini
2019-12-17kvm: introduce kvm_kernel_irqchip_* functionsPaolo Bonzini
2019-12-17kvm: convert "-machine kvm_shadow_mem" to an accelerator propertyPaolo Bonzini
2019-12-17xen: convert "-machine igd-passthru" to an accelerator propertyPaolo Bonzini
2019-12-17tcg: add "-accel tcg,tb-size" and deprecate "-tb-size"Paolo Bonzini
2019-12-17tcg: convert "-accel threads" to a QOM propertyPaolo Bonzini
2019-12-17accel: pass object to accel_init_machinePaolo Bonzini
2019-12-17qom: add object_new_with_classPaolo Bonzini
2019-12-17qom: introduce object_register_sugar_propPaolo Bonzini
2019-12-17vl: warn for unavailable accelerators, clarify messagesPaolo Bonzini
2019-12-17vl: configure accelerators from -accel optionsPaolo Bonzini
2019-12-17vl: introduce object_parse_property_optPaolo Bonzini
2019-12-17accel: compile accel/accel.c just oncePaolo Bonzini
2019-12-17vl: merge -accel processing into configure_acceleratorsPaolo Bonzini
2019-12-17vl: extract accelerator option processing to a separate functionPaolo Bonzini
2019-12-17tcg: move qemu_tcg_configure to accel/tcg/tcg-all.cPaolo Bonzini
2019-12-17vl: move icount configuration earlierPaolo Bonzini
2019-12-17memory: do not look at current_machine->accelPaolo Bonzini
2019-12-17migration-test: Use a struct for test_migrate_start parametersJuan Quintela
2019-12-17migration-test: Rename cmd_src/dst to arch_source/arch_targetJuan Quintela
2019-12-17migration-test: Move -incomming handling to common commandlineJuan Quintela
2019-12-17migration-test: Move -serial handling to common commandlineJuan Quintela
2019-12-17migration-test: Move -name handling to common commandlineJuan Quintela
2019-12-17migration-test: Move shmem handling to common commandlineJuan Quintela
2019-12-17migration-test: Move memory size to common commandlineJuan Quintela
2019-12-17migration-test: Move -machine to common commandlineJuan Quintela
2019-12-17migration-test: Move hide_stderr to common commandlineJuan Quintela
2019-12-17migration-test: Create cmd_soure and cmd_targetJuan Quintela
2019-12-17kvm: Reallocate dirty_bmap when we change a slotDr. David Alan Gilbert
2019-12-17Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-12-1...Peter Maydell
2019-12-17Merge remote-tracking branch 'remotes/cleber/tags/python-next-pull-request' i...Peter Maydell
2019-12-17Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.0-20191217' into...Peter Maydell
2019-12-17Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...Peter Maydell
2019-12-17tests: use g_test_rand_intPaolo Bonzini
2019-12-17tests/Makefile: Fix check-report.* targets shown in check-helpWainer dos Santos Moschetta
2019-12-17glib: use portable g_setenv()Marc-André Lureau
2019-12-17hw/misc/ivshmem: Bury dead legacy INTx codeMarkus Armbruster
2019-12-17pseries: disable migration-test if /dev/kvm cannot be usedLaurent Vivier
2019-12-17tests: fix modules-test 'duplicate test case' errorCole Robinson
2019-12-17Remove libbluetooth / bluez from the CI testsThomas Huth