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