aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-07-09virtio-iommu: Revert transient enablement of IOMMU MR in bypass modeEric Auger1-12/+0
2024-07-09memory: remove IOMMU MR iommu_set_page_size_mask() callbackEric Auger5-105/+0
2024-07-09virtio-iommu : Retrieve page size mask on virtio_iommu_set_iommu_device()Eric Auger2-2/+56
2024-07-09HostIOMMUDevice: Introduce get_page_size_mask() callbackEric Auger4-0/+36
2024-07-09HostIOMMUDevice : remove Error handle from get_iova_ranges callbackEric Auger4-5/+4
2024-07-09vfio-container-base: Introduce vfio_container_get_iova_ranges() helperEric Auger4-14/+19
2024-07-09virtio-iommu: Fix error handling in virtio_iommu_set_host_iova_ranges()Eric Auger1-1/+6
2024-07-07Merge tag 'pull-qapi-2024-07-06' of https://repo.or.cz/qemu/armbru into stagingRichard Henderson34-348/+398
2024-07-07Merge tag 'sdmmc-20240706' of https://github.com/philmd/qemu into stagingRichard Henderson10-109/+123
2024-07-06sphinx/qapidoc: Fix to generate doc for explicit, unboxed argumentsMarkus Armbruster2-14/+5
2024-07-06qapi/parser: don't parse rST markup as section headersJohn Snow4-2/+16
2024-07-06qapi: add markup to note blocksJohn Snow6-10/+10
2024-07-06qapi: update prose in note blocksJohn Snow2-3/+3
2024-07-06qapi: convert "Note" sections to plain rSTJohn Snow30-253/+261
2024-07-06qapi: nail down convention that Errors sections are listsJohn Snow2-1/+8
2024-07-06qapi: fix non-compliant JSON examplesJohn Snow7-9/+11
2024-07-06docs/qapidoc: fix nested parsing under untagged sectionsJohn Snow1-5/+11
2024-07-06qapi/parser: fix comment parsing immediately following a doc blockJohn Snow2-1/+3
2024-07-06qapi/parser: preserve indentation in QAPIDoc sectionsJohn Snow3-23/+40
2024-07-06docs/qapidoc: delint a tiny portion of the moduleJohn Snow1-26/+38
2024-07-06docs/qapidoc: remove unused intersperse functionJohn Snow1-10/+0
2024-07-06qapi: linter fixupsJohn Snow3-9/+10
2024-07-05hw/sd/sdcard: Extract TYPE_SDMMC_COMMON from TYPE_SD_CARDPhilippe Mathieu-Daudé3-28/+51
2024-07-05hw/sd/sdcard: Introduce set_csd/set_cid handlersPhilippe Mathieu-Daudé2-2/+7
2024-07-05hw/sd/sdcard: Cover more SDCardStatesPhilippe Mathieu-Daudé1-0/+11
2024-07-05hw/sd/sdcard: Trace length of data read on DAT linesPhilippe Mathieu-Daudé2-3/+3
2024-07-05hw/sd/sdcard: Remove default case in read/write on DAT linesPhilippe Mathieu-Daudé1-5/+4
2024-07-05hw/sd/sdcard: Remove noise from sd_cmd_name()Philippe Mathieu-Daudé1-5/+0
2024-07-05hw/sd/sdcard: Remove noise from sd_acmd_name()Philippe Mathieu-Daudé1-11/+1
2024-07-05hw/sd/sdcard: Remove sd_none enum from sd_cmd_type_tPhilippe Mathieu-Daudé2-7/+1
2024-07-05hw/sd/sdcard: Add sd_cmd_GEN_CMD handler (CMD56)Philippe Mathieu-Daudé1-34/+20
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