summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-09-18IDE: replace DEBUG_IDE with tracing systemJohn Snow8-70/+80
2017-09-18hw/ide/microdrive: Mark the dscm1xxxx device with user_creatable = falseThomas Huth1-0/+3
2017-09-18ide: ahci: unparent children buses before freeing their memoryIgor Mammedov1-0/+1
2017-09-18Merge remote-tracking branch 'remotes/kraxel/tags/audio-20170918-pull-request...Peter Maydell2-48/+16
2017-09-18audio: intel-hda: do not use old_mmio accessesMatt Parker1-47/+11
2017-09-18wm8750: add record buffer underrun checkGerd Hoffmann1-1/+5
2017-09-18qemu.py: Fix syntax errorKevin Wolf1-2/+2
2017-09-17Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20170917' into stagingPeter Maydell19-840/+1160
2017-09-17tcg/mips: Fully convert tcg_target_op_defRichard Henderson1-154/+170
2017-09-17tcg/sparc: Fully convert tcg_target_op_defRichard Henderson1-102/+137
2017-09-17tcg/ppc: Fully convert tcg_target_op_defRichard Henderson1-153/+168
2017-09-17tcg/arm: Fully convert tcg_target_op_defRichard Henderson1-79/+107
2017-09-17tcg/aarch64: Fully convert tcg_target_op_defRichard Henderson1-131/+151
2017-09-17tcg: Fix types in tcg_regset_{set,reset}_regRichard Henderson1-3/+3
2017-09-17tcg: Remove tcg_regset_set32Richard Henderson8-103/+90
2017-09-17tcg: Remove tcg_regset_{or,and,andnot,not}Richard Henderson2-5/+1
2017-09-17tcg: Remove tcg_regset_setRichard Henderson3-28/+28
2017-09-17tcg: Remove tcg_regset_clearRichard Henderson10-16/+14
2017-09-17tcg: Add tcg_op_supportedRichard Henderson2-3/+226
2017-09-17accel/tcg: move USER code to user-exec.cPhilippe Mathieu-Daudé2-54/+52
2017-09-17accel/tcg: move atomic_template.h to accel/tcg/Philippe Mathieu-Daudé1-0/+0
2017-09-17accel/tcg: move tcg-runtime to accel/tcg/Philippe Mathieu-Daudé4-1/+2
2017-09-17accel/tcg: move user-exec to accel/tcg/Philippe Mathieu-Daudé5-4/+6
2017-09-17accel/tcg: move softmmu_template.h to accel/tcg/Thomas Huth2-1/+0
2017-09-17tcg/ppc: disable atomic write check on ppc32Philippe Mathieu-Daudé1-1/+3
2017-09-16Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request'...Peter Maydell4-60/+151
2017-09-16Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell1-7/+11
2017-09-15qemu.py: include debug information on launch errorAmador Pahim1-0/+7
2017-09-15qemu.py: improve message on negative exit codeAmador Pahim1-7/+17
2017-09-15qemu.py: use os.path.null instead of /dev/nullAmador Pahim1-2/+2
2017-09-15qemu.py: avoid writing to stdout/stderrAmador Pahim1-9/+22
2017-09-15qemu.py: fix is_running() return before first launch()Amador Pahim1-1/+1
2017-09-15qtest.py: Few pylint/style fixesLukáš Doktor1-6/+5
2017-09-15qmp.py: Avoid overriding a builtin objectLukáš Doktor1-4/+4
2017-09-15qmp.py: Avoid "has_key" usageLukáš Doktor1-1/+1
2017-09-15qmp.py: Use object-based class for QEMUMonitorProtocolLukáš Doktor2-3/+3
2017-09-15qmp.py: Couple of pylint/style fixesLukáš Doktor1-13/+24
2017-09-15qemu.py: Use custom exceptions rather than ExceptionLukáš Doktor1-2/+15
2017-09-15qemu.py: Simplify QMP key-conversionLukáš Doktor1-4/+1
2017-09-15qemu.py: Use iteritems rather than keys()Lukáš Doktor1-3/+3
2017-09-15qemu|qtest: Avoid dangerous argumentsLukáš Doktor2-2/+6
2017-09-15qemu.py: Pylint/style fixesLukáš Doktor1-18/+55
2017-09-15Merge remote-tracking branch 'remotes/otubo/tags/pull-seccomp-20170915' into ...Peter Maydell6-239/+190
2017-09-15Merge remote-tracking branch 'remotes/huth/tags/check-20170915' into stagingPeter Maydell12-311/+203
2017-09-15Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.11-20170915' int...Peter Maydell15-98/+1580
2017-09-15trace: Immediately apply per-vCPU state changes if a vCPU is being createdLluís Vilanova1-7/+11
2017-09-15buildsys: Move seccomp cflags/libs to per objectFam Zheng2-2/+6
2017-09-15seccomp: add resourcecontrol argument to command lineEduardo Otubo4-3/+34
2017-09-15seccomp: add spawn argument to command lineEduardo Otubo4-2/+28
2017-09-15seccomp: add elevateprivileges argument to command lineEduardo Otubo4-3/+48