aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-06-17hw/ide: Make IDEDMAOps handlers take a const IDEDMA pointerPhilippe Mathieu-Daudé5-27/+27
2020-06-17microvm: move virtio base to 0xfeb00000Gerd Hoffmann1-1/+1
2020-06-17x86: move max-ram-below-4g to pcGerd Hoffmann7-61/+59
2020-06-17microvm: drop max-ram-below-4g supportGerd Hoffmann1-19/+0
2020-06-17microvm: use 3G split unconditionallyGerd Hoffmann1-15/+1
2020-06-17usb-host: workaround libusb bugGerd Hoffmann1-0/+14
2020-06-17usb: add hostdevice property to usb-hostGerd Hoffmann2-14/+62
2020-06-16Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-plugin-16...Peter Maydell34-67/+909
2020-06-16plugins: new lockstep plugin for debugging TCG changesAlex Bennée3-1/+343
2020-06-16tests/tcg: ensure -cpu max also used for plugin runAlex Bennée2-1/+3
2020-06-16tests/tcg: build plugin list from contents of src directoryAlex Bennée3-7/+8
2020-06-16cirrus.yml: serialise make checkAlex Bennée1-3/+3
2020-06-16Revert ".shippable: temporaily disable some cross builds"Alex Bennée1-6/+6
2020-06-16tests: Disable select tests under TSan, which hit TSan issue.Robert Foley2-4/+12
2020-06-16docs: Added details on TSan to testing.rstRobert Foley1-0/+107
2020-06-16util: Added tsan annotate for thread name.Robert Foley1-0/+2
2020-06-16include/qemu: Added tsan.h for annotations.Robert Foley1-0/+71
2020-06-16tests/docker: Added docker build support for TSan.Robert Foley4-0/+133
2020-06-16thread: add tsan annotations to QemuSpinEmilio G. Cota1-3/+36
2020-06-16translate-all: call qemu_spin_destroy for PageDescEmilio G. Cota1-0/+9
2020-06-16tcg: call qemu_spin_destroy for tb->jmp_lockEmilio G. Cota3-0/+18
2020-06-16qht: call qemu_spin_destroy for head bucketsEmilio G. Cota1-0/+1
2020-06-16cputlb: destroy CPUTLB with tlb_destroyEmilio G. Cota3-0/+24
2020-06-16thread: add qemu_spin_destroyEmilio G. Cota1-0/+3
2020-06-16cpu: convert queued work to a QSIMPLEQEmilio G. Cota4-22/+24
2020-06-16configure: add --enable-tsan flag + fiber annotations for coroutine-ucontextLingfeng Yang2-10/+103
2020-06-16Makefile: remove old compatibility gunksClaudio Fontana1-6/+0
2020-06-16Makefile: dtc: update, build the libfdt targetClaudio Fontana3-6/+5
2020-06-16tests/docker: bump fedora to 32Alex Bennée1-1/+1
2020-06-16Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200616'...Peter Maydell18-766/+1495
2020-06-16Merge remote-tracking branch 'remotes/armbru/tags/pull-qom-2020-06-15' into s...Peter Maydell296-2451/+2126
2020-06-16Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-jun-15-2020' ...Peter Maydell6-219/+1274
2020-06-16hw: arm: Set vendor property for IMX SDHCI emulationsGuenter Roeck4-0/+16
2020-06-16sd: sdhci: Implement basic vendor specific register supportGuenter Roeck3-1/+27
2020-06-16hw/net/imx_fec: Convert debug fprintf() to trace eventsJean-Christophe Dubois2-61/+63
2020-06-16target/arm/cpu: adjust virtual time for all KVM arm cpusfangying3-13/+15
2020-06-16Implement configurable descriptor size in ftgmac100Erik Smit1-2/+24
2020-06-16hw/misc/imx6ul_ccm: Implement non writable bits in CCM registersJean-Christophe Dubois1-13/+63
2020-06-16target/arm: Convert Neon VDUP (scalar) to decodetreePeter Maydell3-24/+34
2020-06-16target/arm: Convert Neon VTBL, VTBX to decodetreePeter Maydell3-37/+63
2020-06-16target/arm: Convert Neon VEXT to decodetreePeter Maydell3-57/+85
2020-06-16target/arm: Convert Neon 2-reg-scalar long multiplies to decodetreePeter Maydell3-176/+187
2020-06-16target/arm: Convert Neon 2-reg-scalar VQRDMLAH, VQRDMLSH to decodetreePeter Maydell3-36/+79
2020-06-16target/arm: Convert Neon 2-reg-scalar VQDMULH, VQRDMULH to decodetreePeter Maydell3-40/+34
2020-06-16target/arm: Convert Neon 2-reg-scalar float multiplies to decodetreePeter Maydell3-34/+71
2020-06-16target/arm: Convert Neon 2-reg-scalar integer multiplies to decodetreePeter Maydell3-71/+154
2020-06-16target/arm: Add missing TCG temp free in do_2shift_env_64()Peter Maydell1-0/+1
2020-06-16target/arm: Add 'static' and 'const' annotations to VSHLL function arraysPeter Maydell1-2/+2
2020-06-16target/arm: Convert Neon 3-reg-diff polynomial VMULLPeter Maydell3-57/+48
2020-06-16target/arm: Convert Neon 3-reg-diff saturating doubling multipliesPeter Maydell3-55/+92