aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-09-17tcg: Remove tcg_regset_setRichard Henderson
2017-09-17tcg: Remove tcg_regset_clearRichard Henderson
2017-09-17tcg: Add tcg_op_supportedRichard Henderson
2017-09-17accel/tcg: move USER code to user-exec.cPhilippe Mathieu-Daudé
2017-09-17accel/tcg: move atomic_template.h to accel/tcg/Philippe Mathieu-Daudé
2017-09-17accel/tcg: move tcg-runtime to accel/tcg/Philippe Mathieu-Daudé
2017-09-17accel/tcg: move user-exec to accel/tcg/Philippe Mathieu-Daudé
2017-09-17accel/tcg: move softmmu_template.h to accel/tcg/Thomas Huth
2017-09-17tcg/ppc: disable atomic write check on ppc32Philippe Mathieu-Daudé
2017-09-16Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request'...Peter Maydell
2017-09-16Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell
2017-09-15qemu.py: include debug information on launch errorAmador Pahim
2017-09-15qemu.py: improve message on negative exit codeAmador Pahim
2017-09-15qemu.py: use os.path.null instead of /dev/nullAmador Pahim
2017-09-15qemu.py: avoid writing to stdout/stderrAmador Pahim
2017-09-15qemu.py: fix is_running() return before first launch()Amador Pahim
2017-09-15qtest.py: Few pylint/style fixesLukáš Doktor
2017-09-15qmp.py: Avoid overriding a builtin objectLukáš Doktor
2017-09-15qmp.py: Avoid "has_key" usageLukáš Doktor
2017-09-15qmp.py: Use object-based class for QEMUMonitorProtocolLukáš Doktor
2017-09-15qmp.py: Couple of pylint/style fixesLukáš Doktor
2017-09-15qemu.py: Use custom exceptions rather than ExceptionLukáš Doktor
2017-09-15qemu.py: Simplify QMP key-conversionLukáš Doktor
2017-09-15qemu.py: Use iteritems rather than keys()Lukáš Doktor
2017-09-15qemu|qtest: Avoid dangerous argumentsLukáš Doktor
2017-09-15qemu.py: Pylint/style fixesLukáš Doktor
2017-09-15Merge remote-tracking branch 'remotes/otubo/tags/pull-seccomp-20170915' into ...Peter Maydell
2017-09-15Merge remote-tracking branch 'remotes/huth/tags/check-20170915' into stagingPeter Maydell
2017-09-15Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.11-20170915' int...Peter Maydell
2017-09-15trace: Immediately apply per-vCPU state changes if a vCPU is being createdLluís Vilanova
2017-09-15buildsys: Move seccomp cflags/libs to per objectFam Zheng
2017-09-15seccomp: add resourcecontrol argument to command lineEduardo Otubo
2017-09-15seccomp: add spawn argument to command lineEduardo Otubo
2017-09-15seccomp: add elevateprivileges argument to command lineEduardo Otubo
2017-09-15seccomp: add obsolete argument to command lineEduardo Otubo
2017-09-15seccomp: changing from whitelist to blacklistEduardo Otubo
2017-09-15qtest: Avoid passing raw strings through hmp()Eric Blake
2017-09-15libqtest: Remove dead qtest_instances variableEric Blake
2017-09-15numa-test: Use hmp()Eric Blake
2017-09-15qtest: Don't perform side effects inside assertionEric Blake
2017-09-15test-qga: Kill broken and dead QGA_TEST_SIDE_EFFECTING codeEric Blake
2017-09-15tests: Fix broken ivshmem-server-msi/-irq testsThomas Huth
2017-09-15tests/libqtest: Use a proper error message if QTEST_QEMU_BINARY is missingThomas Huth
2017-09-15tests/test-hmp: Remove puv3 and tricore_testboard from the blacklistThomas Huth
2017-09-15tests: Introduce generic device hot-plug/hot-unplug functionsThomas Huth
2017-09-15ppc/kvm: use kvm_vm_check_extension() in kvmppc_is_pr()Greg Kurz
2017-09-15spapr_events: use QTAILQ_FOREACH_SAFE() in spapr_clear_pending_events()Greg Kurz
2017-09-15spapr_cpu_core: cleaning up qdev_get_machine() callsGreg Kurz
2017-09-15spapr_pci: don't create 64-bit MMIO window if we don't need toGreg Kurz
2017-09-15spapr_pci: convert sprintf() to g_strdup_printf()Greg Kurz