1. ec1efab hw/misc/arm_sysctl: Fix bad boundary check on mb clock accesses by Peter Maydell · 11 years ago
  2. bc72ad6 aio / timers: Switch entire codebase to the new timer API by Alex Bligh · 12 years ago
  3. ba4ea5b arm_sysctl: QOM cast cleanup by Andreas Färber · 12 years ago
  4. 3c16154 hw/m*: pass owner to memory_region_init* functions by Paolo Bonzini · 12 years ago
  5. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  6. e28bee8 hw: move other devices to hw/misc/, configure with default-configs/ by Paolo Bonzini · 12 years ago[Renamed from hw/arm_sysctl.c]
  7. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  8. 1f81f94 hw/arm_sysctl: Implement SYS_CFG_OSC function by Peter Maydell · 12 years ago
  9. 8bd4824 hw/arm_sysctl: Implement SYS_CFG_VOLT by Peter Maydell · 12 years ago
  10. 1f56f50 hw/arm_sysctl: Convert from qdev init to instance_init by Peter Maydell · 12 years ago
  11. 291155c hw/arm_sysctl: Implement SYS_CFG_DVIMODE as a no-op by Peter Maydell · 12 years ago
  12. 8ff05c9 hw/arm_sysctl: Implement SYS_CFG_MUXFPGA writes as a no-op by Peter Maydell · 12 years ago
  13. 7153832 hw/arm_sysctl: Handle SYS_CFGCTRL in a more structured way by Peter Maydell · 12 years ago
  14. 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
  15. 706872a hw/arm_sysctl: Clear sysctl cfgctrl start bit by Christoffer Dall · 12 years ago
  16. bf4229d hw/arm_sysctl.c: Add missing 'break' statements by Peter Maydell · 12 years ago
  17. 1356b98 sysbus: Drop sysbus_from_qdev() cast macro by Andreas Färber · 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. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  21. 0c896f0 hw/arm_sysctl: Use LOG_GUEST_ERROR by Peter Maydell · 12 years ago
  22. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  23. 54de1e5 hw/arm_sysctl: Drop legacy init function by Peter Maydell · 13 years ago
  24. 83f7d43 qom: Unify type registration by Andreas Färber · 13 years ago
  25. 39bffca qdev: register all types natively through QEMU Object Model by Anthony Liguori · 13 years ago
  26. 999e12b sysbus: apic: ioapic: convert to QEMU Object Model by Anthony Liguori · 13 years ago
  27. 750ecd4 sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() by Avi Kivity · 13 years ago
  28. b2887c4 hw/arm_sysctl: Fix RESETCTL for realview-pb-a8 and -pbx-a9 by Jean-Christophe DUBOIS · 13 years ago
  29. 460d7c5 arm_sysctl: convert to memory API by Avi Kivity · 14 years ago
  30. 242ea2c versatilepb: Implement SYS_CLCD mux control register bits by Peter Maydell · 14 years ago
  31. 8e31bf3 Correct spelling of licensed by Matthew Fernandez · 14 years ago
  32. aa315f9 Merge branch 'for-anthony' of git://github.com/bonzini/qemu by Aurelien Jarno · 14 years ago
  33. 34933c8 hw/arm_sysctl.c: Add the Versatile Express system registers by Peter Maydell · 14 years ago
  34. 7447545 change all other clock references to use nanosecond resolution accessors by Paolo Bonzini · 14 years ago
  35. b50ff6f hw/arm_sysctl.c: Wire MCI register MMC card status bits to GPIO inputs by Peter Maydell · 14 years ago
  36. b5ad0ae arm_sysctl: Implement save/restore by Peter Maydell · 14 years ago
  37. 2507c12 Add endianness as io mem parameter by Alexander Graf · 14 years ago
  38. 26e92f6 Realview/EB procid hacks by Paul Brook · 15 years ago
  39. be0f204 Fix ARM MCore secondary cpu boot by Paul Brook · 15 years ago
  40. e23a1b3 New qdev_init_nofail() by Markus Armbruster · 15 years ago
  41. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  42. 99a0949 Get rid of _t suffix by malc · 15 years ago
  43. 042eb37 Fix Linux task preemption on Versatile board by Daniel Jacobowitz · 15 years ago
  44. 81a322d qdev: add return value to init() callbacks. by Gerd Hoffmann · 16 years ago
  45. d60efc6 Make CPURead/WriteFunc structure 'const' by Blue Swirl · 15 years ago
  46. e325775 qdev/prop: convert arm_sysctl.c to helper macros. by Gerd Hoffmann · 16 years ago
  47. ee6847d qdev: rework device properties. by Gerd Hoffmann · 16 years ago
  48. 1eed09c Remove io_index argument from cpu_register_io_memory() by Avi Kivity · 16 years ago
  49. 82634c2 ARM RealView sytem controller qdev conversion by Paul Brook · 16 years ago
  50. 487414f hw: remove error handling from qemu_malloc() callers (Avi Kivity) by aliguori · 16 years ago
  51. 1d6198c Remove unnecessary trailing newlines by blueswir1 · 16 years ago
  52. 8da3ff1 Change MMIO callbacks to use offsets, not absolute addresses. by pbrook · 16 years ago
  53. 9596ebb Add statics and missing #includes for prototypes. by pbrook · 17 years ago
  54. 87ecb68 Break up vl.h. by pbrook · 17 years ago
  55. 9ee6e8b ARMv7 support. by pbrook · 17 years ago
  56. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
  57. 187337f Fix off-by-one memory region sizes. by pbrook · 18 years ago
  58. f3d6b95 ARM reabbot support (orginal patch by Aurelien Jarno). by pbrook · 18 years ago
  59. e69954b Add ARM RealView Emulation Baseboard. by pbrook · 18 years ago