summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge remote-tracking branch 'remotes/kraxel/tags/microvm-20200617-pull-reque...Peter Maydell2020-06-189-96/+61Star
|\ \ \
| * | | microvm: move virtio base to 0xfeb00000Gerd Hoffmann2020-06-171-1/+1
| * | | x86: move max-ram-below-4g to pcGerd Hoffmann2020-06-177-61/+59Star
| * | | microvm: drop max-ram-below-4g supportGerd Hoffmann2020-06-171-19/+0Star
| * | | microvm: use 3G split unconditionallyGerd Hoffmann2020-06-171-15/+1Star
| |/ /
* | | configure: Add -Wno-psabiRichard Henderson2020-06-182-1/+2
* | | configure: Disable -Wtautological-type-limit-compareRichard Henderson2020-06-181-0/+1
* | | configure: Clean up warning flag listsRichard Henderson2020-06-181-10/+32
* | | migration: fix xbzrle encoding rate calculationWei Wang2020-06-181-3/+1Star
* | | fpu/softfloat: Silence 'bitwise negation of boolean expression' warningPhilippe Mathieu-Daudé2020-06-181-9/+24
| |/ |/|
* | Merge remote-tracking branch 'remotes/kraxel/tags/usb-20200617-pull-request' ...Peter Maydell2020-06-172-14/+76
|\ \ | |/ |/|
| * usb-host: workaround libusb bugGerd Hoffmann2020-06-171-0/+14
| * usb: add hostdevice property to usb-hostGerd Hoffmann2020-06-172-14/+62
|/
* Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-plugin-16...Peter Maydell2020-06-1634-67/+909
|\
| * plugins: new lockstep plugin for debugging TCG changesAlex Bennée2020-06-163-1/+343
| * tests/tcg: ensure -cpu max also used for plugin runAlex Bennée2020-06-162-1/+3
| * tests/tcg: build plugin list from contents of src directoryAlex Bennée2020-06-163-7/+8
| * cirrus.yml: serialise make checkAlex Bennée2020-06-161-3/+3
| * Revert ".shippable: temporaily disable some cross builds"Alex Bennée2020-06-161-6/+6
| * tests: Disable select tests under TSan, which hit TSan issue.Robert Foley2020-06-162-4/+12
| * docs: Added details on TSan to testing.rstRobert Foley2020-06-161-0/+107
| * util: Added tsan annotate for thread name.Robert Foley2020-06-161-0/+2
| * include/qemu: Added tsan.h for annotations.Robert Foley2020-06-161-0/+71
| * tests/docker: Added docker build support for TSan.Robert Foley2020-06-164-0/+133
| * thread: add tsan annotations to QemuSpinEmilio G. Cota2020-06-161-3/+36
| * translate-all: call qemu_spin_destroy for PageDescEmilio G. Cota2020-06-161-0/+9
| * tcg: call qemu_spin_destroy for tb->jmp_lockEmilio G. Cota2020-06-163-0/+18
| * qht: call qemu_spin_destroy for head bucketsEmilio G. Cota2020-06-161-0/+1
| * cputlb: destroy CPUTLB with tlb_destroyEmilio G. Cota2020-06-163-0/+24
| * thread: add qemu_spin_destroyEmilio G. Cota2020-06-161-0/+3
| * cpu: convert queued work to a QSIMPLEQEmilio G. Cota2020-06-164-22/+24
| * configure: add --enable-tsan flag + fiber annotations for coroutine-ucontextLingfeng Yang2020-06-162-10/+103
| * Makefile: remove old compatibility gunksClaudio Fontana2020-06-161-6/+0Star
| * Makefile: dtc: update, build the libfdt targetClaudio Fontana2020-06-163-6/+5Star
| * tests/docker: bump fedora to 32Alex Bennée2020-06-161-1/+1
* | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200616'...Peter Maydell2020-06-1618-766/+1495
|\ \
| * | hw: arm: Set vendor property for IMX SDHCI emulationsGuenter Roeck2020-06-164-0/+16
| * | sd: sdhci: Implement basic vendor specific register supportGuenter Roeck2020-06-163-1/+27
| * | hw/net/imx_fec: Convert debug fprintf() to trace eventsJean-Christophe Dubois2020-06-162-61/+63
| * | target/arm/cpu: adjust virtual time for all KVM arm cpusfangying2020-06-163-13/+15
| * | Implement configurable descriptor size in ftgmac100Erik Smit2020-06-161-2/+24
| * | hw/misc/imx6ul_ccm: Implement non writable bits in CCM registersJean-Christophe Dubois2020-06-161-13/+63
| * | target/arm: Convert Neon VDUP (scalar) to decodetreePeter Maydell2020-06-163-24/+34
| * | target/arm: Convert Neon VTBL, VTBX to decodetreePeter Maydell2020-06-163-37/+63
| * | target/arm: Convert Neon VEXT to decodetreePeter Maydell2020-06-163-57/+85
| * | target/arm: Convert Neon 2-reg-scalar long multiplies to decodetreePeter Maydell2020-06-163-176/+187
| * | target/arm: Convert Neon 2-reg-scalar VQRDMLAH, VQRDMLSH to decodetreePeter Maydell2020-06-163-36/+79
| * | target/arm: Convert Neon 2-reg-scalar VQDMULH, VQRDMULH to decodetreePeter Maydell2020-06-163-40/+34Star
| * | target/arm: Convert Neon 2-reg-scalar float multiplies to decodetreePeter Maydell2020-06-163-34/+71
| * | target/arm: Convert Neon 2-reg-scalar integer multiplies to decodetreePeter Maydell2020-06-163-71/+154