1. a27bd6c Include hw/qdev-properties.h less by Markus Armbruster · 6 years ago
  2. 650d103 Include hw/hw.h exactly where needed by Markus Armbruster · 6 years ago
  3. 64552b6 Include hw/irq.h a lot less by Markus Armbruster · 6 years ago
  4. 71e8a91 Include sysemu/reset.h a lot less by Markus Armbruster · 6 years ago
  5. 19752e0 hw/lm32/Kconfig: Milkymist One provides a USB 1.1 Controller by Philippe Mathieu-Daudé · 6 years ago
  6. a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
  7. ce14710 pflash: Clean up after commit 368a354f02b, part 2 by Markus Armbruster · 6 years ago
  8. 940d5b1 pflash: Clean up after commit 368a354f02b, part 1 by Markus Armbruster · 6 years ago
  9. 234afe7 Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-03-08' into staging by Peter Maydell · 6 years ago
  10. 04f3c00 hw: Remove unused 'hw/devices.h' include by Philippe Mathieu-Daudé · 6 years ago
  11. 0858746 lm32-softmmu.mak: express dependencies with Kconfig by Paolo Bonzini · 6 years ago
  12. 9533dcd ptimer: express dependencies with Kconfig by Paolo Bonzini · 6 years ago
  13. 82f5181 kconfig: introduce kconfig files by Paolo Bonzini · 6 years ago
  14. 27f3ac3 hw/lm32/Makefile.objs: Conditionally build lm32 and milkmyst by Ákos Kovács · 6 years ago
  15. 4366e1d elf: Add optional function ptr to load_elf() to parse ELF notes by Liam Merwick · 6 years ago
  16. 70cc0c1 hw/display/milkymist-tmu2: Move inlined code from header to source by Philippe Mathieu-Daudé · 6 years ago
  17. 57d4344 hw/display/milkymist-tmu2: Explicit the dependency to both X11 / OpenGL by Philippe Mathieu-Daudé · 6 years ago
  18. 40af11e milkymist: Check for failure trying to load BIOS image by Peter Maydell · 6 years ago
  19. fc0187c hw/lm32: Use the IEC binary prefix definitions by Philippe Mathieu-Daudé · 7 years ago
  20. 0304f9e hw: Do not include "sysemu/block-backend.h" if it is not necessary by Philippe Mathieu-Daudé · 7 years ago
  21. 9bca0ed Change references to serial_hds[] to serial_hd() by Peter Maydell · 7 years ago
  22. 0a094a5 hw/lm32: Replace fprintf(stderr, "*\n" with error_report() by Alistair Francis · 7 years ago
  23. 6e0f9a2 lm32: lm32_boards: use generic cpu_model parsing by Igor Mammedov · 7 years ago
  24. 201c160 lm32: milkymist: use generic cpu_model parsing by Igor Mammedov · 7 years ago
  25. 4482e05 cpu: make cpu_generic_init() abort QEMU on error by Igor Mammedov · 8 years ago
  26. 1d19741 lm32: replace cpu_lm32_init() with cpu_generic_init() by Igor Mammedov · 8 years ago
  27. 0ec7b3e char: rename CharDriverState Chardev by Marc-André Lureau · 8 years ago
  28. baf2d5b fw-cfg: support writeable blobs by Michael S. Tsirkin · 8 years ago
  29. aa6c6ae loader: fix handling of custom address spaces when adding ROM blobs by Laszlo Ersek · 8 years ago
  30. 175de52 Clean up decorations and whitespace around header guards by Markus Armbruster · 9 years ago
  31. 121d071 Clean up header guards that don't match their file name by Markus Armbruster · 9 years ago
  32. e269fbe hw/char: QOM'ify milkymist-uart.c by xiaoqiang zhao · 9 years ago
  33. 7aaefca hw/char: QOM'ify lm32_uart.c by xiaoqiang zhao · 9 years ago
  34. c2ddaa6 hw/char: QOM'ify lm32_juart.c by xiaoqiang zhao · 9 years ago
  35. cfc58cf vl: Replace DT_NOGRAPHIC with machine option by Eduardo Habkost · 9 years ago
  36. cf3dc71 milkymist: Move DT_NOGRAPHIC check outside milkymist_tmu2_create() by Eduardo Habkost · 9 years ago
  37. f348b6d util: move declarations out of qemu-common.h by Veronia Bahaa · 9 years ago
  38. 4771d75 hw: explicitly include qemu-common.h and cpu.h by Paolo Bonzini · 9 years ago
  39. 0e6aac8 machine: Use type_init() to register machine classes by Eduardo Habkost · 9 years ago
  40. 7ef295e loader: Add data swap option to load-elf by Peter Crosthwaite · 9 years ago
  41. ea99dde lm32: Clean up includes by Peter Maydell · 9 years ago
  42. fb71956 ui/opengl: Reduce build required libraries for opengl by OGAWA Hirofumi · 9 years ago
  43. 22d2fb4 lm32: Remove ELF_MACHINE from cpu.h by Peter Crosthwaite · 10 years ago
  44. 8a661ae Revert use of DEFINE_MACHINE() for registrations of multiple machines by Andreas Färber · 9 years ago
  45. e264d29 Use DEFINE_MACHINE() to register all machines by Eduardo Habkost · 10 years ago
  46. a9c8a0d hw/lm32/milkymist.c: Fix misusing qemu_allocate_irqs for single irq by Shannon Zhao · 10 years ago
  47. d4ef00a hw/lm32/lm32_boards.c: Fix misusing qemu_allocate_irqs for single irq by Shannon Zhao · 10 years ago
  48. b7ccb83 lm32: memory: Replace memory_region_init_ram with memory_region_allocate_system_memory by Dirk Müller · 10 years ago
  49. da076ff configure: opengl overhaul by Gerd Hoffmann · 10 years ago
  50. c2c17a2 milkymist.c: fix memory leak by Gonglei · 10 years ago
  51. a166614 acpi-build: make ROMs RAM blocks resizeable by Michael S. Tsirkin · 10 years ago
  52. 4be7463 hw: Convert from BlockDriverState to BlockBackend, mostly by Markus Armbruster · 10 years ago
  53. fa1d36d block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo() by Markus Armbruster · 10 years ago
  54. 4994653 memory: add parameter errp to memory_region_init_ram by Hu Tao · 11 years ago
  55. 3ef9622 machine: Conversion of QEMUMachineInitArgs to MachineState by Marcel Apfelbaum · 11 years ago
  56. f41152b hw/lm32: print error if cpu model is not found by Michael Walle · 11 years ago
  57. c00eb5c milkymist: Suppress -kernel/-bios/-drive error for qtest by Andreas Färber · 12 years ago
  58. 48354cc loader: support for unmapped ROM blobs by Michael S. Tsirkin · 12 years ago
  59. c165473 hw: Clean up bogus default boot order by Markus Armbruster · 12 years ago
  60. a0b9792 lm32_juart: QOM cast cleanup by Andreas Färber · 12 years ago
  61. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  62. 21e5181 qdev: Drop taddr properties by Peter Maydell · 12 years ago
  63. bd2be15 arm: fix location of some include files by Peter Maydell · 12 years ago
  64. 47b43a1 hw: move private headers to hw/ subdirectories. by Paolo Bonzini · 12 years ago
  65. e28bee8 hw: move other devices to hw/misc/, configure with default-configs/ by Paolo Bonzini · 12 years ago
  66. 7702e47 hw: move interrupt controllers to hw/intc/, configure with default-configs/ by Paolo Bonzini · 12 years ago
  67. 8ac5c65 hw: move SD/MMC devices to hw/sd/, configure with default-configs/ by Paolo Bonzini · 12 years ago
  68. 3bd8845 hw: move timer devices to hw/timer/, configure with default-configs/ by Paolo Bonzini · 12 years ago
  69. 9944d32 hw: move char devices to hw/char/, configure via default-configs/ by Paolo Bonzini · 12 years ago
  70. fc97bb5 hw: move display devices to hw/display/, configure via default-configs/ by Paolo Bonzini · 12 years ago
  71. 34b8f63 hw: move audio devices to hw/audio/, configure via default-configs/ by Paolo Bonzini · 12 years ago
  72. d7e35d4 hw: move NICs to hw/net/, configure via default-configs/ by Paolo Bonzini · 12 years ago
  73. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  74. b1e5fff configure: rename OpenGL feature to GLX by Michael Walle · 12 years ago
  75. c3affe5 cpu: Pass CPUState to cpu_interrupt() by Andreas Färber · 12 years ago
  76. d8ed887 exec: Pass CPUState to cpu_reset_interrupt() by Andreas Färber · 12 years ago
  77. 5301821 hw: move boards and other isolated files to hw/ARCH by Paolo Bonzini · 12 years ago
  78. 5e8861a build: move obj-TARGET-y variables to nested Makefile.objs by Paolo Bonzini · 13 years ago