1. fa34a3c Use DECLARE_*CHECKER* when possible (--force mode) by Eduardo Habkost · 4 years, 6 months ago
  2. db1015e Move QOM typedefs and add missing includes by Eduardo Habkost · 4 years, 6 months ago
  3. 2d8eb5f pxa2xx: Move QOM macros to header by Eduardo Habkost · 4 years, 6 months ago
  4. 8467f62 hw/sd: Rename sdbus_read_data() as sdbus_read_byte() by Philippe Mathieu-Daudé · 4 years, 7 months ago
  5. 3901714 hw/sd: Rename sdbus_write_data() as sdbus_write_byte() by Philippe Mathieu-Daudé · 4 years, 7 months ago
  6. a0e6398 hw/sd/pxa2xx_mmci: Trivial simplification by Philippe Mathieu-Daudé · 4 years, 8 months ago
  7. d7ebca7 hw/sd/pxa2xx_mmci: Do not create SD card within the SD host controller by Philippe Mathieu-Daudé · 4 years, 8 months ago
  8. 17d26ac sd/pxa2xx_mmci: Don't crash on pxa2xx_mmci_init() error by Markus Armbruster · 4 years, 8 months ago
  9. 934df91 qdev: Make qdev_prop_set_drive() match the other helpers by Markus Armbruster · 4 years, 8 months ago
  10. 3c6ef47 sysbus: Convert to sysbus_realize() etc. with Coccinelle by Markus Armbruster · 4 years, 9 months ago
  11. 3e80f69 qdev: Convert uses of qdev_create() with Coccinelle by Markus Armbruster · 4 years, 9 months ago
  12. 71e5770 sd/pxa2xx_mmci: Fix to realize "pxa2xx-mmci" device by Markus Armbruster · 4 years, 9 months ago
  13. 5217f18 error: Use error_reportf_err() where appropriate by Markus Armbruster · 4 years, 10 months ago
  14. a27bd6c Include hw/qdev-properties.h less by Markus Armbruster · 6 years ago
  15. 650d103 Include hw/hw.h exactly where needed by Markus Armbruster · 6 years ago
  16. d645427 Include migration/vmstate.h less by Markus Armbruster · 6 years ago
  17. 64552b6 Include hw/irq.h a lot less by Markus Armbruster · 6 years ago
  18. 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
  19. 487b406 hw/sd/pxa2xx_mmci: add read/write() trace events by Philippe Mathieu-Daudé · 7 years ago
  20. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  21. 6002915 hw/sd/pxa2xx_mmci: Add reset function by Peter Maydell · 9 years ago
  22. 19d25e0 hw/sd/pxa2xx_mmci: Convert to VMStateDescription by Peter Maydell · 9 years ago
  23. a9563e7 hw/sd/pxa2xx_mmci: Update to use new SDBus APIs by Peter Maydell · 9 years ago
  24. 7a9468c hw/sd/pxa2xx_mmci: convert to SysBusDevice object by Peter Maydell · 9 years ago
  25. 8ef94f0 arm: Clean up includes by Peter Maydell · 9 years ago
  26. e3382ef sd.h: Move sd.h to include/hw/sd/ by Sai Pavan Boddu · 9 years ago
  27. 13e1e47 hw/sd/pxa2xx_mmci: Stop using old_mmio in MemoryRegionOps by Peter Maydell · 10 years ago
  28. 4be7463 hw: Convert from BlockDriverState to BlockBackend, mostly by Markus Armbruster · 10 years ago
  29. 4f8a066 blockdev: Remove IF_* check for read-only blockdev_init by Kevin Wolf · 11 years ago
  30. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  31. 6790f59 sd: pass bool parameter for sd_init by liguang · 12 years ago
  32. 8ac5c65 hw: move SD/MMC devices to hw/sd/, configure with default-configs/ by Paolo Bonzini · 12 years ago[Renamed from hw/pxa2xx_mmci.c]
  33. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  34. 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
  35. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  36. 6b620ca prepare for future GPLv2+ relicensing by Paolo Bonzini · 13 years ago
  37. 2bf9045 pxa2xx_mmci: convert to memory API by Benoît Canet · 13 years ago
  38. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  39. 2115c01 pxa2xx_dma: port to qdev/vmstate by Andrzej Zaborowski · 14 years ago
  40. 2507c12 Add endianness as io mem parameter by Alexander Graf · 14 years ago
  41. 0be71e3 savevm: Add DeviceState param by Alex Williamson · 15 years ago
  42. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  43. 99a0949 Get rid of _t suffix by malc · 15 years ago
  44. d60efc6 Make CPURead/WriteFunc structure 'const' by Blue Swirl · 16 years ago
  45. 1eed09c Remove io_index argument from cpu_register_io_memory() by Avi Kivity · 16 years ago
  46. bc24a22 Follow coding conventions by Paul Brook · 16 years ago
  47. 2ac7117 Replace cpu_abort with hw_error by Paul Brook · 16 years ago
  48. 8da3ff1 Change MMIO callbacks to use offsets, not absolute addresses. by pbrook · 16 years ago
  49. c81b740 Fix SD init arguments. by pbrook · 17 years ago
  50. 775616c Partial SD card SPI mode support. by pbrook · 17 years ago
  51. e1dad5a Better STOPINTR bit semantics in the PXA2xx DMA. by balrog · 17 years ago
  52. 87ecb68 Break up vl.h. by pbrook · 17 years ago
  53. 02ce600 Convert SD cards code to use qemu_irq too. by balrog · 17 years ago
  54. 187337f Fix off-by-one memory region sizes. by pbrook · 18 years ago
  55. aa941b9 Savevm/loadvm bits for ARM core, the PXA2xx peripherals and Spitz hardware. by balrog · 18 years ago
  56. a171fe3 Add remaining PXA2xx on-chip peripherals except I2C master. by balrog · 18 years ago