1. 5e78c98 Mark remaining global TypeInfo instances as const by Bernhard Beschow · 3 years ago
  2. b66f73a hw/sd: Add SDHC support for SD card SPI-mode by Frank Chang · 3 years ago
  3. 6947fec hw/sd/sdcard: Rename Write Protect Group variables by Philippe Mathieu-Daudé · 3 years, 5 months ago
  4. ba06fe8 dma: Let dma_memory_read/write() take MemTxAttrs argument by Philippe Mathieu-Daudé · 4 years, 4 months ago
  5. 36aa285 hw/sd/ssi-sd: Do not create SD card within controller's realize by Markus Armbruster · 3 years, 2 months ago
  6. 8092b51 hw/sd: add nuvoton MMC by Shengtan Mao · 3 years, 3 months ago
  7. b12fa61 speed/sdhci: Add trace events by Cédric Le Goater · 3 years, 2 months ago
  8. d637e1d qbus: Rename qbus_create_inplace() to qbus_init() by Peter Maydell · 3 years, 3 months ago
  9. 4ac0b72 hw/sd/sdcard: Fix assertion accessing out-of-range addresses with CMD30 by Philippe Mathieu-Daudé · 3 years, 5 months ago
  10. 2a03962 hw/sd/sdcard: Document out-of-range addresses for SEND_WRITE_PROT by Philippe Mathieu-Daudé · 3 years, 5 months ago
  11. 59b63d7 hw/sd/sdcard: Check for valid address range in SEND_WRITE_PROT (CMD30) by Philippe Mathieu-Daudé · 3 years, 6 months ago
  12. 66c152d hw/sd/sdcard: Extract address_in_range() helper, log invalid accesses by Philippe Mathieu-Daudé · 3 years, 7 months ago
  13. c60b292 hw/sd/sdcard: When card is in wrong state, log which state it is by Philippe Mathieu-Daudé · 3 years, 7 months ago
  14. d0fb965 docs: fix references to docs/devel/tracing.rst by Stefano Garzarella · 3 years, 8 months ago
  15. 9d49bcf Drop the deprecated lm32 target by Markus Armbruster · 3 years, 8 months ago
  16. f16a3bf hw/sd/omap_mmc: Use device_cold_reset() instead of device_legacy_reset() by Peter Maydell · 3 years, 8 months ago
  17. 19f4ed3 hw: Do not include qemu/log.h if it is not necessary by Thomas Huth · 3 years, 9 months ago
  18. e924921 hw: Do not include hw/irq.h if it is not necessary by Thomas Huth · 3 years, 9 months ago
  19. cffb446 hw/sd: sdhci: Reset the data pointer of s->fifo_buffer[] when a different block size is programmed by Bin Meng · 3 years, 10 months ago
  20. 5cd7aa3 hw/sd: sdhci: Limit block size only when SDHC_BLKSIZE register is writable by Bin Meng · 3 years, 10 months ago
  21. bc6f289 hw/sd: sdhci: Correctly set the controller status for ADMA by Bin Meng · 3 years, 10 months ago
  22. 8be45cc hw/sd: sdhci: Don't write to SDHC_SYSAD register when transfer is in progress by Bin Meng · 3 years, 10 months ago
  23. b263d8f hw/sd: sdhci: Don't transfer any data when command time out by Bin Meng · 3 years, 10 months ago
  24. 818a5cd hw/sd: sd: Actually perform the erase operation by Bin Meng · 3 years, 11 months ago
  25. a78d9f2 hw/sd: sd: Fix build error when DEBUG_SD is on by Bin Meng · 3 years, 10 months ago
  26. 4115aec Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pull-request' into staging by Peter Maydell · 3 years, 11 months ago
  27. 5054ba1 Fix SPDX-License-Identifier typos by Ryan Finnie · 4 years ago
  28. 8bc1f1a hw/sd: sdhci: Simplify updating s->prnsts in sdhci_sdma_transfer_multi_blocks() by Bin Meng · 3 years, 11 months ago
  29. c557e08 hw/sd: sd: Bypass the RCA check for CMD13 in SPI mode by Bin Meng · 3 years, 11 months ago
  30. 19fa6c9 hw/sd: sd: Skip write protect groups check in CMD24/25 for high capacity cards by Bin Meng · 3 years, 11 months ago
  31. 2473dc4 hw/sd: sd: Skip write protect groups check in sd_erase() for high capacity cards by Bin Meng · 3 years, 11 months ago
  32. ce6ea2e hw/sd: sd: Move the sd_block_{read, write} and macros ahead by Bin Meng · 3 years, 11 months ago
  33. 6969497 hw/sd: sd: Fix CMD30 response type by Bin Meng · 3 years, 11 months ago
  34. 245c051 hw/sd: sd: Only SDSC cards support CMD28/29/30 by Bin Meng · 3 years, 11 months ago
  35. 64ea2d9 hw/sd: sd: Fix address check in sd_erase() by Bin Meng · 3 years, 11 months ago
  36. 1767469 hw/sd: ssi-sd: Handle the rest commands with R1b response type by Bin Meng · 4 years ago
  37. 5b45a36 hw/sd: ssi-sd: Fix STOP_TRANSMISSION (CMD12) response by Bin Meng · 4 years ago
  38. 6ae29af hw/sd: ssi-sd: Fix SEND_IF_COND (CMD8) response by Bin Meng · 4 years ago
  39. d56f3ef hw/sd: ssi-sd: Support multiple block write by Bin Meng · 4 years ago
  40. 5020e3c hw/sd: ssi-sd: Support single block write by Bin Meng · 4 years ago
  41. 995731d hw/sd: Introduce receive_ready() callback by Bin Meng · 4 years ago
  42. eedb7f2 hw/sd: sd: Allow single/multiple block write for SPI mode by Bin Meng · 4 years ago
  43. cdf6701 hw/sd: sd: Remove duplicated codes in single/multiple block read/write by Bin Meng · 4 years ago
  44. 1365d86 hw/sd: ssi-sd: Support multiple block read by Bin Meng · 4 years ago
  45. 86b1cf3 block: Separate blk_is_writable() and blk_supports_write_perm() by Kevin Wolf · 4 years ago
  46. bc1edaf hw/sd: ssi-sd: Use macros for the dummy value and tokens in the transfer by Bin Meng · 4 years ago
  47. 1fb85c4 hw/sd: ssi-sd: Fix the wrong command index for STOP_TRANSMISSION by Bin Meng · 4 years ago
  48. 3a67cbe hw/sd: ssi-sd: Add a state representing Nac by Bin Meng · 4 years ago
  49. 2d174cc hw/sd: ssi-sd: Suffix a data block with CRC16 by Bin Meng · 4 years ago
  50. e9d2802 hw/sd: sd: Drop sd_crc16() by Bin Meng · 4 years ago
  51. dec6d33 hw/sd: sd: Support CMD59 for SPI mode by Bin Meng · 4 years ago
  52. 281c5c9 hw/sd: ssi-sd: Fix incorrect card response sequence by Bin Meng · 4 years ago
  53. 729cc68 Remove superfluous timer_del() calls by Peter Maydell · 4 years, 1 month ago
  54. ce35e22 qdev: Move softmmu properties to qdev-properties-system.h by Eduardo Habkost · 4 years, 1 month ago
  55. ec7e429 hw/ssi: Rename SSI 'slave' as 'peripheral' by Philippe Mathieu-Daudé · 4 years, 3 months ago
  56. 575094b hw/sd: Fix 2 GiB card CSD register values by Bin Meng · 4 years, 2 months ago
  57. 61f3c91 nomaintainer: Fix Lesser GPL version number by Chetan Pant · 4 years, 2 months ago
  58. 89c6700 hw/sd/sdcard: Zero out function selection fields before being populated by Bin Meng · 4 years, 2 months ago
  59. 692fb0e hw/sd/sdcard: Make iolen unsigned by Philippe Mathieu-Daudé · 4 years, 6 months ago
  60. aecaa05 hw/sd/sdcard: Constify sd_crc*()'s message argument by Philippe Mathieu-Daudé · 7 years ago
  61. ef6dd5f hw/sd/sdcard: Simplify cmd_valid_while_locked() by Philippe Mathieu-Daudé · 7 years ago
  62. 9820502 hw/sd/sdcard: Update the SDState documentation by Philippe Mathieu-Daudé · 7 years ago
  63. 84816fb hw/sd/sdcard: Assert if accessing an illegal group by Philippe Mathieu-Daudé · 4 years, 4 months ago
  64. 1bd6fd8 hw/sd/sdcard: Do not attempt to erase out of range addresses by Philippe Mathieu-Daudé · 4 years, 4 months ago
  65. c8c8b3f hw/sd/sdcard: Reset both start/end addresses on error by Philippe Mathieu-Daudé · 4 years, 4 months ago
  66. 7dae0a1 hw/sd/sdcard: Do not use legal address '0' for INVALID_ADDRESS by Philippe Mathieu-Daudé · 4 years, 4 months ago
  67. 872b8fd hw/sd/sdcard: Introduce the INVALID_ADDRESS definition by Philippe Mathieu-Daudé · 4 years, 4 months ago
  68. aafe6c5 hw/sd/sdcard: Add trace event for ERASE command (CMD38) by Philippe Mathieu-Daudé · 4 years, 4 months ago
  69. 9321c1f hw/sd/sdhci: Yield if interrupt delivered during multiple transfer by Philippe Mathieu-Daudé · 4 years, 4 months ago
  70. 2bd9ae7 hw/sd/sdhci: Let sdhci_update_irq() return if IRQ was delivered by Philippe Mathieu-Daudé · 4 years, 4 months ago
  71. 45e5dc4 hw/sd/sdhci: Resume pending DMA transfers on MMIO accesses by Philippe Mathieu-Daudé · 4 years, 4 months ago
  72. 6a9e5cc hw/sd/sdhci: Stop multiple transfers when block count is cleared by Philippe Mathieu-Daudé · 4 years, 4 months ago
  73. dfba99f hw/sd/sdhci: Fix DMA Transfer Block Size field by Philippe Mathieu-Daudé · 4 years, 4 months ago
  74. 598a40b hw/sd/sdhci: Document the datasheet used by Philippe Mathieu-Daudé · 4 years, 4 months ago
  75. 9227cc5 hw/sd/sdhci: Fix qemu_log_mask() format string by Philippe Mathieu-Daudé · 4 years, 4 months ago
  76. bb755ba qdev: add "check if address free" callback for buses by Paolo Bonzini · 4 years, 3 months ago
  77. 8063396 Use OBJECT_DECLARE_SIMPLE_TYPE when possible by Eduardo Habkost · 4 years, 4 months ago
  78. f00f57f Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200910' into staging by Peter Maydell · 4 years, 4 months ago
  79. 842038f Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pull-request' into staging by Peter Maydell · 4 years, 4 months ago
  80. b42581f util/hexdump: Reorder qemu_hexdump() arguments by Philippe Mathieu-Daudé · 4 years, 4 months ago
  81. 67263b3 util/hexdump: Convert to take a void pointer argument by Philippe Mathieu-Daudé · 4 years, 4 months ago
  82. c696e1f hw/sd: Add Cadence SDHCI emulation by Bin Meng · 4 years, 4 months ago
  83. fa34a3c Use DECLARE_*CHECKER* when possible (--force mode) by Eduardo Habkost · 4 years, 4 months ago
  84. 8110fa1 Use DECLARE_*CHECKER* macros by Eduardo Habkost · 4 years, 4 months ago
  85. db1015e Move QOM typedefs and add missing includes by Eduardo Habkost · 4 years, 4 months ago
  86. f31e8f1 aspeed/sdhci: Fix reset sequence by Cédric Le Goater · 4 years, 4 months ago
  87. ea1bb83 Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200828' into staging by Peter Maydell · 4 years, 4 months ago
  88. b3aec95 hw/sd/allwinner-sdhost: Use AddressSpace for DMA transfers by Philippe Mathieu-Daudé · 4 years, 4 months ago
  89. 2d8eb5f pxa2xx: Move QOM macros to header by Eduardo Habkost · 4 years, 4 months ago
  90. 6d2d406 hw/sd: Correct the maximum size of a Standard Capacity SD Memory Card by Bin Meng · 4 years, 5 months ago
  91. b638627 hw/sd: Fix incorrect populated function switch status data structure by Bin Meng · 4 years, 5 months ago
  92. 618e0be hw/sd: Use sdbus_read_data() instead of sdbus_read_byte() when possible by Philippe Mathieu-Daudé · 4 years, 5 months ago
  93. 6505a91 hw/sd: Add sdbus_read_data() to read multiples bytes on the data line by Philippe Mathieu-Daudé · 4 years, 5 months ago
  94. 62a21be hw/sd: Use sdbus_write_data() instead of sdbus_write_byte when possible by Philippe Mathieu-Daudé · 4 years, 5 months ago
  95. e35c343 hw/sd: Add sdbus_write_data() to write multiples bytes on the data line by Philippe Mathieu-Daudé · 4 years, 5 months ago
  96. 8467f62 hw/sd: Rename sdbus_read_data() as sdbus_read_byte() by Philippe Mathieu-Daudé · 4 years, 5 months ago
  97. 3901714 hw/sd: Rename sdbus_write_data() as sdbus_write_byte() by Philippe Mathieu-Daudé · 4 years, 5 months ago
  98. c769a88 hw/sd: Rename read/write_data() as read/write_byte() by Philippe Mathieu-Daudé · 4 years, 5 months ago
  99. 9006f1e hw/sd: Move sdcard legacy API to 'hw/sd/sdcard_legacy.h' by Philippe Mathieu-Daudé · 7 years ago
  100. 38626a3 hw/sd/sdcard: Make sd_data_ready() static by Philippe Mathieu-Daudé · 7 years ago