aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-26qemu-config: load modules when instantiating option groupsPaolo Bonzini
2021-05-26vl: allow not specifying size in -m when using -M memory-backendPaolo Bonzini
2021-05-26replication: move include out of root directoryPaolo Bonzini
2021-05-26remove qemu-options* from root directoryPaolo Bonzini
2021-05-26meson: Set implicit_include_directories to falseKatsuhiro Ueno
2021-05-26tests/qtest/fuzz: Fix build failurePhilippe Mathieu-Daudé
2021-05-26KVM: Dirty ring supportPeter Xu
2021-05-26KVM: Disable manual dirty log when dirty ring enabledPeter Xu
2021-05-26KVM: Add dirty-ring-size propertyPeter Xu
2021-05-26KVM: Cache kvm slot dirty bitmap sizePeter Xu
2021-05-26KVM: Simplify dirty log sync in kvm_set_phys_memPeter Xu
2021-05-26KVM: Provide helper to sync dirty bitmap from slot to ramblockPeter Xu
2021-05-26KVM: Provide helper to get kvm dirty logPeter Xu
2021-05-26KVM: Create the KVMSlot dirty bitmap on flag changesPeter Xu
2021-05-26KVM: Use a big lock to replace per-kml slots_lockPeter Xu
2021-05-26memory: Introduce log_sync_global() to memory listenerPeter Xu
2021-05-26KVM: do not allow setting properties at runtimePaolo Bonzini
2021-05-26qtest: add a QOM object for qtestPaolo Bonzini
2021-05-26object: add more commands to preconfig modePaolo Bonzini
2021-05-26i386/cpu: Expose AVX_VNNI instruction to guestYang Zhong
2021-05-26hw/mem/nvdimm: Use Kconfig 'imply' instead of 'depends on'Philippe Mathieu-Daudé
2021-05-26configure: simplify assignment to GIT_SUBMODULESPaolo Bonzini
2021-05-26configure: check for submodules if --with-git-submodules=ignorePaolo Bonzini
2021-05-26configure: Only clone softfloat-3 repositories if TCG is enabledPhilippe Mathieu-Daudé
2021-05-25Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210525'...Peter Maydell
2021-05-25target/arm: Enable SVE2 and related extensionsRichard Henderson
2021-05-25linux-user/aarch64: Enable hwcap bits for sve2 and related extensionsRichard Henderson
2021-05-25target/arm: Implement integer matrix multiply accumulateRichard Henderson
2021-05-25target/arm: Implement aarch32 VSUDOT, VUSDOTRichard Henderson
2021-05-25target/arm: Split decode of VSDOT and VUDOTRichard Henderson
2021-05-25target/arm: Split out do_neon_dddaRichard Henderson
2021-05-25target/arm: Fix decode for VDOT (indexed)Richard Henderson
2021-05-25target/arm: Remove unused fpst from VDOT_scalarRichard Henderson
2021-05-25target/arm: Split out do_neon_ddda_fpstRichard Henderson
2021-05-25target/arm: Implement aarch64 SUDOT, USDOTRichard Henderson
2021-05-25target/arm: Implement SVE2 fp multiply-add longStephen Long
2021-05-25target/arm: Move endian adjustment macros to vec_internal.hRichard Henderson
2021-05-25target/arm: Implement SVE2 bitwise shift immediateStephen Long
2021-05-25target/arm: Implement 128-bit ZIP, UZP, TRNRichard Henderson
2021-05-25target/arm: Implement SVE2 LD1RORichard Henderson
2021-05-25target/arm: Tidy do_ldrqRichard Henderson
2021-05-25target/arm: Share table of sve load functionsRichard Henderson
2021-05-25target/arm: Implement SVE2 FLOGBStephen Long
2021-05-25target/arm: Implement SVE2 FCVTXNT, FCVTXStephen Long
2021-05-25target/arm: Implement SVE2 FCVTLTStephen Long
2021-05-25target/arm: Implement SVE2 FCVTNTRichard Henderson
2021-05-25target/arm: Implement SVE2 TBL, TBXStephen Long
2021-05-25target/arm: Implement SVE2 crypto constructive binary operationsRichard Henderson
2021-05-25target/arm: Implement SVE2 crypto destructive binary operationsRichard Henderson
2021-05-25target/arm: Implement SVE2 crypto unary operationsRichard Henderson