1. f47cf4e m68k: replace cpu_m68k_init() with cpu_generic_init() by Igor Mammedov · 8 years ago
  2. 98a99ce hw: Use new memory_region_init_{ram, rom, rom_device}() functions by Peter Maydell · 8 years ago
  3. 1cfe48c memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate() by Peter Maydell · 8 years ago
  4. d9ff1d3 hw/char/mcf_uart: QOMify the ColdFire UART by Thomas Huth · 8 years ago
  5. 6ac38ed m68k: QOMify the MCF Fast Ethernet Controller device by Thomas Huth · 8 years ago
  6. cbf061b m68k: change default system clock for m5208evb by Greg Ungerer · 8 years ago
  7. e7ea81c hw/ptimer: Introduce timer policy feature by Dmitry Osipenko · 8 years ago
  8. 4771d75 hw: explicitly include qemu-common.h and cpu.h by Paolo Bonzini · 9 years ago
  9. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  10. 7ef295e loader: Add data swap option to load-elf by Peter Crosthwaite · 9 years ago
  11. d841666 m68k: Clean up includes by Peter Maydell · 9 years ago
  12. 45e6b8b m68k: Remove ELF_MACHINE from cpu.h by Peter Crosthwaite · 10 years ago
  13. e264d29 Use DEFINE_MACHINE() to register all machines by Eduardo Habkost · 10 years ago
  14. f8ed85a Fix bad error handling after memory_region_init_ram() by Markus Armbruster · 9 years ago
  15. 1d5bfde m68k: memory: Replace memory_region_init_ram with memory_region_allocate_system_memory by Dirk Müller · 10 years ago
  16. 25bda50 hw/core/loader: implement address translation in uimage loader by Max Filippov · 10 years ago
  17. 4994653 memory: add parameter errp to memory_region_init_ram by Hu Tao · 11 years ago
  18. 3ef9622 machine: Conversion of QEMUMachineInitArgs to MachineState by Marcel Apfelbaum · 11 years ago
  19. 5c12762 mcf5208: Don't enforce use of kernel for qtest by Andreas Färber · 12 years ago
  20. c165473 hw: Clean up bogus default boot order by Markus Armbruster · 12 years ago
  21. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  22. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  23. 5301821 hw: move boards and other isolated files to hw/ARCH by Paolo Bonzini · 12 years ago[Renamed from hw/mcf5208.c]
  24. 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
  25. 9a6ee9f mcf_intc: Pass M68kCPU to mcf_intc_init() by Andreas Färber · 12 years ago
  26. e4ada29 Make default boot order machine specific by Avik Sil · 12 years ago
  27. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  28. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  29. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  30. 1422e32 net: reorganize headers by Paolo Bonzini · 12 years ago
  31. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  32. 5f072e1 create struct for machine initialization arguments by Eduardo Habkost · 12 years ago
  33. a005d07 net: Remove VLANState by Stefan Hajnoczi · 13 years ago
  34. 7927df3 m68k hw/: Don't use CPUState by Andreas Färber · 13 years ago
  35. 49d4d9b6 ptimer: move declarations to ptimer.h by Paolo Bonzini · 13 years ago
  36. c5705a7 vmstate, memory: decouple vmstate from memory API by Avi Kivity · 13 years ago
  37. 663d944 mcf_intc: convert to memory API by Benoît Canet · 13 years ago
  38. c65fc1d mcf_fec: convert to memory API by Benoît Canet · 13 years ago
  39. aa6e498 mcf_uart: convert to memory API by Benoît Canet · 13 years ago
  40. c378b36 mcf5208: convert to memory API by Avi Kivity · 14 years ago
  41. 01e0451 Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging" by Anthony Liguori · 14 years ago
  42. e33df45 mcf5208: convert to memory API by Avi Kivity · 14 years ago
  43. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  44. 8e31bf3 Correct spelling of licensed by Matthew Fernandez · 14 years ago
  45. 2507c12 Add endianness as io mem parameter by Alexander Graf · 14 years ago
  46. 1724f04 qemu_ram_alloc: Add DeviceState and name parameters by Alex Williamson · 15 years ago
  47. 409dbce load_elf: replace the address addend by a translation function by Aurelien Jarno · 15 years ago
  48. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  49. 99a0949 Get rid of _t suffix by malc · 15 years ago
  50. ca20cf3 Compile loader only once by Blue Swirl · 15 years ago
  51. d60efc6 Make CPURead/WriteFunc structure 'const' by Blue Swirl · 16 years ago
  52. 1eed09c Remove io_index argument from cpu_register_io_memory() by Avi Kivity · 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. fbe1b59 Remove vga_ram_size by Paul Brook · 16 years ago
  56. 2ac7117 Replace cpu_abort with hw_error by Paul Brook · 16 years ago
  57. 190cd02 Remove redundant ram_require machine properly. by pbrook · 16 years ago
  58. dcac967 Use load_image_targphys and avoid phys_ram_base. by pbrook · 16 years ago
  59. 3023f33 graphical_console_init change (Stefano Stabellini) by aliguori · 16 years ago
  60. 0ae18ce Check NIC model in some NIC init functions (Mark McLoughlin) by aliguori · 16 years ago
  61. 8da3ff1 Change MMIO callbacks to use offsets, not absolute addresses. by pbrook · 16 years ago
  62. 5a9154e uImage: rename load_uboot() to load_uimage() (Hollis Blanchard) by aliguori · 16 years ago
  63. 21cafd0 uImage: return base load address (Hollis Blanchard) by aliguori · 16 years ago
  64. 3d878ca Set default max_cpus to one. by balrog · 16 years ago
  65. b209700 machine struct - specify max_cpus at the per machine level (Jes Sorensen) by aliguori · 16 years ago
  66. 4b32e16 machine struct - use C99 initializers (Jes Sorensen) by aliguori · 16 years ago
  67. 00f82b8 Use correct types to enable > 2G support, based on a patch from Anthony Liguori. by aurel32 · 17 years ago
  68. 7fb4fdc RAM usage information in machine definition. by balrog · 17 years ago
  69. 0387544 Revert "Use correct types to enable > 2G support" (r4238), it is not yet ready. by aurel32 · 17 years ago
  70. 967032c Use correct types to enable > 2G support, based on a patch from Anthony Liguori. by aurel32 · 17 years ago
  71. b881c2c Remove unused parameters from QEMUMachineInitFunc (Laurent Vivier) by blueswir1 · 17 years ago
  72. 87ecb68 Break up vl.h. 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. 7e049b8 ColdFire Ethernet support. by pbrook · 18 years ago
  77. 6d9db39 MCF5208 timer fix. by pbrook · 18 years ago
  78. 20dcee9 MCF5208 emulation. by pbrook · 18 years ago