aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-10-31migration: Unexport dirty_bitmap_mig_init()Peter Xu2-3/+4
2024-10-31migration: Take migration object refcount earlier for threadsPeter Xu1-2/+8
2024-10-31migration: Deprecate query-migrationthreads commandPeter Xu2-1/+14
2024-10-31migration/dirtyrate: Silence warning about strcpy() on OpenBSDThomas Huth1-1/+4
2024-10-31tests/migration: Add case for periodic ramblock dirty syncHyman Huang1-0/+32
2024-10-31migration: Support periodic RAMBlock dirty bitmap syncHyman Huang6-4/+98
2024-10-31migration: Remove "rs" parameter in migration_bitmap_sync_precopyHyman Huang1-5/+6
2024-10-31migration: Move cpu-throttle.c from system to migrationHyman Huang7-7/+7
2024-10-31migration: Stop CPU throttling conditionallyHyman Huang1-1/+3
2024-10-31accel/tcg/icount-common: Remove the reference to the unused header fileHyman Huang1-1/+0
2024-10-31migration: Ensure vmstate_save() sets errpHanna Czenczek1-5/+8
2024-10-31migration: Put thread names together with macrosPeter Xu7-13/+34
2024-10-31migration: Cleanup migrate_fd_cleanup() on accessing to_dst_filePeter Xu1-13/+19
2024-10-31target/i386: Introduce GraniteRapids-v2 modelTao Su1-0/+17
2024-10-31target/i386: Add AVX512 state when AVX10 is supportedTao Su1-1/+9
2024-10-31target/i386: Add feature dependencies for AVX10Tao Su2-0/+20
2024-10-31target/i386: add CPUID.24 features for AVX10Tao Su2-0/+23
2024-10-31target/i386: add AVX10 feature and AVX10 version propertyTao Su3-8/+63
2024-10-31target/i386: return bool from x86_cpu_filter_featuresPaolo Bonzini1-9/+11
2024-10-31target/i386: do not rely on ExtSaveArea for accelerator-supported XCR0 bitsPaolo Bonzini2-6/+31
2024-10-31target/i386: cpu: set correct supported XCR0 features for TCGPaolo Bonzini1-2/+4
2024-10-31target/i386: use + to put flags togetherPaolo Bonzini1-12/+12
2024-10-31target/i386: use higher-precision arithmetic to compute CFPaolo Bonzini1-0/+37
2024-10-31target/i386: use compiler builtin to compute PFPaolo Bonzini5-48/+26
2024-10-31target/i386: make flag variables unsignedPaolo Bonzini1-23/+23
2024-10-31target/i386: add a note about gen_jcc1Paolo Bonzini1-0/+4
2024-10-31target/i386: add a few more trivial CCPrepare casesPaolo Bonzini1-0/+3
2024-10-31target/i386: optimize TEST+Jxx sequencesPaolo Bonzini1-0/+22
2024-10-31target/i386: optimize computation of ZF from CC_OP_DYNAMICPaolo Bonzini3-3/+21
2024-10-31target/i386: Wrap cc_op_live with a validity checkRichard Henderson4-7/+21
2024-10-31target/i386: Introduce cc_op_sizeRichard Henderson3-13/+26
2024-10-31target/i386: Rearrange CCOpRichard Henderson1-6/+8
2024-10-31target/i386: remove CC_OP_CLRPaolo Bonzini5-26/+4
2024-10-31target/i386: Tidy cc_op_str usageRichard Henderson1-6/+11
2024-10-31target/i386: use tcg_gen_ext_tl when applicablePaolo Bonzini1-8/+8
2024-10-31ci: always invoke meson through pyvenvPaolo Bonzini1-1/+1
2024-10-31docs/nitro-enclave: Documentation for nitro-enclave machine typeDorjoy Chowdhury4-2/+83
2024-10-31machine/nitro-enclave: New machine type for AWS Nitro EnclavesDorjoy Chowdhury8-1/+437
2024-10-31core/machine: Make create_default_memdev machine a virtual methodDorjoy Chowdhury4-35/+42
2024-10-31hw/core: Add Enclave Image Format (EIF) related helpersDorjoy Chowdhury7-0/+757
2024-10-31device/virtio-nsm: Support for Nitro Secure Module deviceDorjoy Chowdhury12-0/+2252
2024-10-31tests/lcitool: Update libvirt-ci and add libcbor dependencyDorjoy Chowdhury19-2/+19
2024-10-31target/i386/hvf: fix handling of XSAVE-related CPUID bitsPaolo Bonzini3-21/+33
2024-10-31target/i386: Expose new feature bits in CPUID 8000_0021_EAX/EBXBabu Moger2-2/+18
2024-10-31target/i386: Expose bits related to SRSO vulnerabilityBabu Moger2-4/+12
2024-10-31target/i386: Add PerfMonV2 feature bitSandipan Das2-0/+30
2024-10-31target/i386: Fix minor typo in NO_NESTED_DATA_BP feature bitBabu Moger2-2/+2
2024-10-31qom: allow user-creatable classes to be in modulesPaolo Bonzini2-2/+2
2024-10-31qom: let object_new use a module if the type is not presentPaolo Bonzini2-17/+1
2024-10-31qom: centralize module-loading functionalityPaolo Bonzini1-36/+36