1. e3382ef sd.h: Move sd.h to include/hw/sd/ by Sai Pavan Boddu · 9 years ago
  2. 67cc32e typofixes - v4 by Veres Lajos · 10 years ago
  3. 9f9bdf4 sysbus: Make devices picking up backends unavailable with -device by Markus Armbruster · 10 years ago
  4. af9e40a hw: Mark devices picking up block backends actively FIXME by Markus Armbruster · 10 years ago
  5. 4be7463 hw: Convert from BlockDriverState to BlockBackend, mostly by Markus Armbruster · 10 years ago
  6. fa1d36d block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo() by Markus Armbruster · 10 years ago
  7. 837d371 sysbus: Set cannot_instantiate_with_device_add_yet by Markus Armbruster · 11 years ago
  8. efec3dd qdev: Replace no_user by cannot_instantiate_with_device_add_yet by Markus Armbruster · 11 years ago
  9. 4f8a066 blockdev: Remove IF_* check for read-only blockdev_init by Kevin Wolf · 12 years ago
  10. 630f444 pl181: QOM cast cleanup by Andreas Färber · 12 years ago
  11. 1d998d9 pl181: Rename pl181_state to PL181State by Andreas Färber · 12 years ago
  12. 8827b0f sd/pl181.c: Avoid undefined shift behaviour in RWORD macro by Peter Maydell · 12 years ago
  13. 2977673 hw/s*: pass owner to memory_region_init* functions by Paolo Bonzini · 12 years ago
  14. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  15. 6790f59 sd: pass bool parameter for sd_init by liguang · 12 years ago
  16. 49ab747 hw: move target-independent files to subdirectories by Paolo Bonzini · 12 years ago[Renamed from hw/pl181.c]
  17. 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
  18. 8c43a6f Make all static TypeInfos const by Andreas Färber · 12 years ago
  19. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  20. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  21. 9351d70 hw/pl181: Use LOG_UNIMP and LOG_GUEST_ERROR by Peter Maydell · 12 years ago
  22. 83f7d43 qom: Unify type registration by Andreas Färber · 13 years ago
  23. 39bffca qdev: register all types natively through QEMU Object Model by Anthony Liguori · 13 years ago
  24. 999e12b sysbus: apic: ioapic: convert to QEMU Object Model by Anthony Liguori · 13 years ago
  25. 624923b hw/pl181.c: Add save/load support by Peter Maydell · 13 years ago
  26. 66a0a2c fix spelling in hw sub directory by Dong Xu Wang · 13 years ago
  27. 750ecd4 sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() by Avi Kivity · 13 years ago
  28. ca45842 pl181: convert to memory API by Avi Kivity · 13 years ago
  29. 8e31bf3 Correct spelling of licensed by Matthew Fernandez · 14 years ago
  30. c31a472 hw/pl181: Implement GPIO output pins for card status by Peter Maydell · 14 years ago
  31. 1383997 blockdev: New drive_get_next(), replacing qdev_init_bdrv() by Markus Armbruster · 14 years ago
  32. 2507c12 Add endianness as io mem parameter by Alexander Graf · 14 years ago
  33. 7b370f5 qdev: Move declaration of qdev_init_bdrv() into qdev.h by Markus Armbruster · 15 years ago
  34. f21126d Fix arm-softmmu compile by Blue Swirl · 15 years ago
  35. bc3b26f PL181 write fix by Paul Brook · 15 years ago
  36. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  37. 99a0949 Get rid of _t suffix by malc · 15 years ago
  38. 81a322d qdev: add return value to init() callbacks. by Gerd Hoffmann · 16 years ago
  39. d60efc6 Make CPURead/WriteFunc structure 'const' by Blue Swirl · 16 years ago
  40. a08d436 Revert "Introduce reset notifier order" by Jan Kiszka · 16 years ago
  41. 1eed09c Remove io_index argument from cpu_register_io_memory() by Avi Kivity · 16 years ago
  42. 8217606 Introduce reset notifier order by Jan Kiszka · 16 years ago
  43. aa9311d PL181 qdev conversion by Paul Brook · 16 years ago
  44. 001faf3 Replace gcc variadic macro extension with C99 version by Blue Swirl · 16 years ago
  45. bc24a22 Follow coding conventions by Paul Brook · 16 years ago
  46. 2ac7117 Replace cpu_abort with hw_error by Paul Brook · 16 years ago
  47. 8da3ff1 Change MMIO callbacks to use offsets, not absolute addresses. by pbrook · 16 years ago
  48. 775616c Partial SD card SPI mode support. by pbrook · 17 years ago
  49. 87ecb68 Break up vl.h. by pbrook · 17 years ago
  50. 4d1165f Fix 64-bit host printf format mismatches. by pbrook · 17 years ago
  51. 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 18 years ago
  52. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 18 years ago
  53. aa1f17c Spelling fixes, by Stefan Weil. by ths · 18 years ago
  54. 6361cdb ARM PL181 MMCI fixes. by pbrook · 18 years ago
  55. 187337f Fix off-by-one memory region sizes. by pbrook · 18 years ago
  56. d537cf6 Unify IRQ handling. by pbrook · 18 years ago
  57. 42a1089 Use correct type for card field. by pbrook · 18 years ago
  58. a1bb27b SD card emulation (initial implementation by Andrzei Zaborowski). by pbrook · 18 years ago