1. a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
  2. 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
  3. 5617378 m68k-softmmu.mak: express dependencies with Kconfig by Paolo Bonzini · 6 years ago
  4. 9533dcd ptimer: express dependencies with Kconfig by Paolo Bonzini · 6 years ago
  5. 82f5181 kconfig: introduce kconfig files by Paolo Bonzini · 6 years ago
  6. 9f04e1d hw/m68k/mcf5208: Support loading of bios images by Thomas Huth · 6 years ago
  7. 48a166c hw/m68k/Makefile.objs: Conditionally build boards by Ákos Kovács · 6 years ago
  8. 4366e1d elf: Add optional function ptr to load_elf() to parse ELF notes by Liam Merwick · 6 years ago
  9. 4dab9c7 hw/m68k: Use the IEC binary prefix definitions by Philippe Mathieu-Daudé · 7 years ago
  10. bb42879 hw/m68k/mcf5206: Convert away from old_mmio by Peter Maydell · 7 years ago
  11. ab72827 hw: Do not include "exec/address-spaces.h" if it is not necessary by Philippe Mathieu-Daudé · 7 years ago
  12. 83dc62f hw/m68k/mcf5208: Fix trivial typo in board description by Thomas Huth · 7 years ago
  13. 9bca0ed Change references to serial_hds[] to serial_hd() by Peter Maydell · 7 years ago
  14. ddbcc16 m68k: mcf5208: use generic cpu_model parsing by Igor Mammedov · 7 years ago
  15. 25a20b3 m68k: an5206: use generic cpu_model parsing by Igor Mammedov · 7 years ago
  16. d3c9218 M68K: use g_new() family of functions by Marc-André Lureau · 7 years ago
  17. 45876e9 hw/m68k: Replace fprintf(stderr, "*\n" with error_report() by Alistair Francis · 7 years ago
  18. 4482e05 cpu: make cpu_generic_init() abort QEMU on error by Igor Mammedov · 7 years ago
  19. f47cf4e m68k: replace cpu_m68k_init() with cpu_generic_init() by Igor Mammedov · 8 years ago
  20. 98a99ce hw: Use new memory_region_init_{ram, rom, rom_device}() functions by Peter Maydell · 8 years ago
  21. 1cfe48c memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate() by Peter Maydell · 8 years ago
  22. 88b8698 hw/m68k: QOMify the ColdFire interrupt controller by Thomas Huth · 8 years ago
  23. 22f2dbe hw/m68k: Remove dummy machine by Thomas Huth · 8 years ago
  24. d9ff1d3 hw/char/mcf_uart: QOMify the ColdFire UART by Thomas Huth · 8 years ago
  25. 6ac38ed m68k: QOMify the MCF Fast Ethernet Controller device by Thomas Huth · 8 years ago
  26. cbf061b m68k: change default system clock for m5208evb by Greg Ungerer · 8 years ago
  27. e7ea81c hw/ptimer: Introduce timer policy feature by Dmitry Osipenko · 8 years ago
  28. 4771d75 hw: explicitly include qemu-common.h and cpu.h by Paolo Bonzini · 9 years ago
  29. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  30. 7ef295e loader: Add data swap option to load-elf by Peter Crosthwaite · 9 years ago
  31. d841666 m68k: Clean up includes by Peter Maydell · 9 years ago
  32. c525436 hw: Don't use hw_error() for machine initialization errors by Markus Armbruster · 9 years ago
  33. 45e6b8b m68k: Remove ELF_MACHINE from cpu.h by Peter Crosthwaite · 10 years ago
  34. e264d29 Use DEFINE_MACHINE() to register all machines by Eduardo Habkost · 9 years ago
  35. f8ed85a Fix bad error handling after memory_region_init_ram() by Markus Armbruster · 9 years ago
  36. 8c52f0c m68k: implement more ColdFire 5208 interrupt controller functionality by Greg Ungerer · 10 years ago
  37. 1d5bfde m68k: memory: Replace memory_region_init_ram with memory_region_allocate_system_memory by Dirk Müller · 10 years ago
  38. eeff620 m68k: Use cpu_m68k_init() by Eduardo Habkost · 10 years ago
  39. 25bda50 hw/core/loader: implement address translation in uimage loader by Max Filippov · 10 years ago
  40. 4994653 memory: add parameter errp to memory_region_init_ram by Hu Tao · 10 years ago
  41. 3ef9622 machine: Conversion of QEMUMachineInitArgs to MachineState by Marcel Apfelbaum · 11 years ago
  42. 19c82aa an5206: Don't enforce use of kernel for qtest by Andreas Färber · 12 years ago
  43. 5c12762 mcf5208: Don't enforce use of kernel for qtest by Andreas Färber · 12 years ago
  44. c165473 hw: Clean up bogus default boot order by Markus Armbruster · 12 years ago
  45. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  46. 9944d32 hw: move char devices to hw/char/, configure via default-configs/ by Paolo Bonzini · 12 years ago
  47. d7e35d4 hw: move NICs to hw/net/, configure via default-configs/ by Paolo Bonzini · 12 years ago
  48. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  49. 9743b58 m68k: move files referencing CPU to hw/m68k/ by Paolo Bonzini · 12 years ago
  50. 5301821 hw: move boards and other isolated files to hw/ARCH by Paolo Bonzini · 12 years ago
  51. 5e8861a build: move obj-TARGET-y variables to nested Makefile.objs by Paolo Bonzini · 13 years ago