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