Age | Commit message (Expand) | Author |
2017-09-18 | hw/ide: Convert DeviceClass init to realize | Mao Zhongyi |
2017-09-18 | AHCI: remove DPRINTF macro | John Snow |
2017-09-18 | AHCI: pretty-print FIS to buffer instead of stderr | John Snow |
2017-09-18 | AHCI: Rework IRQ constants | John Snow |
2017-09-18 | AHCI: Replace DPRINTF with trace-events | John Snow |
2017-09-18 | IDE: replace DEBUG_AIO with trace events | John Snow |
2017-09-18 | ATAPI: Replace DEBUG_IDE_ATAPI with tracing events | John Snow |
2017-09-18 | IDE: add tracing for data ports | John Snow |
2017-09-18 | IDE: Add register hints to tracing | John Snow |
2017-09-18 | IDE: replace DEBUG_IDE with tracing system | John Snow |
2017-09-18 | hw/ide/microdrive: Mark the dscm1xxxx device with user_creatable = false | Thomas Huth |
2017-09-18 | ide: ahci: unparent children buses before freeing their memory | Igor Mammedov |
2017-09-18 | Merge remote-tracking branch 'remotes/kraxel/tags/audio-20170918-pull-request... | Peter Maydell |
2017-09-18 | audio: intel-hda: do not use old_mmio accesses | Matt Parker |
2017-09-18 | wm8750: add record buffer underrun check | Gerd Hoffmann |
2017-09-18 | qemu.py: Fix syntax error | Kevin Wolf |
2017-09-17 | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20170917' into staging | Peter Maydell |
2017-09-17 | tcg/mips: Fully convert tcg_target_op_def | Richard Henderson |
2017-09-17 | tcg/sparc: Fully convert tcg_target_op_def | Richard Henderson |
2017-09-17 | tcg/ppc: Fully convert tcg_target_op_def | Richard Henderson |
2017-09-17 | tcg/arm: Fully convert tcg_target_op_def | Richard Henderson |
2017-09-17 | tcg/aarch64: Fully convert tcg_target_op_def | Richard Henderson |
2017-09-17 | tcg: Fix types in tcg_regset_{set,reset}_reg | Richard Henderson |
2017-09-17 | tcg: Remove tcg_regset_set32 | Richard Henderson |
2017-09-17 | tcg: Remove tcg_regset_{or,and,andnot,not} | Richard Henderson |
2017-09-17 | tcg: Remove tcg_regset_set | Richard Henderson |
2017-09-17 | tcg: Remove tcg_regset_clear | Richard Henderson |
2017-09-17 | tcg: Add tcg_op_supported | Richard Henderson |
2017-09-17 | accel/tcg: move USER code to user-exec.c | Philippe Mathieu-Daudé |
2017-09-17 | accel/tcg: move atomic_template.h to accel/tcg/ | Philippe Mathieu-Daudé |
2017-09-17 | accel/tcg: move tcg-runtime to accel/tcg/ | Philippe Mathieu-Daudé |
2017-09-17 | accel/tcg: move user-exec to accel/tcg/ | Philippe Mathieu-Daudé |
2017-09-17 | accel/tcg: move softmmu_template.h to accel/tcg/ | Thomas Huth |
2017-09-17 | tcg/ppc: disable atomic write check on ppc32 | Philippe Mathieu-Daudé |
2017-09-16 | Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request'... | Peter Maydell |
2017-09-16 | Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int... | Peter Maydell |
2017-09-15 | qemu.py: include debug information on launch error | Amador Pahim |
2017-09-15 | qemu.py: improve message on negative exit code | Amador Pahim |
2017-09-15 | qemu.py: use os.path.null instead of /dev/null | Amador Pahim |
2017-09-15 | qemu.py: avoid writing to stdout/stderr | Amador Pahim |
2017-09-15 | qemu.py: fix is_running() return before first launch() | Amador Pahim |
2017-09-15 | qtest.py: Few pylint/style fixes | Lukáš Doktor |
2017-09-15 | qmp.py: Avoid overriding a builtin object | Lukáš Doktor |
2017-09-15 | qmp.py: Avoid "has_key" usage | Lukáš Doktor |
2017-09-15 | qmp.py: Use object-based class for QEMUMonitorProtocol | Lukáš Doktor |
2017-09-15 | qmp.py: Couple of pylint/style fixes | Lukáš Doktor |
2017-09-15 | qemu.py: Use custom exceptions rather than Exception | Lukáš Doktor |
2017-09-15 | qemu.py: Simplify QMP key-conversion | Lukáš Doktor |
2017-09-15 | qemu.py: Use iteritems rather than keys() | Lukáš Doktor |
2017-09-15 | qemu|qtest: Avoid dangerous arguments | Lukáš Doktor |