1. ce14710 pflash: Clean up after commit 368a354f02b, part 2 by Markus Armbruster · 6 years ago
  2. 940d5b1 pflash: Clean up after commit 368a354f02b, part 1 by Markus Armbruster · 6 years ago
  3. 04f3c00 hw: Remove unused 'hw/devices.h' include by Philippe Mathieu-Daudé · 6 years ago
  4. 4366e1d elf: Add optional function ptr to load_elf() to parse ELF notes by Liam Merwick · 6 years ago
  5. 70cc0c1 hw/display/milkymist-tmu2: Move inlined code from header to source by Philippe Mathieu-Daudé · 6 years ago
  6. 40af11e milkymist: Check for failure trying to load BIOS image by Peter Maydell · 6 years ago
  7. fc0187c hw/lm32: Use the IEC binary prefix definitions by Philippe Mathieu-Daudé · 7 years ago
  8. 0304f9e hw: Do not include "sysemu/block-backend.h" if it is not necessary by Philippe Mathieu-Daudé · 7 years ago
  9. 9bca0ed Change references to serial_hds[] to serial_hd() by Peter Maydell · 7 years ago
  10. 0a094a5 hw/lm32: Replace fprintf(stderr, "*\n" with error_report() by Alistair Francis · 7 years ago
  11. 201c160 lm32: milkymist: use generic cpu_model parsing by Igor Mammedov · 7 years ago
  12. 4482e05 cpu: make cpu_generic_init() abort QEMU on error by Igor Mammedov · 7 years ago
  13. 1d19741 lm32: replace cpu_lm32_init() with cpu_generic_init() by Igor Mammedov · 7 years ago
  14. e269fbe hw/char: QOM'ify milkymist-uart.c by xiaoqiang zhao · 9 years ago
  15. c2ddaa6 hw/char: QOM'ify lm32_juart.c by xiaoqiang zhao · 9 years ago
  16. cfc58cf vl: Replace DT_NOGRAPHIC with machine option by Eduardo Habkost · 9 years ago
  17. cf3dc71 milkymist: Move DT_NOGRAPHIC check outside milkymist_tmu2_create() by Eduardo Habkost · 9 years ago
  18. f348b6d util: move declarations out of qemu-common.h by Veronia Bahaa · 9 years ago
  19. 4771d75 hw: explicitly include qemu-common.h and cpu.h by Paolo Bonzini · 9 years ago
  20. 7ef295e loader: Add data swap option to load-elf by Peter Crosthwaite · 9 years ago
  21. ea99dde lm32: Clean up includes by Peter Maydell · 9 years ago
  22. 22d2fb4 lm32: Remove ELF_MACHINE from cpu.h by Peter Crosthwaite · 10 years ago
  23. e264d29 Use DEFINE_MACHINE() to register all machines by Eduardo Habkost · 9 years ago
  24. a9c8a0d hw/lm32/milkymist.c: Fix misusing qemu_allocate_irqs for single irq by Shannon Zhao · 10 years ago
  25. b7ccb83 lm32: memory: Replace memory_region_init_ram with memory_region_allocate_system_memory by Dirk Müller · 10 years ago
  26. c2c17a2 milkymist.c: fix memory leak by Gonglei · 10 years ago
  27. 4be7463 hw: Convert from BlockDriverState to BlockBackend, mostly by Markus Armbruster · 10 years ago
  28. fa1d36d block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo() by Markus Armbruster · 10 years ago
  29. 4994653 memory: add parameter errp to memory_region_init_ram by Hu Tao · 10 years ago
  30. 3ef9622 machine: Conversion of QEMUMachineInitArgs to MachineState by Marcel Apfelbaum · 11 years ago
  31. f41152b hw/lm32: print error if cpu model is not found by Michael Walle · 11 years ago
  32. c00eb5c milkymist: Suppress -kernel/-bios/-drive error for qtest by Andreas Färber · 11 years ago
  33. c165473 hw: Clean up bogus default boot order by Markus Armbruster · 11 years ago
  34. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  35. bd2be15 arm: fix location of some include files by Peter Maydell · 12 years ago
  36. 47b43a1 hw: move private headers to hw/ subdirectories. by Paolo Bonzini · 12 years ago
  37. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  38. c3affe5 cpu: Pass CPUState to cpu_interrupt() by Andreas Färber · 12 years ago
  39. d8ed887 exec: Pass CPUState to cpu_reset_interrupt() by Andreas Färber · 12 years ago
  40. 5301821 hw: move boards and other isolated files to hw/ARCH by Paolo Bonzini · 12 years ago[Renamed from hw/milkymist.c]
  41. 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
  42. e4ada29 Make default boot order machine specific by Avik Sil · 12 years ago
  43. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  44. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  45. 7fa22f2 net: do not include net.h everywhere by Paolo Bonzini · 12 years ago
  46. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  47. 5f072e1 create struct for machine initialization arguments by Eduardo Habkost · 12 years ago
  48. f6932a8 milkymist: Store LM32 in ResetInfo by Andreas Färber · 13 years ago
  49. 1328cc0 milkymist: Use cpu_lm32_init() to obtain LM32CPU by Andreas Färber · 13 years ago
  50. 93a6740 lm32 hw/: Don't use CPUState by Andreas Färber · 13 years ago
  51. 1bba0dc Rename cpu_reset() to cpu_state_reset() by Andreas Färber · 13 years ago
  52. c5705a7 vmstate, memory: decouple vmstate from memory API by Avi Kivity · 13 years ago
  53. 779277c milkymist: new interrupt map by Michael Walle · 13 years ago
  54. fcfa339 milkymist_uart: support new core version by Michael Walle · 13 years ago
  55. c50a6de milkymist: convert to memory API by Avi Kivity · 13 years ago
  56. cfe5f01 pflash_cfi01/pflash_cfi02: convert to memory API by Avi Kivity · 13 years ago
  57. 01e0451 Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging" by Anthony Liguori · 13 years ago
  58. 2b90ca0 milkymist: convert to memory API by Avi Kivity · 13 years ago
  59. c8a50e5 pflash_cfi01/pflash_cfi02: convert to memory API by Avi Kivity · 13 years ago
  60. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 13 years ago
  61. 57aa265 lm32: add Milkymist Minimac2 support by Michael Walle · 14 years ago
  62. 5052d22 lm32: add support for the Milkymist board by Michael Walle · 14 years ago