aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-05docs: fix broken referenceJohn Snow1-1/+1
2021-06-05linux-user/syscall: Constify bitmask_transtbl fcntl/mmap flags_tlb[]Philippe Mathieu-Daudé1-2/+2
2021-06-05misc: Correct relative include pathPhilippe Mathieu-Daudé4-6/+6
2021-06-05i386/kvm: The value passed to strerror should be positiveDmitry Voronetskiy5-12/+12
2021-06-05target/riscv: Do not include 'pmp.h' in user emulationPhilippe Mathieu-Daudé1-0/+2
2021-06-05Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210604' into...Peter Maydell14-79/+1001
2021-06-04tcg/arm: Implement TCG_TARGET_HAS_rotv_vecRichard Henderson1-1/+34
2021-06-04tcg/arm: Implement TCG_TARGET_HAS_roti_vecRichard Henderson3-0/+17
2021-06-04tcg/arm: Implement TCG_TARGET_HAS_shv_vecRichard Henderson2-1/+63
2021-06-04tcg/arm: Implement TCG_TARGET_HAS_bitsel_vecRichard Henderson3-3/+22
2021-06-04tcg/arm: Implement TCG_TARGET_HAS_minmax_vecRichard Henderson2-1/+25
2021-06-04tcg/arm: Implement TCG_TARGET_HAS_sat_vecRichard Henderson2-1/+25
2021-06-04tcg/arm: Implement TCG_TARGET_HAS_mul_vecRichard Henderson2-1/+7
2021-06-04tcg/arm: Implement TCG_TARGET_HAS_shi_vecRichard Henderson2-1/+28
2021-06-04tcg/arm: Implement andc, orc, abs, neg, not vector operationsRichard Henderson3-5/+44
2021-06-04tcg/arm: Implement minimal vector operationsRichard Henderson4-6/+202
2021-06-04tcg/arm: Implement tcg_out_dup*_vecRichard Henderson1-8/+275
2021-06-04tcg/arm: Implement tcg_out_mov for vector typesRichard Henderson1-6/+46
2021-06-04tcg/arm: Implement tcg_out_ld/st for vector typesRichard Henderson1-6/+64
2021-06-04tcg/arm: Add host vector frameworkRichard Henderson5-24/+158
2021-06-04tcg: Change parameters for tcg_target_const_matchRichard Henderson10-36/+12
2021-06-04Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell13-134/+298
2021-06-04Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell27-4/+1607
2021-06-04vl: plug -object back into -readconfigPaolo Bonzini1-6/+18
2021-06-04vl: plumb keyval-based options into -readconfigPaolo Bonzini3-26/+62
2021-06-04qemu-config: parse configuration files to a QDictPaolo Bonzini3-33/+76
2021-06-04i386: run accel_cpu_instance_init as post_initClaudio Fontana1-3/+7
2021-06-04i386: reorder call to cpu_exec_realizefnClaudio Fontana2-30/+61
2021-06-04tests/qtest/virtio-scsi-test: add unmap large LBA with 4k blocks testKit Westneat1-0/+51
2021-06-04target/i386: Fix decode of cr8Richard Henderson1-0/+1
2021-06-04target/i386: tcg: fix switching from 16-bit to 32-bit tasks or vice versaPaolo Bonzini1-1/+1
2021-06-04target/i386: tcg: fix loading of registers from 16-bit TSSPaolo Bonzini1-14/+11
2021-06-04target/i386: tcg: fix segment register offsets for 16-bit TSSPaolo Bonzini1-2/+2
2021-06-04oslib-posix: Remove OpenBSD workaround for fcntl("/dev/null", F_SETFL, O_NONB...Brad Smith1-11/+0
2021-06-04iscsi: link libm into the modulePaolo Bonzini2-3/+3
2021-06-04meson: allow optional dependencies for block modulesPaolo Bonzini1-9/+9
2021-06-04Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-fpu-20210603' into...Peter Maydell15-3814/+2165
2021-06-04MAINTAINERS: Added eBPF maintainers information.Andrew Melnychenko1-0/+8
2021-06-04docs: Added eBPF documentation.Andrew Melnychenko2-0/+126
2021-06-04virtio-net: Added eBPF RSS to virtio-net.Andrew Melnychenko4-3/+122
2021-06-04ebpf: Added eBPF RSS loader.Andrew Melnychenko10-1/+718
2021-06-04ebpf: Added eBPF RSS program.Andrew Melnychenko2-0/+592
2021-06-04net: Added SetSteeringEBPF method for NetClientState.Andrew Melnychenko7-0/+40
2021-06-04net/tap: Added TUNSETSTEERINGEBPF code.Andrew Melnychenko1-0/+1
2021-06-03softfloat: Use hard-float for {u}int64_to_float{32,64}Richard Henderson1-0/+28
2021-06-03tests/fp: Enable more testsAlex Bennée2-10/+8
2021-06-03softfloat: Convert modrem operations to FloatPartsRichard Henderson4-1243/+329
2021-06-03softfloat: Move floatN_log2 to softfloat-parts.c.incRichard Henderson4-99/+281
2021-06-03softfloat: Convert float32_exp2 to FloatPartsRichard Henderson1-30/+23
2021-06-03softfloat: Convert floatx80 compare to FloatPartsRichard Henderson1-60/+22