1. 113f31c sdcard: Disable CMD19/CMD23 for Spec v2 by Philippe Mathieu-Daudé · 7 years ago
  2. 2c51137 sdcard: Reflect when the Spec v3 is supported in the Config Register (SCR) by Philippe Mathieu-Daudé · 7 years ago
  3. d1b3221 sdcard: Disable SEND_IF_COND (CMD8) for Spec v1 by Philippe Mathieu-Daudé · 7 years ago
  4. 2f0939c sdcard: Add a 'spec_version' property, default to Spec v2.00 by Philippe Mathieu-Daudé · 7 years ago
  5. e2fce16 sdcard: Allow commands valid in SPI mode by Philippe Mathieu-Daudé · 7 years ago
  6. 9e12457 sdcard: Update the Configuration Register (SCR) to Spec Version 1.10 by Philippe Mathieu-Daudé · 7 years ago
  7. c78d6a6 hw/sd/milkymist-memcard: Add trailing '\n' to qemu_log() call by Philippe Mathieu-Daudé · 7 years ago
  8. f67c9b6 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 7 years ago
  9. 222ee19 sd: fix up include by Michael S. Tsirkin · 7 years ago
  10. 6dd046a hw: Do not include "sysemu/blockdev.h" if it is not necessary by Philippe Mathieu-Daudé · 7 years ago
  11. 0304f9e hw: Do not include "sysemu/block-backend.h" if it is not necessary by Philippe Mathieu-Daudé · 7 years ago
  12. f6fb1f9 sdcard: Correct CRC16 offset in sd_function_switch() by Philippe Mathieu-Daudé · 7 years ago
  13. f3d9fe8 hw/sd/bcm2835_sdhost: Don't raise spurious interrupts by Peter Maydell · 7 years ago
  14. b318f32 hw/sd/bcm2835_sdhost: Add tracepoints by Peter Maydell · 7 years ago
  15. 544156e sdhci: fix incorrect use of Error * by Paolo Bonzini · 7 years ago
  16. 7eceff5 hw: Do not include "sysemu/block-backend.h" if it is not necessary by Thomas Huth · 7 years ago
  17. 08022a9 sdhci: Fix a typo in comment by Philippe Mathieu-Daudé · 7 years ago
  18. 0c3fb03 sdcard: Add the Tuning Command (CMD19) by Philippe Mathieu-Daudé · 7 years ago
  19. 75a96f5 sdcard: Display which protocol is used when tracing (SD or SPI) by Philippe Mathieu-Daudé · 7 years ago
  20. 2ed61fb sdcard: Display command name when tracing CMD/ACMD by Philippe Mathieu-Daudé · 7 years ago
  21. 586634b sdcard: Do not trace CMD55, except when we already expect an ACMD by Philippe Mathieu-Daudé · 7 years ago
  22. 4e5cc67 sdcard: simplify SD_SEND_OP_COND (ACMD41) by Philippe Mathieu-Daudé · 7 years ago
  23. ad0ade5 sdcard: simplify SEND_IF_COND (CMD8) by Philippe Mathieu-Daudé · 7 years ago
  24. 3116280 sdcard: warn if host uses an incorrect address for APP CMD (CMD55) by Philippe Mathieu-Daudé · 7 years ago
  25. d691148 sdcard: check the card is in correct state for APP CMD (CMD55) by Philippe Mathieu-Daudé · 7 years ago
  26. 946897c sdcard: handles more commands in SPI mode by Philippe Mathieu-Daudé · 7 years ago
  27. a212086 sdcard: use a more descriptive label 'unimplemented_spi_cmd' by Philippe Mathieu-Daudé · 7 years ago
  28. 688491c sdcard: handle the Security Specification commands by Philippe Mathieu-Daudé · 7 years ago
  29. 49fb738 sdcard: handle CMD54 (SDIO) by Philippe Mathieu-Daudé · 7 years ago
  30. da26e3f sdcard: use the registerfields API for the CARD_STATUS register masks by Philippe Mathieu-Daudé · 7 years ago
  31. 3d42fb5 sdcard: use the correct masked OCR in the R3 reply by Philippe Mathieu-Daudé · 7 years ago
  32. 67bfddd sdcard: simplify using the ldst API by Philippe Mathieu-Daudé · 7 years ago
  33. 0aad4fd sdcard: remove commands from unsupported old MMC specification by Philippe Mathieu-Daudé · 7 years ago
  34. 9b7ec55 sdcard: clean the SCR register and add few comments by Philippe Mathieu-Daudé · 7 years ago
  35. d7ecb86 sdcard: fix the 'maximum data transfer rate' to 25MHz by Philippe Mathieu-Daudé · 7 years ago
  36. e8feec8 sdcard: update the CSD CRC register regardless the CSD structure version by Philippe Mathieu-Daudé · 7 years ago
  37. 9273ea61 sdcard: Don't always set the high capacity bit by Philippe Mathieu-Daudé · 7 years ago
  38. 6f29642 sdcard: use the registerfields API to access the OCR register by Philippe Mathieu-Daudé · 7 years ago
  39. 7af8349 sdcard: use G_BYTE from cutils by Philippe Mathieu-Daudé · 7 years ago
  40. f250015 sdcard: define SDMMC_CMD_MAX instead of using the magic '64' by Philippe Mathieu-Daudé · 7 years ago
  41. 814b2ad sdcard: add more trace events by Philippe Mathieu-Daudé · 7 years ago
  42. 5cd5e2e sdcard: replace fprintf() by qemu_hexdump() by Philippe Mathieu-Daudé · 7 years ago
  43. 5592193 sdcard: add a trace event for command responses by Philippe Mathieu-Daudé · 7 years ago
  44. 1b640aa sdcard: replace DPRINTF() by trace events by Philippe Mathieu-Daudé · 7 years ago
  45. d49b1ce sdcard: reorder SDState struct members by Philippe Mathieu-Daudé · 7 years ago
  46. c3abd91 hw/sd/ssi-sd: use the SDBus API, connect the SDCard to the bus by Philippe Mathieu-Daudé · 7 years ago
  47. 3d0369b hw/sd/milkymist-memcard: expose a SDBus and connect the SDCard to it by Philippe Mathieu-Daudé · 7 years ago
  48. 85fd6e5 hw/sd/milkymist-memcard: split realize() out of SysBusDevice init() by Philippe Mathieu-Daudé · 7 years ago
  49. d9f98aa hw/sd/milkymist-memcard: use qemu_log_mask() by Philippe Mathieu-Daudé · 7 years ago
  50. 1e23b63 sdhci: add Spec v4.2 register definitions by Philippe Mathieu-Daudé · 7 years ago
  51. da34692 sdhci: implement CMD/DAT[] fields in the Present State register by Philippe Mathieu-Daudé · 7 years ago
  52. 0034ebe sdhci: implement UHS-I voltage switch by Philippe Mathieu-Daudé · 7 years ago
  53. 238cd93 sdbus: add trace events by Philippe Mathieu-Daudé · 7 years ago
  54. ea55a22 sdhci: implement the Host Control 2 register (tuning sequence) by Philippe Mathieu-Daudé · 7 years ago
  55. 06c5120 sdhci: rename the hostctl1 register by Philippe Mathieu-Daudé · 7 years ago
  56. 4d67852 sdhci: add support for v3 capabilities by Philippe Mathieu-Daudé · 7 years ago
  57. 0540fba sdhci: check Spec v2 capabilities (DMA and 64-bit bus) by Philippe Mathieu-Daudé · 7 years ago
  58. 04654b5 sdhci: Fix 64-bit ADMA2 by Sai Pavan Boddu · 7 years ago
  59. bf8ec38 sdhci: replace DMA magic value by BLOCK_SIZE_MASK by Philippe Mathieu-Daudé · 7 years ago
  60. 6ff37c3 sdhci: check the Spec v1 capabilities correctness by Philippe Mathieu-Daudé · 7 years ago
  61. 09b738f sdhci: simplify sdhci_get_fifolen() by Philippe Mathieu-Daudé · 7 years ago
  62. aa164fb sdhci: use a numeric value for the default CAPAB register by Philippe Mathieu-Daudé · 7 years ago
  63. aceb5b0 sdhci: add a 'spec_version property' (default to v2) by Philippe Mathieu-Daudé · 7 years ago
  64. ab958e3 sdhci: use error_propagate(local_err) in realize() by Philippe Mathieu-Daudé · 7 years ago
  65. 7e0019a Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-02-07-v4' into staging by Peter Maydell · 7 years ago
  66. e688df6 Include qapi/error.h exactly where needed by Markus Armbruster · 7 years ago
  67. fd1e5c8 sdhci: Add i.MX specific subtype of SDHCI by Andrey Smirnov · 7 years ago
  68. 4e82512 hw/sd: Replace fprintf(stderr, "*\n" with DPRINTF() by Alistair Francis · 7 years ago
  69. 02e57e1 sdhci: fix a NULL pointer dereference due to uninitialized AddresSpace object by Philippe Mathieu-Daudé · 7 years ago
  70. 60765b6 sdhci: add a 'dma' property to the sysbus devices by Philippe Mathieu-Daudé · 7 years ago
  71. dd55c48 sdhci: fix the PCI device, using the PCI address space for DMA by Philippe Mathieu-Daudé · 7 years ago
  72. 5d2c046 sdhci: Implement write method of ACMD12ERRSTS register by Andrey Smirnov · 7 years ago
  73. 5efc901 sdhci: fix CAPAB/MAXCURR registers, both are 64bit and read-only by Philippe Mathieu-Daudé · 7 years ago
  74. cd20942 sdhci: rename the SDHC_CAPAB register by Philippe Mathieu-Daudé · 7 years ago
  75. 24bddf9 sdhci: move MASK_TRNMOD with other SDHC_TRN* defines in "sd-internal.h" by Philippe Mathieu-Daudé · 7 years ago
  76. 8be487d sdhci: convert the DPRINT() calls into trace events by Philippe Mathieu-Daudé · 7 years ago
  77. 00b004b sdhci: use qemu_log_mask(UNIMP) instead of fprintf() by Philippe Mathieu-Daudé · 7 years ago
  78. 8b7455c sdhci: refactor common sysbus/pci unrealize() into sdhci_common_unrealize() by Philippe Mathieu-Daudé · 7 years ago
  79. 2536749 sdhci: refactor common sysbus/pci realize() into sdhci_common_realize() by Philippe Mathieu-Daudé · 7 years ago
  80. 1c92c50 sdhci: refactor common sysbus/pci class_init() into sdhci_common_class_init() by Philippe Mathieu-Daudé · 7 years ago
  81. b635d98 sdhci: use DEFINE_SDHCI_COMMON_PROPERTIES() for common sysbus/pci properties by Philippe Mathieu-Daudé · 7 years ago
  82. 0360395 sdhci: remove dead code by Philippe Mathieu-Daudé · 7 years ago
  83. f82a0f4 sdhci: clean up includes by Philippe Mathieu-Daudé · 7 years ago
  84. ecd219f hw/sd/omap_mmc: Reset SD card on controller reset by Peter Maydell · 7 years ago
  85. 8046d44 hw/sd/ssi-sd: Reset SD card on controller reset by Peter Maydell · 7 years ago
  86. 16bf0e0 hw/sd/milkymist-memcard: Reset SD card on controller reset by Peter Maydell · 7 years ago
  87. 0cb57cc hw/sd/pl181: Reset SD card on controller reset by Peter Maydell · 7 years ago
  88. 487b406 hw/sd/pxa2xx_mmci: add read/write() trace events by Philippe Mathieu-Daudé · 7 years ago
  89. fd3b02c pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices by Eduardo Habkost · 8 years ago
  90. 8573378 hw/sd: fix out-of-bounds check for multi block reads by Michael Olbrich · 7 years ago
  91. 8908eb1 trace-events: fix code style: print 0x before hex numbers by Vladimir Sementsov-Ogievskiy · 8 years ago
  92. 87e0331 docs: fix broken paths to docs/devel/tracing.txt by Philippe Mathieu-Daudé · 8 years ago
  93. bdbae0e generic-sdhci: Remove user_creatable flag by Eduardo Habkost · 8 years ago
  94. e4f4fb1 sysbus: Set user_creatable=false by default on TYPE_SYS_BUS_DEVICE by Eduardo Habkost · 8 years ago
  95. e90f2a8 qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable by Eduardo Habkost · 8 years ago
  96. b9fe313 Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging by Peter Maydell · 8 years ago
  97. a17c17a hw/block: Request permissions by Kevin Wolf · 8 years ago
  98. 39829a0 block: Allow error return in BlockDevOps.change_media_cb() by Kevin Wolf · 8 years ago
  99. 97fb87c hw/sd: add card-reparenting function by Clement Deschamps · 8 years ago
  100. 43ddc18 bcm2835_sdhost: add bcm2835 sdhost controller by Clement Deschamps · 8 years ago