aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-07-05target/arm: Factor out code for setting MTE TCF0 fieldGustavo Romero
2024-07-05target/arm: Make some MTE helpers widely availableGustavo Romero
2024-07-05target/arm: Fix exception case in allocation_tag_mem_probeGustavo Romero
2024-07-05gdbstub: Add support for target-specific stubsGustavo Romero
2024-07-05gdbstub: Move GdbCmdParseEntry into a new header fileGustavo Romero
2024-07-05gdbstub: Clean up process_string_cmdGustavo Romero
2024-07-05accel/tcg: Move qemu_plugin_vcpu_init__async() to plugins/Philippe Mathieu-Daudé
2024-07-05plugins: Free CPUPluginState before destroying vCPU statePhilippe Mathieu-Daudé
2024-07-05plugins: Ensure vCPU index is assigned in init/exit hooksPhilippe Mathieu-Daudé
2024-07-05plugins/lockstep: clean-up outputAlex Bennée
2024-07-05plugins/lockstep: mention the one-insn-per-tb optionAlex Bennée
2024-07-05plugins/lockstep: make mixed-mode safeAlex Bennée
2024-07-05plugins/lockstep: preserve sock_pathAlex Bennée
2024-07-05test/plugins: preserve the instruction record over translationsAlex Bennée
2024-07-05test/plugin: make insn plugin less noisy by defaultAlex Bennée
2024-07-05gitlab: don't bother with KVM for TCI buildsAlex Bennée
2024-07-05linux-user/main: Suppress out-of-range comparison warning for clangRichard Henderson
2024-07-05tests/tcg/arm: Use vmrs/vmsr instead of mcr/mrcRichard Henderson
2024-07-05tests/tcg/arm: Use -march and -mfpu for fcvtRichard Henderson
2024-07-05tests/tcg/arm: Manually register allocate half-precision numbersAkihiko Odaki
2024-07-05tests/tcg/arm: Use -fno-integrated-as for test-arm-iwmmxtRichard Henderson
2024-07-05tests/tcg/arm: Drop -N from LDFLAGSRichard Henderson
2024-07-05tests/tcg/arm: Fix fcvt result messagesAkihiko Odaki
2024-07-05tests/tcg/aarch64: Add -fno-integrated-as for smeRichard Henderson
2024-07-05tests/tcg/aarch64: Do not use x constraintAkihiko Odaki
2024-07-05tests/tcg/aarch64: Fix irg operand typeAkihiko Odaki
2024-07-05tests/tcg/aarch64: Explicitly specify register widthAkihiko Odaki
2024-07-05tests/tcg/aarch64: Drop -fno-tree-loop-distribute-patternsRichard Henderson
2024-07-05tests/tcg: Adjust variable defintion from cc-optionRichard Henderson
2024-07-05tests/tcg/minilib: Constify digits in print_numRichard Henderson
2024-07-05tests/docker: Specify --userns keep-id for PodmanAkihiko Odaki
2024-07-05hw/core: ensure kernel_end never gets used undefinedAlex Bennée
2024-07-05tracepoints: move physmem trace pointsAlex Bennée
2024-07-05testing: restore some testing for i686Alex Bennée
2024-07-05tests/lcitool: fix debian-i686-cross toolchain prefixAlex Bennée
2024-07-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2024-07-04target/i386/SEV: implement mask_cpuid_featuresPaolo Bonzini
2024-07-04target/i386: add support for masking CPUID features in confidential guestsPaolo Bonzini
2024-07-03Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Richard Henderson
2024-07-03hw/pci: Replace -1 with UINT32_MAX for romsizeAkihiko Odaki
2024-07-03pcie_sriov: Register VFs after migrationAkihiko Odaki
2024-07-03pcie_sriov: Remove num_vfs from PCIESriovPFAkihiko Odaki
2024-07-03pcie_sriov: Release VFs failed to realizeAkihiko Odaki
2024-07-03pcie_sriov: Reuse SR-IOV VF device instancesAkihiko Odaki
2024-07-03pcie_sriov: Ensure VF function number does not overflowAkihiko Odaki
2024-07-03pcie_sriov: Do not manually unrealizeAkihiko Odaki
2024-07-03hw/ppc/spapr_pci: Do not reject VFs created after a PFAkihiko Odaki
2024-07-03hw/ppc/spapr_pci: Do not create DT for disabled PCI deviceAkihiko Odaki
2024-07-03hw/pci: Rename has_power to enabledAkihiko Odaki
2024-07-03virtio-iommu: Clear IOMMUDevice when VFIO device is unpluggedCédric Le Goater