1. f53977f integrator/cp: add support for REFCNT register by Jan Petrous · 11 years ago
  2. b861605 integrator: fix Linux boot failure by emulating dbg region by Alex Bennée · 11 years ago
  3. c165473 hw: Clean up bogus default boot order by Markus Armbruster · 12 years ago
  4. 99d228d hw/arm/integratorcp: Don't use arm_pic_init_cpu() by Peter Maydell · 12 years ago
  5. 91b6462 integratorcp: QOM cast cleanup for icp_pic_state by Andreas Färber · 12 years ago
  6. 257ec28 integratorcp: QOM cast cleanup for integratorcm_state by Andreas Färber · 12 years ago
  7. 64bde0f hw/a*: pass owner to memory_region_init* functions by Paolo Bonzini · 12 years ago
  8. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  9. bd2be15 arm: fix location of some include files by Peter Maydell · 12 years ago
  10. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  11. 5301821 hw: move boards and other isolated files to hw/ARCH by Paolo Bonzini · 12 years ago[Renamed from hw/integratorcp.c]
  12. 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
  13. e4ada29 Make default boot order machine specific by Avik Sil · 12 years ago
  14. 8c43a6f Make all static TypeInfos const by Andreas Färber · 12 years ago
  15. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  16. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  17. 1422e32 net: reorganize headers by Paolo Bonzini · 12 years ago
  18. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  19. 5f072e1 create struct for machine initialization arguments by Eduardo Habkost · 12 years ago
  20. a005d07 net: Remove VLANState by Stefan Hajnoczi · 13 years ago
  21. 4bd7466 arm_pic: Pass ARMCPU to arm_pic_init_cpu() by Andreas Färber · 13 years ago
  22. 3aaa8df arm_boot: Pass ARMCPU to arm_load_kernel() by Andreas Färber · 13 years ago
  23. 393a9ea integratorcp: Use cpu_arm_init() to obtain ARMCPU by Andreas Färber · 13 years ago
  24. 5ae9330 arm hw/: Don't use CPUState by Andreas Färber · 13 years ago
  25. 22168e6 Remove unnecessary includes of primecell.h by Peter Maydell · 13 years ago
  26. 83f7d43 qom: Unify type registration by Andreas Färber · 13 years ago
  27. 39bffca qdev: register all types natively through QEMU Object Model by Anthony Liguori · 13 years ago
  28. 999e12b sysbus: apic: ioapic: convert to QEMU Object Model by Anthony Liguori · 13 years ago
  29. 563c2bf hw/integratorcp: Simplify flash remap code by Peter Maydell · 13 years ago
  30. 4753dea hw/integratorcp: Fix sense of REMAP bit by Peter Maydell · 13 years ago
  31. c5705a7 vmstate, memory: decouple vmstate from memory API by Avi Kivity · 13 years ago
  32. 750ecd4 sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() by Avi Kivity · 13 years ago
  33. 0c36493 integratorcp: convert control to memory API by Benoît Canet · 13 years ago
  34. 61074e4 integratorcp: convert icp pic to memory API by Benoît Canet · 13 years ago
  35. 71d9bc5 integratorcp: convert core to memory API by Benoît Canet · 13 years ago
  36. df3f457 hw/integratorcp: Fix bugs in writes to CM_CTRL system register by Peter Maydell · 13 years ago
  37. 211adf4 integratorcp: convert to memory API (RAM/flash only) by Avi Kivity · 14 years ago
  38. 01e0451 Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging" by Anthony Liguori · 14 years ago
  39. b3cc496 integratorcp: convert to memory API (RAM/flash only) by Avi Kivity · 14 years ago
  40. 8e31bf3 Correct spelling of licensed by Matthew Fernandez · 14 years ago
  41. a08784d Remove unused sysemu.h include directives by Blue Swirl · 14 years ago
  42. 2507c12 Add endianness as io mem parameter by Alexander Graf · 14 years ago
  43. 1724f04 qemu_ram_alloc: Add DeviceState and name parameters by Alex Williamson · 15 years ago
  44. e23a1b3 New qdev_init_nofail() by Markus Armbruster · 15 years ago
  45. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  46. 99a0949 Get rid of _t suffix by malc · 15 years ago
  47. 81a322d qdev: add return value to init() callbacks. by Gerd Hoffmann · 16 years ago
  48. d60efc6 Make CPURead/WriteFunc structure 'const' by Blue Swirl · 16 years ago
  49. bb36f66 qdev/prop: convert integratorcp.c to helper macros. by Gerd Hoffmann · 16 years ago
  50. ee6847d qdev: rework device properties. by Gerd Hoffmann · 16 years ago
  51. 1eed09c Remove io_index argument from cpu_register_io_memory() by Avi Kivity · 16 years ago
  52. 067a3dd Remove qdev irq sink handling by Paul Brook · 16 years ago
  53. 0c25743 Introduce is_default field for QEMUMachine by Anthony Liguori · 16 years ago
  54. f80f9ec Convert machine registration to use module init functions by Anthony Liguori · 16 years ago
  55. 6a824ec ARM timers qdev conversion by Paul Brook · 16 years ago
  56. a708688 Integrator/CP core qdev conversion by Paul Brook · 16 years ago
  57. aa9311d PL181 qdev conversion by Paul Brook · 16 years ago
  58. a63bdb3 PL031 qdev conversion by Paul Brook · 16 years ago
  59. 86394e9 PL050 qdev conversion by Paul Brook · 16 years ago
  60. a7d518a PL011 qdev conversion by Paul Brook · 16 years ago
  61. 2e9bdce PL110 qdev conversion by Paul Brook · 16 years ago
  62. fbe1b59 Remove vga_ram_size by Paul Brook · 16 years ago
  63. 2ac7117 Replace cpu_abort with hw_error by Paul Brook · 16 years ago
  64. 190cd02 Remove redundant ram_require machine properly. by pbrook · 16 years ago
  65. 7ffab4d Use qemu_ram_alloc. by pbrook · 16 years ago
  66. 487414f hw: remove error handling from qemu_malloc() callers (Avi Kivity) by aliguori · 16 years ago
  67. 3023f33 graphical_console_init change (Stefano Stabellini) by aliguori · 16 years ago
  68. 0ae18ce Check NIC model in some NIC init functions (Mark McLoughlin) by aliguori · 16 years ago
  69. 8da3ff1 Change MMIO callbacks to use offsets, not absolute addresses. by pbrook · 16 years ago
  70. 492c30a Make DMA bottom-half driven (v2) by aliguori · 16 years ago
  71. 3d878ca Set default max_cpus to one. by balrog · 16 years ago
  72. b209700 machine struct - specify max_cpus at the per machine level (Jes Sorensen) by aliguori · 16 years ago
  73. 4b32e16 machine struct - use C99 initializers (Jes Sorensen) by aliguori · 16 years ago
  74. 1235fc0 Spelling fixes, by Stefan Weil. by ths · 17 years ago
  75. 00f82b8 Use correct types to enable > 2G support, based on a patch from Anthony Liguori. by aurel32 · 17 years ago
  76. 7fb4fdc RAM usage information in machine definition. by balrog · 17 years ago
  77. 0387544 Revert "Use correct types to enable > 2G support" (r4238), it is not yet ready. by aurel32 · 17 years ago
  78. 967032c Use correct types to enable > 2G support, based on a patch from Anthony Liguori. by aurel32 · 17 years ago
  79. f93eb9f Move the excess of arm_load_kernel() parameters into a struct. by balrog · 17 years ago
  80. e4bcb14 Add -drive parameter, by Laurent Vivier. by ths · 17 years ago
  81. b881c2c Remove unused parameters from QEMUMachineInitFunc (Laurent Vivier) by blueswir1 · 17 years ago
  82. 87ecb68 Break up vl.h. by pbrook · 17 years ago
  83. 9ee6e8b ARMv7 support. by pbrook · 17 years ago
  84. 4d1165f Fix 64-bit host printf format mismatches. by pbrook · 17 years ago
  85. aaed909 added cpu_model parameter to cpu_init() by bellard · 17 years ago
  86. 6ac0e82 Set boot sequence from command line (Dan Kenigsberg). by balrog · 17 years ago
  87. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
  88. 7e1543c ARM PL031 RTC emulation. by pbrook · 18 years ago
  89. 187337f Fix off-by-one memory region sizes. by pbrook · 18 years ago
  90. c4a7060 New option -net nic,model=? (Mark Glines) by blueswir1 · 18 years ago
  91. 9d55199 Account for machine with RAM which is not mapped at 0x0 in arm_boot.c. by balrog · 18 years ago
  92. d537cf6 Unify IRQ handling. by pbrook · 18 years ago
  93. a1bb27b SD card emulation (initial implementation by Andrzei Zaborowski). by pbrook · 18 years ago
  94. 3371d27 Implement --cpu for ARM. by pbrook · 18 years ago
  95. 94fc95c New -cpu options: choose CPU model for emulated target. by j_mayer · 18 years ago
  96. daf9062 ARM ELF loader. by pbrook · 18 years ago
  97. 29bfb11 Add casts for 64-bit hosts. by pbrook · 18 years ago
  98. 1640695 Add nominal ARM Versatil/AB board emulation. by pbrook · 19 years ago
  99. cdbdb64 ARM Versatile Platform Baseboard emulation. by pbrook · 19 years ago
  100. 9521989 Allow multiple graphics devices. by pbrook · 19 years ago