1. 307119b hw/sd: Constify VMState by Richard Henderson · 12 months ago
  2. 88d2198 hw/sd: Declare QOM types using DEFINE_TYPES() macro by Philippe Mathieu-Daudé · 1 year, 2 months ago
  3. 36aa285 hw/sd/ssi-sd: Do not create SD card within controller's realize by Markus Armbruster · 3 years, 1 month ago
  4. d637e1d qbus: Rename qbus_create_inplace() to qbus_init() by Peter Maydell · 3 years, 3 months ago
  5. 1767469 hw/sd: ssi-sd: Handle the rest commands with R1b response type by Bin Meng · 3 years, 11 months ago
  6. 5b45a36 hw/sd: ssi-sd: Fix STOP_TRANSMISSION (CMD12) response by Bin Meng · 3 years, 11 months ago
  7. 6ae29af hw/sd: ssi-sd: Fix SEND_IF_COND (CMD8) response by Bin Meng · 3 years, 11 months ago
  8. d56f3ef hw/sd: ssi-sd: Support multiple block write by Bin Meng · 3 years, 11 months ago
  9. 5020e3c hw/sd: ssi-sd: Support single block write by Bin Meng · 3 years, 11 months ago
  10. 1365d86 hw/sd: ssi-sd: Support multiple block read by Bin Meng · 3 years, 11 months ago
  11. bc1edaf hw/sd: ssi-sd: Use macros for the dummy value and tokens in the transfer by Bin Meng · 4 years ago
  12. 1fb85c4 hw/sd: ssi-sd: Fix the wrong command index for STOP_TRANSMISSION by Bin Meng · 4 years ago
  13. 3a67cbe hw/sd: ssi-sd: Add a state representing Nac by Bin Meng · 4 years ago
  14. 2d174cc hw/sd: ssi-sd: Suffix a data block with CRC16 by Bin Meng · 4 years ago
  15. 281c5c9 hw/sd: ssi-sd: Fix incorrect card response sequence by Bin Meng · 4 years ago
  16. ec7e429 hw/ssi: Rename SSI 'slave' as 'peripheral' by Philippe Mathieu-Daudé · 4 years, 2 months ago
  17. 8063396 Use OBJECT_DECLARE_SIMPLE_TYPE when possible by Eduardo Habkost · 4 years, 3 months ago
  18. 8110fa1 Use DECLARE_*CHECKER* macros by Eduardo Habkost · 4 years, 4 months ago
  19. db1015e Move QOM typedefs and add missing includes by Eduardo Habkost · 4 years, 4 months ago
  20. 8467f62 hw/sd: Rename sdbus_read_data() as sdbus_read_byte() by Philippe Mathieu-Daudé · 4 years, 4 months ago
  21. de1b380 sd: Use ERRP_GUARD() by Vladimir Sementsov-Ogievskiy · 4 years, 6 months ago
  22. 0c0e618 qdev: Use returned bool to check for failure, Coccinelle part by Markus Armbruster · 4 years, 6 months ago
  23. 778a2dc qom: Use returned bool to check for failure, Coccinelle part by Markus Armbruster · 4 years, 6 months ago
  24. 5325cc3 qom: Put name parameter before value / visitor parameter by Markus Armbruster · 4 years, 6 months ago
  25. 118bfd7 qdev: Use returned bool to check for qdev_realize() etc. failure by Markus Armbruster · 4 years, 6 months ago
  26. 213f63d Replace uses of FROM_SSI_SLAVE() macro with QOM casts by Peter Maydell · 4 years, 6 months ago
  27. 934df91 qdev: Make qdev_prop_set_drive() match the other helpers by Markus Armbruster · 4 years, 6 months ago
  28. 3e80f69 qdev: Convert uses of qdev_create() with Coccinelle by Markus Armbruster · 4 years, 6 months ago
  29. 709dfb6 hw/sd/ssi-sd: fix error handling in ssi_sd_realize by Vladimir Sementsov-Ogievskiy · 4 years, 9 months ago
  30. a27bd6c Include hw/qdev-properties.h less by Markus Armbruster · 5 years ago
  31. d645427 Include migration/vmstate.h less by Markus Armbruster · 5 years ago
  32. 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
  33. 6afa968 hw/sd: Use the QOM BUS() macro to access BusState.qbus by Philippe Mathieu-Daudé · 6 years ago
  34. 61e9e3c ssi-sd: Make devices picking up backends unavailable with -device by Markus Armbruster · 6 years ago
  35. b3141c0 sdcard: Use the ldst API by Philippe Mathieu-Daudé · 6 years ago
  36. 0304f9e hw: Do not include "sysemu/block-backend.h" if it is not necessary by Philippe Mathieu-Daudé · 7 years ago
  37. c3abd91 hw/sd/ssi-sd: use the SDBus API, connect the SDCard to the bus by Philippe Mathieu-Daudé · 7 years ago
  38. 8046d44 hw/sd/ssi-sd: Reset SD card on controller reset by Peter Maydell · 7 years ago
  39. 2ccfd33 vmstateify ssi-sd by Dr. David Alan Gilbert · 8 years ago
  40. 7673bb4 ssi: change ssi_slave_init to be a realize ops by Cédric Le Goater · 8 years ago
  41. 0430891 hw: Clean up includes by Peter Maydell · 9 years ago
  42. 8fd0671 ssi: Move ssi.h into a separate directory by Alistair Francis · 9 years ago
  43. e3382ef sd.h: Move sd.h to include/hw/sd/ by Sai Pavan Boddu · 9 years ago
  44. af9e40a hw: Mark devices picking up block backends actively FIXME by Markus Armbruster · 10 years ago
  45. 4be7463 hw: Convert from BlockDriverState to BlockBackend, mostly by Markus Armbruster · 10 years ago
  46. fa1d36d block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo() by Markus Armbruster · 10 years ago
  47. a9c380d ssi-sd: fix buffer overrun on invalid state load by Michael S. Tsirkin · 11 years ago
  48. 1a7d9ee ssi: Convert legacy SSI_SLAVE -> DEVICE casts by Peter Crosthwaite · 11 years ago
  49. 4f8a066 blockdev: Remove IF_* check for read-only blockdev_init by Kevin Wolf · 11 years ago
  50. 6790f59 sd: pass bool parameter for sd_init by liguang · 12 years ago
  51. 49ab747 hw: move target-independent files to subdirectories by Paolo Bonzini · 12 years ago[Renamed from hw/ssi-sd.c]
  52. 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
  53. 8c43a6f Make all static TypeInfos const by Andreas Färber · 12 years ago
  54. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  55. 8120e71 stellaris: Removed SSI mux by Peter A. G. Crosthwaite · 12 years ago
  56. 6653095 ssi: Implemented CS behaviour by Peter A. G. Crosthwaite · 12 years ago
  57. 83f7d43 qom: Unify type registration by Andreas Färber · 13 years ago
  58. 39bffca qdev: register all types natively through QEMU Object Model by Anthony Liguori · 13 years ago
  59. cd6c4cf ssi: convert to QEMU Object Model by Anthony Liguori · 13 years ago
  60. 6b620ca prepare for future GPLv2+ relicensing by Paolo Bonzini · 13 years ago
  61. 8e31bf3 Correct spelling of licensed by Matthew Fernandez · 13 years ago
  62. 1383997 blockdev: New drive_get_next(), replacing qdev_init_bdrv() by Markus Armbruster · 14 years ago
  63. 0be71e3 savevm: Add DeviceState param by Alex Williamson · 14 years ago
  64. 7b370f5 qdev: Move declaration of qdev_init_bdrv() into qdev.h by Markus Armbruster · 15 years ago
  65. 81a322d qdev: add return value to init() callbacks. by Gerd Hoffmann · 15 years ago
  66. 074f2ff qdev: move name+size into DeviceInfo (v2) by Gerd Hoffmann · 16 years ago
  67. 5493e33 Stellaris SSI qdev conversion by Paul Brook · 16 years ago
  68. 001faf3 Replace gcc variadic macro extension with C99 version by Blue Swirl · 16 years ago
  69. bc24a22 Follow coding conventions by Paul Brook · 16 years ago
  70. 1d6198c Remove unnecessary trailing newlines by blueswir1 · 16 years ago
  71. 23e3929 Save/restore for stellaris boards. by pbrook · 16 years ago
  72. 775616c Partial SD card SPI mode support. by pbrook · 17 years ago