aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-07target/arm: Let vfp_access_check() handle late NOCP checksPeter Maydell
2021-06-07target/arm: Add handling for PSR.ECI/ICIPeter Maydell
2021-06-07target/arm: Handle VPR semantics in existing codePeter Maydell
2021-06-07target/arm: Enable FPSCR.QC bit for MVEPeter Maydell
2021-06-07tcg: Introduce tcg_remove_ops_afterRichard Henderson
2021-06-05Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210604' into...Peter Maydell
2021-06-04tcg/arm: Implement TCG_TARGET_HAS_rotv_vecRichard Henderson
2021-06-04tcg/arm: Implement TCG_TARGET_HAS_roti_vecRichard Henderson
2021-06-04tcg/arm: Implement TCG_TARGET_HAS_shv_vecRichard Henderson
2021-06-04tcg/arm: Implement TCG_TARGET_HAS_bitsel_vecRichard Henderson
2021-06-04tcg/arm: Implement TCG_TARGET_HAS_minmax_vecRichard Henderson
2021-06-04tcg/arm: Implement TCG_TARGET_HAS_sat_vecRichard Henderson
2021-06-04tcg/arm: Implement TCG_TARGET_HAS_mul_vecRichard Henderson
2021-06-04tcg/arm: Implement TCG_TARGET_HAS_shi_vecRichard Henderson
2021-06-04tcg/arm: Implement andc, orc, abs, neg, not vector operationsRichard Henderson
2021-06-04tcg/arm: Implement minimal vector operationsRichard Henderson
2021-06-04tcg/arm: Implement tcg_out_dup*_vecRichard Henderson
2021-06-04tcg/arm: Implement tcg_out_mov for vector typesRichard Henderson
2021-06-04tcg/arm: Implement tcg_out_ld/st for vector typesRichard Henderson
2021-06-04tcg/arm: Add host vector frameworkRichard Henderson
2021-06-04tcg: Change parameters for tcg_target_const_matchRichard Henderson
2021-06-04Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2021-06-04Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell
2021-06-04vl: plug -object back into -readconfigPaolo Bonzini
2021-06-04vl: plumb keyval-based options into -readconfigPaolo Bonzini
2021-06-04qemu-config: parse configuration files to a QDictPaolo Bonzini
2021-06-04i386: run accel_cpu_instance_init as post_initClaudio Fontana
2021-06-04i386: reorder call to cpu_exec_realizefnClaudio Fontana
2021-06-04tests/qtest/virtio-scsi-test: add unmap large LBA with 4k blocks testKit Westneat
2021-06-04target/i386: Fix decode of cr8Richard Henderson
2021-06-04target/i386: tcg: fix switching from 16-bit to 32-bit tasks or vice versaPaolo Bonzini
2021-06-04target/i386: tcg: fix loading of registers from 16-bit TSSPaolo Bonzini
2021-06-04target/i386: tcg: fix segment register offsets for 16-bit TSSPaolo Bonzini
2021-06-04oslib-posix: Remove OpenBSD workaround for fcntl("/dev/null", F_SETFL, O_NONB...Brad Smith
2021-06-04iscsi: link libm into the modulePaolo Bonzini
2021-06-04meson: allow optional dependencies for block modulesPaolo Bonzini
2021-06-04Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-fpu-20210603' into...Peter Maydell
2021-06-04MAINTAINERS: Added eBPF maintainers information.Andrew Melnychenko
2021-06-04docs: Added eBPF documentation.Andrew Melnychenko
2021-06-04virtio-net: Added eBPF RSS to virtio-net.Andrew Melnychenko
2021-06-04ebpf: Added eBPF RSS loader.Andrew Melnychenko
2021-06-04ebpf: Added eBPF RSS program.Andrew Melnychenko
2021-06-04net: Added SetSteeringEBPF method for NetClientState.Andrew Melnychenko
2021-06-04net/tap: Added TUNSETSTEERINGEBPF code.Andrew Melnychenko
2021-06-03softfloat: Use hard-float for {u}int64_to_float{32,64}Richard Henderson
2021-06-03tests/fp: Enable more testsAlex Bennée
2021-06-03softfloat: Convert modrem operations to FloatPartsRichard Henderson
2021-06-03softfloat: Move floatN_log2 to softfloat-parts.c.incRichard Henderson
2021-06-03softfloat: Convert float32_exp2 to FloatPartsRichard Henderson
2021-06-03softfloat: Convert floatx80 compare to FloatPartsRichard Henderson