aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-06-18Fix tulip breakageHelge Deller1-6/+0
2020-06-18virtio-net: align RSC fields with updated virtio-net headerYuri Benditovich1-24/+4
2020-06-18virtio-net: add migration support for RSS and hash reportYuri Benditovich1-0/+37
2020-06-18vmstate.h: provide VMSTATE_VARRAY_UINT16_ALLOC macroYuri Benditovich1-0/+10
2020-06-18virtio-net: reference implementation of hash reportYuri Benditovich2-20/+81
2020-06-18tap: allow extended virtio header with hash infoYuri Benditovich1-1/+2
2020-06-18virtio-net: implement RX RSS processingYuri Benditovich3-2/+88
2020-06-18virtio-net: implement RSS configuration commandYuri Benditovich3-9/+174
2020-06-18Merge remote-tracking branch 'remotes/kraxel/tags/microvm-20200617-pull-reque...Peter Maydell9-96/+61
2020-06-18configure: Add -Wno-psabiRichard Henderson2-1/+2
2020-06-18configure: Disable -Wtautological-type-limit-compareRichard Henderson1-0/+1
2020-06-18configure: Clean up warning flag listsRichard Henderson1-10/+32
2020-06-18migration: fix xbzrle encoding rate calculationWei Wang1-3/+1
2020-06-18fpu/softfloat: Silence 'bitwise negation of boolean expression' warningPhilippe Mathieu-Daudé1-9/+24
2020-06-17Merge remote-tracking branch 'remotes/kraxel/tags/usb-20200617-pull-request' ...Peter Maydell2-14/+76
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