index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-18
AHCI: Rework IRQ constants
John Snow
3
-21
/
+74
2017-09-18
AHCI: Replace DPRINTF with trace-events
John Snow
2
-89
/
+117
2017-09-18
IDE: replace DEBUG_AIO with trace events
John Snow
4
-13
/
+26
2017-09-18
ATAPI: Replace DEBUG_IDE_ATAPI with tracing events
John Snow
3
-42
/
+38
2017-09-18
IDE: add tracing for data ports
John Snow
2
-1
/
+16
2017-09-18
IDE: Add register hints to tracing
John Snow
2
-24
/
+72
2017-09-18
IDE: replace DEBUG_IDE with tracing system
John Snow
8
-70
/
+80
2017-09-18
hw/ide/microdrive: Mark the dscm1xxxx device with user_creatable = false
Thomas Huth
1
-0
/
+3
2017-09-18
ide: ahci: unparent children buses before freeing their memory
Igor Mammedov
1
-0
/
+1
2017-09-18
Merge remote-tracking branch 'remotes/kraxel/tags/audio-20170918-pull-request...
Peter Maydell
2
-48
/
+16
2017-09-18
audio: intel-hda: do not use old_mmio accesses
Matt Parker
1
-47
/
+11
2017-09-18
wm8750: add record buffer underrun check
Gerd Hoffmann
1
-1
/
+5
2017-09-18
qemu.py: Fix syntax error
Kevin Wolf
1
-2
/
+2
2017-09-17
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20170917' into staging
Peter Maydell
19
-840
/
+1160
2017-09-17
tcg/mips: Fully convert tcg_target_op_def
Richard Henderson
1
-154
/
+170
2017-09-17
tcg/sparc: Fully convert tcg_target_op_def
Richard Henderson
1
-102
/
+137
2017-09-17
tcg/ppc: Fully convert tcg_target_op_def
Richard Henderson
1
-153
/
+168
2017-09-17
tcg/arm: Fully convert tcg_target_op_def
Richard Henderson
1
-79
/
+107
2017-09-17
tcg/aarch64: Fully convert tcg_target_op_def
Richard Henderson
1
-131
/
+151
2017-09-17
tcg: Fix types in tcg_regset_{set,reset}_reg
Richard Henderson
1
-3
/
+3
2017-09-17
tcg: Remove tcg_regset_set32
Richard Henderson
8
-103
/
+90
2017-09-17
tcg: Remove tcg_regset_{or,and,andnot,not}
Richard Henderson
2
-5
/
+1
2017-09-17
tcg: Remove tcg_regset_set
Richard Henderson
3
-28
/
+28
2017-09-17
tcg: Remove tcg_regset_clear
Richard Henderson
10
-16
/
+14
2017-09-17
tcg: Add tcg_op_supported
Richard Henderson
2
-3
/
+226
2017-09-17
accel/tcg: move USER code to user-exec.c
Philippe Mathieu-Daudé
2
-54
/
+52
2017-09-17
accel/tcg: move atomic_template.h to accel/tcg/
Philippe Mathieu-Daudé
1
-0
/
+0
2017-09-17
accel/tcg: move tcg-runtime to accel/tcg/
Philippe Mathieu-Daudé
4
-1
/
+2
2017-09-17
accel/tcg: move user-exec to accel/tcg/
Philippe Mathieu-Daudé
5
-4
/
+6
2017-09-17
accel/tcg: move softmmu_template.h to accel/tcg/
Thomas Huth
2
-1
/
+0
2017-09-17
tcg/ppc: disable atomic write check on ppc32
Philippe Mathieu-Daudé
1
-1
/
+3
2017-09-16
Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request'...
Peter Maydell
4
-60
/
+151
2017-09-16
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...
Peter Maydell
1
-7
/
+11
2017-09-15
qemu.py: include debug information on launch error
Amador Pahim
1
-0
/
+7
2017-09-15
qemu.py: improve message on negative exit code
Amador Pahim
1
-7
/
+17
2017-09-15
qemu.py: use os.path.null instead of /dev/null
Amador Pahim
1
-2
/
+2
2017-09-15
qemu.py: avoid writing to stdout/stderr
Amador Pahim
1
-9
/
+22
2017-09-15
qemu.py: fix is_running() return before first launch()
Amador Pahim
1
-1
/
+1
2017-09-15
qtest.py: Few pylint/style fixes
Lukáš Doktor
1
-6
/
+5
2017-09-15
qmp.py: Avoid overriding a builtin object
Lukáš Doktor
1
-4
/
+4
2017-09-15
qmp.py: Avoid "has_key" usage
Lukáš Doktor
1
-1
/
+1
2017-09-15
qmp.py: Use object-based class for QEMUMonitorProtocol
Lukáš Doktor
2
-3
/
+3
2017-09-15
qmp.py: Couple of pylint/style fixes
Lukáš Doktor
1
-13
/
+24
2017-09-15
qemu.py: Use custom exceptions rather than Exception
Lukáš Doktor
1
-2
/
+15
2017-09-15
qemu.py: Simplify QMP key-conversion
Lukáš Doktor
1
-4
/
+1
2017-09-15
qemu.py: Use iteritems rather than keys()
Lukáš Doktor
1
-3
/
+3
2017-09-15
qemu|qtest: Avoid dangerous arguments
Lukáš Doktor
2
-2
/
+6
2017-09-15
qemu.py: Pylint/style fixes
Lukáš Doktor
1
-18
/
+55
2017-09-15
Merge remote-tracking branch 'remotes/otubo/tags/pull-seccomp-20170915' into ...
Peter Maydell
6
-239
/
+190
2017-09-15
Merge remote-tracking branch 'remotes/huth/tags/check-20170915' into staging
Peter Maydell
12
-311
/
+203
[next]