summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* qom: add object_new_with_classPaolo Bonzini2019-12-176-11/+25
* qom: introduce object_register_sugar_propPaolo Bonzini2019-12-173-9/+25
* vl: warn for unavailable accelerators, clarify messagesPaolo Bonzini2019-12-171-1/+6
* vl: configure accelerators from -accel optionsPaolo Bonzini2019-12-1714-97/+85Star
* vl: introduce object_parse_property_optPaolo Bonzini2019-12-171-15/+20
* accel: compile accel/accel.c just oncePaolo Bonzini2019-12-172-1/+2
* vl: merge -accel processing into configure_acceleratorsPaolo Bonzini2019-12-173-73/+64Star
* vl: extract accelerator option processing to a separate functionPaolo Bonzini2019-12-171-8/+20
* tcg: move qemu_tcg_configure to accel/tcg/tcg-all.cPaolo Bonzini2019-12-172-72/+83
* vl: move icount configuration earlierPaolo Bonzini2019-12-171-7/+11
* memory: do not look at current_machine->accelPaolo Bonzini2019-12-171-4/+1Star
* migration-test: Use a struct for test_migrate_start parametersJuan Quintela2019-12-171-40/+78
* migration-test: Rename cmd_src/dst to arch_source/arch_targetJuan Quintela2019-12-171-19/+21
* migration-test: Move -incomming handling to common commandlineJuan Quintela2019-12-171-15/+8Star
* migration-test: Move -serial handling to common commandlineJuan Quintela2019-12-171-25/+16Star
* migration-test: Move -name handling to common commandlineJuan Quintela2019-12-171-13/+9Star
* migration-test: Move shmem handling to common commandlineJuan Quintela2019-12-171-42/+34Star
* migration-test: Move memory size to common commandlineJuan Quintela2019-12-171-19/+25
* migration-test: Move -machine to common commandlineJuan Quintela2019-12-171-21/+30
* migration-test: Move hide_stderr to common commandlineJuan Quintela2019-12-171-12/+8Star
* migration-test: Create cmd_soure and cmd_targetJuan Quintela2019-12-171-19/+25
* kvm: Reallocate dirty_bmap when we change a slotDr. David Alan Gilbert2019-12-171-15/+29
* Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-12-1...Peter Maydell2019-12-1743-9345/+26Star
|\
| * tests: use g_test_rand_intPaolo Bonzini2019-12-173-7/+7
| * tests/Makefile: Fix check-report.* targets shown in check-helpWainer dos Santos Moschetta2019-12-171-3/+1Star
| * glib: use portable g_setenv()Marc-André Lureau2019-12-178-30/+6Star
| * hw/misc/ivshmem: Bury dead legacy INTx codeMarkus Armbruster2019-12-171-35/+0Star
| * pseries: disable migration-test if /dev/kvm cannot be usedLaurent Vivier2019-12-171-1/+2
| * tests: fix modules-test 'duplicate test case' errorCole Robinson2019-12-171-1/+2
| * Remove libbluetooth / bluez from the CI testsThomas Huth2019-12-174-4/+1Star
| * Remove the core bluetooth codeThomas Huth2019-12-1719-8651/+0Star
| * hw/usb: Remove the USB bluetooth dongle deviceThomas Huth2019-12-164-602/+0Star
| * hw/arm/nseries: Replace the bluetooth chardev with a "null" chardevThomas Huth2019-12-162-11/+7Star
* | Merge remote-tracking branch 'remotes/cleber/tags/python-next-pull-request' i...Peter Maydell2019-12-1717-197/+284
|\ \
| * | python/qemu: Remove unneeded imports in __init__Wainer dos Santos Moschetta2019-12-171-6/+0Star
| * | python/qemu: accel: Add tcg_available() methodWainer dos Santos Moschetta2019-12-171-0/+8
| * | python/qemu: accel: Strengthen kvm_available() checksWainer dos Santos Moschetta2019-12-171-6/+21
| * | python/qemu: accel: Add list_accel() methodWainer dos Santos Moschetta2019-12-171-0/+23
| * | python/qemu: Move kvm_available() to its own moduleWainer dos Santos Moschetta2019-12-173-20/+33
| * | Acceptance tests: use relative location for testsCleber Rosa2019-12-161-1/+1
| * | Acceptance tests: use avocado tags for machine typeCleber Rosa2019-12-1610-59/+72
| * | Acceptance tests: introduce utility method for tags unique valsCleber Rosa2019-12-161-6/+13
| * | Acceptance test x86_cpu_model_versions: use default vmCleber Rosa2019-12-161-54/+46Star
| * | tests/acceptance: Makes linux_initrd and empty_cpu_model use QEMUMachineWainer dos Santos Moschetta2019-12-162-12/+13
| * | python/qemu: Add set_qmp_monitor() to QEMUMachineWainer dos Santos Moschetta2019-12-161-25/+45
| * | analyze-migration.py: replace numpy with python 3.2Marc-André Lureau2019-12-161-16/+19
| * | analyze-migration.py: fix find() type errorMarc-André Lureau2019-12-161-2/+2
| * | Revert "Acceptance test: cancel test if m68k kernel packages goes missing"Philippe Mathieu-Daudé2019-12-161-4/+1Star
| * | tests/boot_linux_console: Fetch assets from Debian snapshot archivesPhilippe Mathieu-Daudé2019-12-161-1/+2
* | | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.0-20191217' into...Peter Maydell2019-12-1765-955/+2454
|\ \ \