1. 9400f34 hw/m68k: Use memory_region_init_rom() with read-only regions by Philippe Mathieu-Daudé · 5 years ago
  2. f7795e4 misc: Replace zero-length arrays with flexible array member (automatic) by Philippe Mathieu-Daudé · 5 years ago
  3. ea0ac7f hw: Make MachineClass::is_default a boolean type by Philippe Mathieu-Daudé · 5 years ago
  4. abcbc4e hw: Do not initialize MachineClass::is_default to 0 by Philippe Mathieu-Daudé · 5 years ago
  5. ca6155c Merge tag 'patchew/20200219160953.13771-1-imammedo@redhat.com' of https://github.com/patchew-project/qemu into HEAD by Paolo Bonzini · 5 years ago
  6. 49b64ba m68k/next-cube: use memdev for RAM by Igor Mammedov · 5 years ago
  7. 32c245c m68k/mcf5208: use memdev for RAM by Igor Mammedov · 5 years ago
  8. 8591a17 m68k/q800: use memdev for RAM by Igor Mammedov · 5 years ago
  9. c55f97a m68k/an5206: use memdev for RAM by Igor Mammedov · 5 years ago
  10. 5012a89 hw/m68k/next-cube: Remove superfluous semicolon by Philippe Mathieu-Daudé · 5 years ago
  11. 6cdda0f hw/core/loader: Let load_elf() populate a field with CPU-specific flags by Aleksandar Markovic · 5 years ago
  12. 1bbd151 Merge remote-tracking branch 'remotes/elmarco/tags/prop-ptr-pull-request' into staging by Peter Maydell · 5 years ago
  13. 3110ce8 dp8393x: replace PROP_PTR with PROP_LINK by Marc-André Lureau · 5 years ago
  14. e24e58e q800: implement mac rom reset function for BIOS-less mode by Jason A. Donenfeld · 5 years ago
  15. eb064db q800: add a block backend to the PRAM by Laurent Vivier · 5 years ago
  16. 653901c q800: fix I/O memory map by Laurent Vivier · 5 years ago
  17. 04e7ca8 hw/m68k: define Macintosh Quadra 800 by Laurent Vivier · 5 years ago
  18. c701ec6 hw/m68k: add a dummy SWIM floppy controller by Laurent Vivier · 5 years ago
  19. 8ac919a hw/m68k: add Nubus macfb video card by Laurent Vivier · 5 years ago
  20. fa2ba3b hw/m68k: add Nubus support by Laurent Vivier · 5 years ago
  21. 6dca62a hw/m68k: add VIA support by Laurent Vivier · 5 years ago
  22. efe62d6 hw/m68k/mcf5206.c: Switch to transaction-based ptimer API by Peter Maydell · 5 years ago
  23. 81b2d96 hw/m68k/mcf5208.c: Switch to transaction-based ptimer API by Peter Maydell · 5 years ago
  24. b014226 ptimer: Rename ptimer_init() to ptimer_init_with_bh() by Peter Maydell · 5 years ago
  25. 67c1ea9 mcf5208: fix leak from qemu_allocate_irqs by Paolo Bonzini · 5 years ago
  26. cd4fc14 hw/m68k/next-cube: Avoid static RTC variables and introduce control register by Thomas Huth · 5 years ago
  27. b17bed5 m68k: Add serial controller to the NeXTcube machine by Thomas Huth · 7 years ago
  28. 956a781 m68k: Add NeXTcube machine by Thomas Huth · 7 years ago
  29. c8e8bc8 m68k: Add NeXTcube keyboard device by Thomas Huth · 7 years ago
  30. e3355a0 m68k: Add NeXTcube framebuffer device emulation by Thomas Huth · 7 years ago
  31. db72581 Include qemu/main-loop.h less by Markus Armbruster · 6 years ago
  32. 650d103 Include hw/hw.h exactly where needed by Markus Armbruster · 6 years ago
  33. 64552b6 Include hw/irq.h a lot less by Markus Armbruster · 6 years ago
  34. a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
  35. 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
  36. 5617378 m68k-softmmu.mak: express dependencies with Kconfig by Paolo Bonzini · 6 years ago
  37. 9533dcd ptimer: express dependencies with Kconfig by Paolo Bonzini · 6 years ago
  38. 82f5181 kconfig: introduce kconfig files by Paolo Bonzini · 6 years ago
  39. 9f04e1d hw/m68k/mcf5208: Support loading of bios images by Thomas Huth · 6 years ago
  40. 48a166c hw/m68k/Makefile.objs: Conditionally build boards by Ákos Kovács · 6 years ago
  41. 4366e1d elf: Add optional function ptr to load_elf() to parse ELF notes by Liam Merwick · 6 years ago
  42. 4dab9c7 hw/m68k: Use the IEC binary prefix definitions by Philippe Mathieu-Daudé · 7 years ago
  43. bb42879 hw/m68k/mcf5206: Convert away from old_mmio by Peter Maydell · 7 years ago
  44. ab72827 hw: Do not include "exec/address-spaces.h" if it is not necessary by Philippe Mathieu-Daudé · 7 years ago
  45. 83dc62f hw/m68k/mcf5208: Fix trivial typo in board description by Thomas Huth · 7 years ago
  46. 9bca0ed Change references to serial_hds[] to serial_hd() by Peter Maydell · 7 years ago
  47. ddbcc16 m68k: mcf5208: use generic cpu_model parsing by Igor Mammedov · 7 years ago
  48. 25a20b3 m68k: an5206: use generic cpu_model parsing by Igor Mammedov · 7 years ago
  49. d3c9218 M68K: use g_new() family of functions by Marc-André Lureau · 7 years ago
  50. 45876e9 hw/m68k: Replace fprintf(stderr, "*\n" with error_report() by Alistair Francis · 7 years ago
  51. 4482e05 cpu: make cpu_generic_init() abort QEMU on error by Igor Mammedov · 8 years ago
  52. f47cf4e m68k: replace cpu_m68k_init() with cpu_generic_init() by Igor Mammedov · 8 years ago
  53. 98a99ce hw: Use new memory_region_init_{ram, rom, rom_device}() functions by Peter Maydell · 8 years ago
  54. 1cfe48c memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate() by Peter Maydell · 8 years ago
  55. 88b8698 hw/m68k: QOMify the ColdFire interrupt controller by Thomas Huth · 8 years ago
  56. 22f2dbe hw/m68k: Remove dummy machine by Thomas Huth · 8 years ago
  57. d9ff1d3 hw/char/mcf_uart: QOMify the ColdFire UART by Thomas Huth · 8 years ago
  58. 6ac38ed m68k: QOMify the MCF Fast Ethernet Controller device by Thomas Huth · 8 years ago
  59. cbf061b m68k: change default system clock for m5208evb by Greg Ungerer · 8 years ago
  60. e7ea81c hw/ptimer: Introduce timer policy feature by Dmitry Osipenko · 8 years ago
  61. 4771d75 hw: explicitly include qemu-common.h and cpu.h by Paolo Bonzini · 9 years ago
  62. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  63. 7ef295e loader: Add data swap option to load-elf by Peter Crosthwaite · 9 years ago
  64. d841666 m68k: Clean up includes by Peter Maydell · 9 years ago
  65. c525436 hw: Don't use hw_error() for machine initialization errors by Markus Armbruster · 9 years ago
  66. 45e6b8b m68k: Remove ELF_MACHINE from cpu.h by Peter Crosthwaite · 10 years ago
  67. e264d29 Use DEFINE_MACHINE() to register all machines by Eduardo Habkost · 10 years ago
  68. f8ed85a Fix bad error handling after memory_region_init_ram() by Markus Armbruster · 10 years ago
  69. 8c52f0c m68k: implement more ColdFire 5208 interrupt controller functionality by Greg Ungerer · 10 years ago
  70. 1d5bfde m68k: memory: Replace memory_region_init_ram with memory_region_allocate_system_memory by Dirk Müller · 10 years ago
  71. eeff620 m68k: Use cpu_m68k_init() by Eduardo Habkost · 10 years ago
  72. 25bda50 hw/core/loader: implement address translation in uimage loader by Max Filippov · 10 years ago
  73. 4994653 memory: add parameter errp to memory_region_init_ram by Hu Tao · 11 years ago
  74. 3ef9622 machine: Conversion of QEMUMachineInitArgs to MachineState by Marcel Apfelbaum · 11 years ago
  75. 19c82aa an5206: Don't enforce use of kernel for qtest by Andreas Färber · 12 years ago
  76. 5c12762 mcf5208: Don't enforce use of kernel for qtest by Andreas Färber · 12 years ago
  77. c165473 hw: Clean up bogus default boot order by Markus Armbruster · 12 years ago
  78. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  79. 9944d32 hw: move char devices to hw/char/, configure via default-configs/ by Paolo Bonzini · 12 years ago
  80. d7e35d4 hw: move NICs to hw/net/, configure via default-configs/ by Paolo Bonzini · 12 years ago
  81. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  82. 9743b58 m68k: move files referencing CPU to hw/m68k/ by Paolo Bonzini · 12 years ago
  83. 5301821 hw: move boards and other isolated files to hw/ARCH by Paolo Bonzini · 12 years ago
  84. 5e8861a build: move obj-TARGET-y variables to nested Makefile.objs by Paolo Bonzini · 13 years ago