aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-24hw/sd/sdcard: Add comments around registers and commandsPhilippe Mathieu-Daudé1-0/+20
2024-06-24hw/sd/sdcard: Inline BLK_READ_BLOCK / BLK_WRITE_BLOCK macrosPhilippe Mathieu-Daudé1-8/+7
2024-06-24hw/sd/sdcard: Add sd_invalid_mode_for_cmd to report invalid mode switchPhilippe Mathieu-Daudé1-32/+39
2024-06-24hw/sd/sdcard: Only call sd_req_get_address() where address is usedPhilippe Mathieu-Daudé1-6/+8
2024-06-24hw/sd/sdcard: Factor sd_req_get_address() method outPhilippe Mathieu-Daudé1-1/+9
2024-06-24hw/sd/sdcard: Only call sd_req_get_rca() where RCA is usedPhilippe Mathieu-Daudé1-1/+7
2024-06-24hw/sd/sdcard: Factor sd_req_get_rca() method outPhilippe Mathieu-Daudé1-6/+9
2024-06-24hw/sd/sdcard: Have cmd_valid_while_locked() return a boolean valuePhilippe Mathieu-Daudé1-2/+2
2024-06-24hw/sd/sdcard: Trace update of block count (CMD23)Philippe Mathieu-Daudé2-1/+3
2024-06-24hw/sd/sdcard: Remove explicit entries for illegal commandsPhilippe Mathieu-Daudé1-11/+0
2024-06-24hw/sd/sdcard: Remove ACMD6 handler for SPI modePhilippe Mathieu-Daudé1-1/+1
2024-06-24hw/sd/sdcard: Use Load/Store API to fill some CID/CSD registersPhilippe Mathieu-Daudé1-7/+2
2024-06-24hw/sd/sdcard: Use registerfield CSR::CURRENT_STATE definitionPhilippe Mathieu-Daudé1-2/+2
2024-06-24hw/sd/sdcard: Use HWBLOCK_SHIFT definition instead of magic valuesPhilippe Mathieu-Daudé1-3/+3
2024-06-24hw/sd/sdcard: Fix typo in SEND_OP_COND command namePhilippe Mathieu-Daudé2-4/+4
2024-06-24hw/sd/sdcard: Rewrite sd_cmd_ALL_SEND_CID using switch case (CMD2)Philippe Mathieu-Daudé1-5/+5
2024-06-24hw/sd/sdcard: Correct code indentationPhilippe Mathieu-Daudé1-17/+17
2024-06-24hw/sd/sdcard: Avoid OOB in sd_read_byte() during unexpected CMD switchPhilippe Mathieu-Daudé1-0/+7
2024-06-24bswap: Add st24_be_p() to store 24 bits in big-endian orderPhilippe Mathieu-Daudé1-0/+7
2024-06-22Merge tag 'pull-target-arm-20240622' of https://git.linaro.org/people/pmaydel...Richard Henderson15-90/+179
2024-06-21Merge tag 'migration-20240621-pull-request' of https://gitlab.com/farosas/qem...Richard Henderson33-239/+838
2024-06-21migration: Remove unused VMSTATE_ARRAY_TEST() macroPhilippe Mathieu-Daudé1-10/+0
2024-06-21tests/migration-tests: Cover postcopy failure on reconnectPeter Xu1-18/+77
2024-06-21tests/migration-tests: Verify postcopy-recover-setup statusPeter Xu1-0/+6
2024-06-21hw/arm/sbsa-ref: Enable CPU cluster on ARM sbsa machineXiong Yining2-1/+14
2024-06-21hw/usb/hcd-ohci: Fix ohci_service_td: accept zero-length TDs where CBP=BE+1David Hubbard2-2/+3
2024-06-21hw/misc: Set valid access size for Exynos4210 RNGZheyu Ma1-0/+2
2024-06-21hw/arm/virt: Avoid unexpected warning from Linux guest on host with Fujitsu CPUsZhenyu Zhang1-0/+11
2024-06-21hw/arm/virt: allow creation of a second NonSecure UARTPeter Maydell4-8/+49
2024-06-21hw/arm/virt: Rename VIRT_UART and VIRT_SECURE_UART to VIRT_UART[01]Peter Maydell3-15/+15
2024-06-21hw/arm/virt: Add serial aliases in DTBPeter Maydell1-0/+4
2024-06-21hw/usb/hcd-dwc2: Handle invalid address access in read and write functionsZheyu Ma1-2/+7
2024-06-21hw/timer/a9gtimer: Handle QTest mode in a9_gtimer_get_current_cpuZheyu Ma1-0/+5
2024-06-21scripts/coverity-scan/COMPONENTS.md: Include libqmp in testlibsPeter Maydell1-1/+1
2024-06-21scripts/coverity-scan/COMPONENTS.md: Fix monitor componentPeter Maydell1-1/+1
2024-06-21scripts/coverity-scan/COMPONENTS.md: Add crypto headers in host/include to th...Peter Maydell1-1/+1
2024-06-21scripts/coverity-scan/COMPONENTS.md: Fix 'char' componentPeter Maydell1-1/+4
2024-06-21scripts/coverity-scan/COMPONENTS.md: Update paths to match gitlab CIPeter Maydell1-52/+52
2024-06-21hw/arm/xilinx_zynq: Fix IRQ/FIQ routingSebastian Huber1-2/+3
2024-06-21hw/intc/arm_gic: Fix deactivation of SPI linesEdgar E. Iglesias1-2/+6
2024-06-21hw/arm/sbsa-ref: switch to 1GHz timer frequencyMarcin Juszkiewicz1-8/+4
2024-06-21hw/net/can/xlnx-versal-canfd: Fix sorting of the tx queueShiva sagar Myana1-1/+4
2024-06-21tests/migration-tests: migration_event_wait()Peter Xu2-9/+24
2024-06-21tests/migration-tests: Always enable migration eventsPeter Xu2-0/+8
2024-06-21tests/migration-tests: Drop most WIN32 ifdefs for postcopy failure testsPeter Xu1-8/+2
2024-06-21migration/docs: Update postcopy recover session for SETUP phasePeter Xu1-15/+16
2024-06-21migration/postcopy: Add postcopy-recover-setup phasePeter Xu5-8/+49
2024-06-21migration: Cleanup incoming migration setup state changePeter Xu1-2/+26
2024-06-21migration: Use MigrationStatus instead of intPeter Xu2-21/+12
2024-06-21migration: Rename thread debug namesPeter Xu5-10/+10