1. 7673bb4 ssi: change ssi_slave_init to be a realize ops by Cédric Le Goater · 9 years ago
  2. b0ad00b Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging by Peter Maydell · 9 years ago
  3. 1374aec trace: split out trace events for hw/sd/ directory by Daniel P. Berrange · 9 years ago
  4. 6dbbe24 milkymist: update specification URLs by Michael Walle · 9 years ago
  5. 0d554cb hw/sd: QOM'ify pl181.c by xiaoqiang zhao · 9 years ago
  6. 03dd024 hw: explicitly include qemu/log.h by Paolo Bonzini · 9 years ago
  7. 12c125c sd: Switch to byte-based block access by Eric Blake · 9 years ago
  8. 73bcb24 Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND by Rutuja Shah · 9 years ago
  9. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  10. fec44a8 sd: Fix "info qtree" on boards with SD cards by Peter Maydell · 9 years ago
  11. 8b41c30 sdhci: Implement DeviceClass reset by Peter Maydell · 9 years ago
  12. 0719e71 sd.c: Handle NULL block backend in sd_get_inserted() by Peter Maydell · 9 years ago
  13. 0a7ac9f sdhci: add quirk property for card insert interrupt status on Raspberry Pi by Andrew Baumann · 9 years ago
  14. 5c1bc9a sdhci: Revert "add optional quirk property to disable card insertion/removal interrupts" by Andrew Baumann · 9 years ago
  15. 9800ad8 hw/sd: use guest error logging rather than fprintf to stderr by Andrew Baumann · 9 years ago
  16. dd26eb4 hw/sd: model a power-up delay, as a workaround for an EDK2 bug by Andrew Baumann · 9 years ago
  17. 4481bbc hw/sd: implement CMD23 (SET_BLOCK_COUNT) for MMC compatibility by Andrew Baumann · 9 years ago
  18. 6002915 hw/sd/pxa2xx_mmci: Add reset function by Peter Maydell · 9 years ago
  19. 19d25e0 hw/sd/pxa2xx_mmci: Convert to VMStateDescription by Peter Maydell · 9 years ago
  20. a9563e7 hw/sd/pxa2xx_mmci: Update to use new SDBus APIs by Peter Maydell · 9 years ago
  21. 7a9468c hw/sd/pxa2xx_mmci: convert to SysBusDevice object by Peter Maydell · 9 years ago
  22. eb4f566 sdhci_sysbus: Create SD card device in users, not the device itself by Peter Maydell · 9 years ago
  23. 40bbc19 hw/sd/sdhci.c: Update to use SDBus APIs by Peter Maydell · 9 years ago
  24. c759a79 hw/sd: Add QOM bus which SD cards plug in to by Peter Maydell · 9 years ago
  25. ba3ed0f hw/sd/sd.c: Convert sd_reset() function into Device reset method by Peter Maydell · 9 years ago
  26. 260bc9d hw/sd/sd.c: QOMify by Peter Maydell · 9 years ago
  27. ac6de31 hw/sd/sdhci.c: Remove x-drive property by Peter Maydell · 9 years ago
  28. 97f4ed3 sd: limit 'req.cmd' while using as an array index by Prasad J Pandit · 9 years ago
  29. 0430891 hw: Clean up includes by Peter Maydell · 9 years ago
  30. 17b7f2d arm devices: Clean up includes by Peter Maydell · 9 years ago
  31. 8ef94f0 arm: Clean up includes by Peter Maydell · 9 years ago
  32. ea99dde lm32: Clean up includes by Peter Maydell · 9 years ago
  33. 8fd0671 ssi: Move ssi.h into a separate directory by Alistair Francis · 9 years ago
  34. 7236975 sdhci: add optional quirk property to disable card insertion/removal interrupts by Andrew Baumann · 9 years ago
  35. 62d32ec sdhci: don't raise a command index error for an unexpected response by Andrew Baumann · 9 years ago
  36. 6890a69 sd: sdhci: Delete over-zealous power check by Peter Crosthwaite · 9 years ago
  37. ba306c7 sd: Mark brittle abuse of blk_attach_dev() FIXME by Markus Armbruster · 9 years ago
  38. 79f2170 sdhci: Sanitize "sdhci-pci" properties for future qomification by Markus Armbruster · 9 years ago
  39. 637d23b sdhci: Split sdhci.h for public and internal device usage by Sai Pavan Boddu · 9 years ago
  40. e3382ef sd.h: Move sd.h to include/hw/sd/ by Sai Pavan Boddu · 9 years ago
  41. 9201bb9 sdhci.c: Limit the maximum block size by Alistair Francis · 9 years ago
  42. 5ec911c sdhci: Pass drive parameter to sdhci-pci via qdev property by Kevin O'Connor · 10 years ago
  43. 7af0fc9 sdhci: Change debug prints to compile unconditionally by Sai Pavan Boddu · 10 years ago
  44. be9c5dd sdhci: use PRIx64 for uint64_t type by Sai Pavan Boddu · 10 years ago
  45. 67cc32e typofixes - v4 by Veres Lajos · 10 years ago
  46. 012aef0 maint: avoid useless "if (foo) free(foo)" pattern by Markus Armbruster · 10 years ago
  47. ef1e1e0 maint: avoid useless "if (foo) free(foo)" pattern by Daniel P. Berrange · 10 years ago
  48. b45c03f arm: Use g_new() & friends where that makes obvious sense by Markus Armbruster · 10 years ago
  49. 13e1e47 hw/sd/pxa2xx_mmci: Stop using old_mmio in MemoryRegionOps by Peter Maydell · 10 years ago
  50. 16b781a hw/sd: Don't pass BlockBackend to sd_reset() by Peter Maydell · 10 years ago
  51. c9d9331 sd: convert sd_normal_command() ffs(3) call to ctz32() by Stefan Hajnoczi · 10 years ago
  52. 9f9bdf4 sysbus: Make devices picking up backends unavailable with -device by Markus Armbruster · 10 years ago
  53. 1910913 sdhci: Make device "sdhci-pci" unavailable with -device by Markus Armbruster · 10 years ago
  54. af9e40a hw: Mark devices picking up block backends actively FIXME by Markus Armbruster · 10 years ago
  55. 77a8257 omap: Fix warnings from Sparse by Stefan Weil · 10 years ago
  56. 9af21db pci: Trivial device model conversions to realize by Markus Armbruster · 10 years ago
  57. e720677 vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR* by Paolo Bonzini · 10 years ago
  58. 224d10f sdhci: Support SDHCI devices on PCI by Kevin O'Connor · 10 years ago
  59. 7302dcd sdhci: Add "sysbus" to sdhci QOM types and methods by Kevin O'Connor · 10 years ago
  60. d368ba4 sdhci: Remove class "virtual" methods by Kevin O'Connor · 10 years ago
  61. c7ff8da sdhci: Set a default frequency clock by Kevin O'Connor · 10 years ago
  62. 4be7463 hw: Convert from BlockDriverState to BlockBackend, mostly by Markus Armbruster · 10 years ago
  63. fa1d36d block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo() by Markus Armbruster · 10 years ago
  64. 9db11ce sd: sdhci: Fix ADMA dma_memory_read access by Peter Crosthwaite · 11 years ago
  65. f3c7d03 hw: Fix qemu_allocate_irqs() leaks by Andreas Färber · 11 years ago
  66. 127a4e1 sdhci: Fix misuse of qemu_free_irqs() by Andreas Färber · 11 years ago
  67. 7179585 hw/sd/sd.c: Drop unused sd_acmd_type[] array by Peter Maydell · 11 years ago
  68. 35d0845 savevm: Remove all the unneeded version_minimum_id_old (rest) by Juan Quintela · 11 years ago
  69. a9c380d ssi-sd: fix buffer overrun on invalid state load by Michael S. Tsirkin · 11 years ago
  70. 1a7d9ee ssi: Convert legacy SSI_SLAVE -> DEVICE casts by Peter Crosthwaite · 11 years ago
  71. 61e8a92 Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' into staging by Peter Maydell · 11 years ago
  72. c7bcc85 qdev: Remove hex8/32/64 property types by Paolo Bonzini · 11 years ago
  73. 1a83874 sdhci: Drop unnecessary #include by Kevin Wolf · 11 years ago
  74. 837d371 sysbus: Set cannot_instantiate_with_device_add_yet by Markus Armbruster · 11 years ago
  75. efec3dd qdev: Replace no_user by cannot_instantiate_with_device_add_yet by Markus Armbruster · 11 years ago
  76. 794cbc2 sd: Avoid access to NULL BlockDriverState by Andreas Färber · 11 years ago
  77. 4f8a066 blockdev: Remove IF_* check for read-only blockdev_init by Kevin Wolf · 12 years ago
  78. bc72ad6 aio / timers: Switch entire codebase to the new timer API by Alex Bligh · 12 years ago
  79. 630f444 pl181: QOM cast cleanup by Andreas Färber · 12 years ago
  80. 1d998d9 pl181: Rename pl181_state to PL181State by Andreas Färber · 12 years ago
  81. 7a239e4 milkymist-memcard: QOM cast cleanup by Andreas Färber · 12 years ago
  82. 8827b0f sd/pl181.c: Avoid undefined shift behaviour in RWORD macro by Peter Maydell · 12 years ago
  83. 2977673 hw/s*: pass owner to memory_region_init* functions by Paolo Bonzini · 12 years ago
  84. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  85. 6790f59 sd: pass bool parameter for sd_init by liguang · 12 years ago
  86. df32fd1 dma: eliminate DMAContext by Paolo Bonzini · 12 years ago
  87. 37ab4a5 sd/sd.c: Fix "inquiry" ACMD41 by Peter Crosthwaite · 12 years ago
  88. 1d32c26 sd/sdhci:ADMA: fix interrupt by Peter Crosthwaite · 12 years ago
  89. 677ff2a sd/sdhci.c: Fix bdata_read DPRINT message by Peter Crosthwaite · 12 years ago
  90. dcdb4cd sd/sdhci: Fix Buffer Write Ready interrupt by Peter Crosthwaite · 12 years ago
  91. 656f416 sd/sdhci.c: Only reset data_count on new commands by Peter Crosthwaite · 12 years ago
  92. e03ba13 Typo, spelling and grammatical fixes by Peter Maydell · 12 years ago
  93. 47b43a1 hw: move private headers to hw/ subdirectories. by Paolo Bonzini · 12 years ago
  94. 8ac5c65 hw: move SD/MMC devices to hw/sd/, configure with default-configs/ by Paolo Bonzini · 12 years ago
  95. 49ab747 hw: move target-independent files to subdirectories by Paolo Bonzini · 12 years ago
  96. 1fd6bb4 hw: make subdirectories for devices by Paolo Bonzini · 12 years ago