aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-06-17docs/xbzrle: update 'cache miss rate' and 'encoding rate' to docsMao Zhongyi1-2/+4
2020-06-17monitor/hmp-cmds: improvements for the 'info migrate'Mao Zhongyi2-4/+4
2020-06-17monitor/hmp-cmds: add 'goto end' to reduce duplicate code.Mao Zhongyi1-4/+4
2020-06-17monitor/hmp-cmds: delete redundant Error check before invoke hmp_handle_error()Mao Zhongyi1-3/+2
2020-06-17monitor/hmp-cmds: don't silently output when running 'migrate_set_downtime' f...Mao Zhongyi1-1/+4
2020-06-17monitor/hmp-cmds: add units for migrate_parametersMao Zhongyi1-3/+3
2020-06-17tests/migration: fix unreachable path in stress testMao Zhongyi1-8/+5
2020-06-17tests/migration: mem leak fixMao Zhongyi1-19/+2
2020-06-17hmp: Make json format optional for qom-setDavid Hildenbrand2-7/+20
2020-06-17qom-hmp-cmds: fix a memleak in hmp_qom_getPan Nengyuan1-0/+1
2020-06-17virtiofsd: Whitelist fchmodMax Reitz1-0/+1
2020-06-17Merge remote-tracking branch 'remotes/kraxel/tags/usb-20200617-pull-request' ...Peter Maydell2-14/+76
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