aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-07-05hw/sd/sdcard: Rename sd_cmd_SEND_OP_COND handlerPhilippe Mathieu-Daudé1-2/+2
2024-07-05hw/sd/sdcard: Use spec v3.01 by defaultPhilippe Mathieu-Daudé2-1/+2
2024-07-05hw/sd/sdcard: Remove leftover comment about removed 'spi' PropertyPhilippe Mathieu-Daudé1-4/+0
2024-07-05hw/sd/sdcard: Generate random RCA valuePhilippe Mathieu-Daudé2-3/+9
2024-07-05tests/qtest/npcm7xx_sdhci: Access the card using its published addressPhilippe Mathieu-Daudé2-2/+8
2024-07-05hw/sd/npcm7xx_sdhci: Use TYPE_SYSBUS_SDHCI definitionPhilippe Mathieu-Daudé1-1/+2
2024-07-05hw/sd/sdhci: Log non-sequencial access as GUEST_ERRORPhilippe Mathieu-Daudé1-2/+3
2024-07-05Merge tag 'pull-maintainer-july24-050724-1' of https://gitlab.com/stsquad/qem...Richard Henderson50-946/+1771
2024-07-05tests/tcg/aarch64: Add MTE gdbstub testsGustavo Romero4-1/+202
2024-07-05gdbstub: Add support for MTE in user modeGustavo Romero6-1/+288
2024-07-05gdbstub: Use true to set cmd_startswithGustavo Romero1-40/+40
2024-07-05gdbstub: Pass CPU context to command handlerGustavo Romero2-1/+9
2024-07-05gdbstub: Make hex conversion function non-internalGustavo Romero2-1/+6
2024-07-05target/arm: Factor out code for setting MTE TCF0 fieldGustavo Romero5-29/+71
2024-07-05target/arm: Make some MTE helpers widely availableGustavo Romero2-38/+73
2024-07-05target/arm: Fix exception case in allocation_tag_mem_probeGustavo Romero1-0/+3
2024-07-05gdbstub: Add support for target-specific stubsGustavo Romero2-6/+118
2024-07-05gdbstub: Move GdbCmdParseEntry into a new header fileGustavo Romero7-128/+146
2024-07-05gdbstub: Clean up process_string_cmdGustavo Romero1-20/+20
2024-07-05accel/tcg: Move qemu_plugin_vcpu_init__async() to plugins/Philippe Mathieu-Daudé2-9/+8
2024-07-05plugins: Free CPUPluginState before destroying vCPU statePhilippe Mathieu-Daudé2-0/+8
2024-07-05plugins: Ensure vCPU index is assigned in init/exit hooksPhilippe Mathieu-Daudé1-0/+2
2024-07-05plugins/lockstep: clean-up outputAlex Bennée1-8/+8
2024-07-05plugins/lockstep: mention the one-insn-per-tb optionAlex Bennée1-1/+2
2024-07-05plugins/lockstep: make mixed-mode safeAlex Bennée1-2/+2
2024-07-05plugins/lockstep: preserve sock_pathAlex Bennée1-1/+1
2024-07-05test/plugins: preserve the instruction record over translationsAlex Bennée1-5/+71
2024-07-05test/plugin: make insn plugin less noisy by defaultAlex Bennée1-15/+21
2024-07-05gitlab: don't bother with KVM for TCI buildsAlex Bennée2-2/+2
2024-07-05linux-user/main: Suppress out-of-range comparison warning for clangRichard Henderson1-0/+1
2024-07-05tests/tcg/arm: Use vmrs/vmsr instead of mcr/mrcRichard Henderson1-3/+2
2024-07-05tests/tcg/arm: Use -march and -mfpu for fcvtRichard Henderson1-2/+2
2024-07-05tests/tcg/arm: Manually register allocate half-precision numbersAkihiko Odaki1-1/+6
2024-07-05tests/tcg/arm: Use -fno-integrated-as for test-arm-iwmmxtRichard Henderson1-1/+7
2024-07-05tests/tcg/arm: Drop -N from LDFLAGSRichard Henderson1-2/+2
2024-07-05tests/tcg/arm: Fix fcvt result messagesAkihiko Odaki3-605/+605
2024-07-05tests/tcg/aarch64: Add -fno-integrated-as for smeRichard Henderson1-1/+2
2024-07-05tests/tcg/aarch64: Do not use x constraintAkihiko Odaki1-7/+7
2024-07-05tests/tcg/aarch64: Fix irg operand typeAkihiko Odaki1-1/+1
2024-07-05tests/tcg/aarch64: Explicitly specify register widthAkihiko Odaki2-6/+6
2024-07-05tests/tcg/aarch64: Drop -fno-tree-loop-distribute-patternsRichard Henderson1-1/+1
2024-07-05tests/tcg: Adjust variable defintion from cc-optionRichard Henderson3-9/+10
2024-07-05tests/tcg/minilib: Constify digits in print_numRichard Henderson1-1/+1
2024-07-05tests/docker: Specify --userns keep-id for PodmanAkihiko Odaki1-1/+6
2024-07-05hw/core: ensure kernel_end never gets used undefinedAlex Bennée1-1/+1
2024-07-05tracepoints: move physmem trace pointsAlex Bennée3-6/+9
2024-07-05testing: restore some testing for i686Alex Bennée1-0/+11
2024-07-05tests/lcitool: fix debian-i686-cross toolchain prefixAlex Bennée2-2/+2
2024-07-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson23-105/+183
2024-07-04target/i386/SEV: implement mask_cpuid_featuresPaolo Bonzini2-0/+37