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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
2020-06-17
hw/ide: Make IDEDMAOps handlers take a const IDEDMA pointer
Philippe Mathieu-Daudé
5
-27
/
+27
2020-06-17
microvm: move virtio base to 0xfeb00000
Gerd Hoffmann
1
-1
/
+1
2020-06-17
x86: move max-ram-below-4g to pc
Gerd Hoffmann
7
-61
/
+59
2020-06-17
microvm: drop max-ram-below-4g support
Gerd Hoffmann
1
-19
/
+0
2020-06-17
microvm: use 3G split unconditionally
Gerd Hoffmann
1
-15
/
+1
2020-06-17
usb-host: workaround libusb bug
Gerd Hoffmann
1
-0
/
+14
2020-06-17
usb: add hostdevice property to usb-host
Gerd Hoffmann
2
-14
/
+62
2020-06-16
Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-plugin-16...
Peter Maydell
34
-67
/
+909
2020-06-16
plugins: new lockstep plugin for debugging TCG changes
Alex Bennée
3
-1
/
+343
2020-06-16
tests/tcg: ensure -cpu max also used for plugin run
Alex Bennée
2
-1
/
+3
2020-06-16
tests/tcg: build plugin list from contents of src directory
Alex Bennée
3
-7
/
+8
2020-06-16
cirrus.yml: serialise make check
Alex Bennée
1
-3
/
+3
2020-06-16
Revert ".shippable: temporaily disable some cross builds"
Alex Bennée
1
-6
/
+6
2020-06-16
tests: Disable select tests under TSan, which hit TSan issue.
Robert Foley
2
-4
/
+12
2020-06-16
docs: Added details on TSan to testing.rst
Robert Foley
1
-0
/
+107
2020-06-16
util: Added tsan annotate for thread name.
Robert Foley
1
-0
/
+2
2020-06-16
include/qemu: Added tsan.h for annotations.
Robert Foley
1
-0
/
+71
2020-06-16
tests/docker: Added docker build support for TSan.
Robert Foley
4
-0
/
+133
2020-06-16
thread: add tsan annotations to QemuSpin
Emilio G. Cota
1
-3
/
+36
2020-06-16
translate-all: call qemu_spin_destroy for PageDesc
Emilio G. Cota
1
-0
/
+9
2020-06-16
tcg: call qemu_spin_destroy for tb->jmp_lock
Emilio G. Cota
3
-0
/
+18
2020-06-16
qht: call qemu_spin_destroy for head buckets
Emilio G. Cota
1
-0
/
+1
2020-06-16
cputlb: destroy CPUTLB with tlb_destroy
Emilio G. Cota
3
-0
/
+24
2020-06-16
thread: add qemu_spin_destroy
Emilio G. Cota
1
-0
/
+3
2020-06-16
cpu: convert queued work to a QSIMPLEQ
Emilio G. Cota
4
-22
/
+24
2020-06-16
configure: add --enable-tsan flag + fiber annotations for coroutine-ucontext
Lingfeng Yang
2
-10
/
+103
2020-06-16
Makefile: remove old compatibility gunks
Claudio Fontana
1
-6
/
+0
2020-06-16
Makefile: dtc: update, build the libfdt target
Claudio Fontana
3
-6
/
+5
2020-06-16
tests/docker: bump fedora to 32
Alex Bennée
1
-1
/
+1
2020-06-16
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200616'...
Peter Maydell
18
-766
/
+1495
2020-06-16
Merge remote-tracking branch 'remotes/armbru/tags/pull-qom-2020-06-15' into s...
Peter Maydell
296
-2451
/
+2126
2020-06-16
Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-jun-15-2020' ...
Peter Maydell
6
-219
/
+1274
2020-06-16
hw: arm: Set vendor property for IMX SDHCI emulations
Guenter Roeck
4
-0
/
+16
2020-06-16
sd: sdhci: Implement basic vendor specific register support
Guenter Roeck
3
-1
/
+27
2020-06-16
hw/net/imx_fec: Convert debug fprintf() to trace events
Jean-Christophe Dubois
2
-61
/
+63
2020-06-16
target/arm/cpu: adjust virtual time for all KVM arm cpus
fangying
3
-13
/
+15
2020-06-16
Implement configurable descriptor size in ftgmac100
Erik Smit
1
-2
/
+24
2020-06-16
hw/misc/imx6ul_ccm: Implement non writable bits in CCM registers
Jean-Christophe Dubois
1
-13
/
+63
2020-06-16
target/arm: Convert Neon VDUP (scalar) to decodetree
Peter Maydell
3
-24
/
+34
2020-06-16
target/arm: Convert Neon VTBL, VTBX to decodetree
Peter Maydell
3
-37
/
+63
2020-06-16
target/arm: Convert Neon VEXT to decodetree
Peter Maydell
3
-57
/
+85
2020-06-16
target/arm: Convert Neon 2-reg-scalar long multiplies to decodetree
Peter Maydell
3
-176
/
+187
2020-06-16
target/arm: Convert Neon 2-reg-scalar VQRDMLAH, VQRDMLSH to decodetree
Peter Maydell
3
-36
/
+79
2020-06-16
target/arm: Convert Neon 2-reg-scalar VQDMULH, VQRDMULH to decodetree
Peter Maydell
3
-40
/
+34
2020-06-16
target/arm: Convert Neon 2-reg-scalar float multiplies to decodetree
Peter Maydell
3
-34
/
+71
2020-06-16
target/arm: Convert Neon 2-reg-scalar integer multiplies to decodetree
Peter Maydell
3
-71
/
+154
2020-06-16
target/arm: Add missing TCG temp free in do_2shift_env_64()
Peter Maydell
1
-0
/
+1
2020-06-16
target/arm: Add 'static' and 'const' annotations to VSHLL function arrays
Peter Maydell
1
-2
/
+2
2020-06-16
target/arm: Convert Neon 3-reg-diff polynomial VMULL
Peter Maydell
3
-57
/
+48
2020-06-16
target/arm: Convert Neon 3-reg-diff saturating doubling multiplies
Peter Maydell
3
-55
/
+92
[prev]
[next]