summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tcg: Remove tcg_regset_clearRichard Henderson2017-09-1710-16/+14Star
* tcg: Add tcg_op_supportedRichard Henderson2017-09-172-3/+226
* accel/tcg: move USER code to user-exec.cPhilippe Mathieu-Daudé2017-09-172-54/+52Star
* accel/tcg: move atomic_template.h to accel/tcg/Philippe Mathieu-Daudé2017-09-171-0/+0
* accel/tcg: move tcg-runtime to accel/tcg/Philippe Mathieu-Daudé2017-09-174-1/+2
* accel/tcg: move user-exec to accel/tcg/Philippe Mathieu-Daudé2017-09-175-4/+6
* accel/tcg: move softmmu_template.h to accel/tcg/Thomas Huth2017-09-172-1/+0Star
* tcg/ppc: disable atomic write check on ppc32Philippe Mathieu-Daudé2017-09-171-1/+3
* Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request'...Peter Maydell2017-09-164-60/+151
|\
| * qemu.py: include debug information on launch errorAmador Pahim2017-09-161-0/+7
| * qemu.py: improve message on negative exit codeAmador Pahim2017-09-161-7/+17
| * qemu.py: use os.path.null instead of /dev/nullAmador Pahim2017-09-161-2/+2
| * qemu.py: avoid writing to stdout/stderrAmador Pahim2017-09-161-9/+22
| * qemu.py: fix is_running() return before first launch()Amador Pahim2017-09-161-1/+1
| * qtest.py: Few pylint/style fixesLukáš Doktor2017-09-161-6/+5Star
| * qmp.py: Avoid overriding a builtin objectLukáš Doktor2017-09-161-4/+4
| * qmp.py: Avoid "has_key" usageLukáš Doktor2017-09-161-1/+1
| * qmp.py: Use object-based class for QEMUMonitorProtocolLukáš Doktor2017-09-162-3/+3
| * qmp.py: Couple of pylint/style fixesLukáš Doktor2017-09-161-13/+24
| * qemu.py: Use custom exceptions rather than ExceptionLukáš Doktor2017-09-161-2/+15
| * qemu.py: Simplify QMP key-conversionLukáš Doktor2017-09-161-4/+1Star
| * qemu.py: Use iteritems rather than keys()Lukáš Doktor2017-09-161-3/+3
| * qemu|qtest: Avoid dangerous argumentsLukáš Doktor2017-09-162-2/+6
| * qemu.py: Pylint/style fixesLukáš Doktor2017-09-161-18/+55
* | Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell2017-09-161-7/+11
|\ \
| * | trace: Immediately apply per-vCPU state changes if a vCPU is being createdLluís Vilanova2017-09-151-7/+11
* | | Merge remote-tracking branch 'remotes/otubo/tags/pull-seccomp-20170915' into ...Peter Maydell2017-09-156-239/+190Star
|\ \ \ | |_|/ |/| |
| * | buildsys: Move seccomp cflags/libs to per objectFam Zheng2017-09-152-2/+6
| * | seccomp: add resourcecontrol argument to command lineEduardo Otubo2017-09-154-3/+34
| * | seccomp: add spawn argument to command lineEduardo Otubo2017-09-154-2/+28
| * | seccomp: add elevateprivileges argument to command lineEduardo Otubo2017-09-154-3/+48
| * | seccomp: add obsolete argument to command lineEduardo Otubo2017-09-154-5/+53
| * | seccomp: changing from whitelist to blacklistEduardo Otubo2017-09-153-233/+30Star
| |/
* | Merge remote-tracking branch 'remotes/huth/tags/check-20170915' into stagingPeter Maydell2017-09-1512-311/+203Star
|\ \
| * | qtest: Avoid passing raw strings through hmp()Eric Blake2017-09-152-6/+6
| * | libqtest: Remove dead qtest_instances variableEric Blake2017-09-151-5/+1Star
| * | numa-test: Use hmp()Eric Blake2017-09-151-18/+3Star
| * | qtest: Don't perform side effects inside assertionEric Blake2017-09-151-24/+58
| * | test-qga: Kill broken and dead QGA_TEST_SIDE_EFFECTING codeEric Blake2017-09-151-90/+0Star
| * | tests: Fix broken ivshmem-server-msi/-irq testsThomas Huth2017-09-151-1/+6
| * | tests/libqtest: Use a proper error message if QTEST_QEMU_BINARY is missingThomas Huth2017-09-151-9/+15
| * | tests/test-hmp: Remove puv3 and tricore_testboard from the blacklistThomas Huth2017-09-151-2/+1Star
| * | tests: Introduce generic device hot-plug/hot-unplug functionsThomas Huth2017-09-158-156/+113Star
| |/
* | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.11-20170915' int...Peter Maydell2017-09-1515-98/+1580
|\ \
| * | ppc/kvm: use kvm_vm_check_extension() in kvmppc_is_pr()Greg Kurz2017-09-151-1/+1
| * | spapr_events: use QTAILQ_FOREACH_SAFE() in spapr_clear_pending_events()Greg Kurz2017-09-151-2/+2
| * | spapr_cpu_core: cleaning up qdev_get_machine() callsGreg Kurz2017-09-151-3/+3
| * | spapr_pci: don't create 64-bit MMIO window if we don't need toGreg Kurz2017-09-151-7/+13
| * | spapr_pci: convert sprintf() to g_strdup_printf()Greg Kurz2017-09-151-9/+12
| * | spapr_cpu_core: fail gracefully with non-pseries machine typesGreg Kurz2017-09-151-2/+3