aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-09-19target/i386: fix packusdw in-place operationJoseph Myers
2017-09-19target/i386: set rip_offset for further SSE instructionsJoseph Myers
2017-09-19target/i386: fix pmovsx/pmovzx in-place operationsJoseph Myers
2017-09-19Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell
2017-09-18hw/block/fdc: Convert to realizeMao Zhongyi
2017-09-18hw/ide: Convert DeviceClass init to realizeMao Zhongyi
2017-09-18AHCI: remove DPRINTF macroJohn Snow
2017-09-18AHCI: pretty-print FIS to buffer instead of stderrJohn Snow
2017-09-18AHCI: Rework IRQ constantsJohn Snow
2017-09-18AHCI: Replace DPRINTF with trace-eventsJohn Snow
2017-09-18IDE: replace DEBUG_AIO with trace eventsJohn Snow
2017-09-18ATAPI: Replace DEBUG_IDE_ATAPI with tracing eventsJohn Snow
2017-09-18IDE: add tracing for data portsJohn Snow
2017-09-18IDE: Add register hints to tracingJohn Snow
2017-09-18IDE: replace DEBUG_IDE with tracing systemJohn Snow
2017-09-18hw/ide/microdrive: Mark the dscm1xxxx device with user_creatable = falseThomas Huth
2017-09-18ide: ahci: unparent children buses before freeing their memoryIgor Mammedov
2017-09-18Merge remote-tracking branch 'remotes/kraxel/tags/audio-20170918-pull-request...Peter Maydell
2017-09-18audio: intel-hda: do not use old_mmio accessesMatt Parker
2017-09-18wm8750: add record buffer underrun checkGerd Hoffmann
2017-09-18qemu.py: Fix syntax errorKevin Wolf
2017-09-17Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20170917' into stagingPeter Maydell
2017-09-17tcg/mips: Fully convert tcg_target_op_defRichard Henderson
2017-09-17tcg/sparc: Fully convert tcg_target_op_defRichard Henderson
2017-09-17tcg/ppc: Fully convert tcg_target_op_defRichard Henderson
2017-09-17tcg/arm: Fully convert tcg_target_op_defRichard Henderson
2017-09-17tcg/aarch64: Fully convert tcg_target_op_defRichard Henderson
2017-09-17tcg: Fix types in tcg_regset_{set,reset}_regRichard Henderson
2017-09-17tcg: Remove tcg_regset_set32Richard Henderson
2017-09-17tcg: Remove tcg_regset_{or,and,andnot,not}Richard Henderson
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