1. ee86213 Do not include exec/address-spaces.h if it's not really necessary by Thomas Huth · 4 years ago
  2. e178113 hw: Replace anti-social QOM type names by Markus Armbruster · 4 years ago
  3. 58a70f1 cris: do not use ram_size global by Paolo Bonzini · 4 years, 5 months ago
  4. 617160c load_elf: Remove unused address variables from callers by BALATON Zoltan · 4 years, 8 months ago
  5. 2c44220 meson: convert hw/arch* by Marc-André Lureau · 6 years ago
  6. 3c6ef47 sysbus: Convert to sysbus_realize() etc. with Coccinelle by Markus Armbruster · 4 years, 9 months ago
  7. 3e80f69 qdev: Convert uses of qdev_create() with Coccinelle by Markus Armbruster · 4 years, 9 months ago
  8. ea0ac7f hw: Make MachineClass::is_default a boolean type by Philippe Mathieu-Daudé · 5 years ago
  9. 17c38c7 cris/axis_dev88: use memdev for RAM by Igor Mammedov · 5 years ago
  10. 6cdda0f hw/core/loader: Let load_elf() populate a field with CPU-specific flags by Aleksandar Markovic · 5 years ago
  11. f4f6438 cris: improve passing PIC interrupt vector to the CPU by Marc-André Lureau · 5 years ago
  12. 650d103 Include hw/hw.h exactly where needed by Markus Armbruster · 6 years ago
  13. 71e8a91 Include sysemu/reset.h a lot less by Markus Armbruster · 6 years ago
  14. a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
  15. 23c95f0 cris-softmmu.mak: express dependencies with Kconfig by Paolo Bonzini · 6 years ago
  16. 9533dcd ptimer: express dependencies with Kconfig by Paolo Bonzini · 6 years ago
  17. 82f5181 kconfig: introduce kconfig files by Paolo Bonzini · 6 years ago
  18. 034c344 hw/cris/Makefile.objs: Create CONFIG_* for cris by Yang Zhong · 6 years ago
  19. 4366e1d elf: Add optional function ptr to load_elf() to parse ELF notes by Liam Merwick · 6 years ago
  20. a4ed5a3 hw/cris: Use the IEC binary prefix definitions by Philippe Mathieu-Daudé · 7 years ago
  21. 0304f9e hw: Do not include "sysemu/block-backend.h" if it is not necessary by Philippe Mathieu-Daudé · 7 years ago
  22. 9bca0ed Change references to serial_hds[] to serial_hd() by Peter Maydell · 7 years ago
  23. 5eab493 cris: use generic cpu_model parsing by Igor Mammedov · 7 years ago
  24. 673a11c cris: replace cpu_cris_init() with cpu_generic_init() by Igor Mammedov · 8 years ago
  25. 98a99ce hw: Use new memory_region_init_{ram, rom, rom_device}() functions by Peter Maydell · 8 years ago
  26. 1cfe48c memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate() by Peter Maydell · 8 years ago
  27. 82751a3 cris: Fix broken header guard in hw/cris/boot.h by Markus Armbruster · 9 years ago
  28. 8290de9 hw/char: QOM'ify etraxfs_ser.c by xiaoqiang zhao · 9 years ago
  29. f348b6d util: move declarations out of qemu-common.h by Veronia Bahaa · 9 years ago
  30. 4771d75 hw: explicitly include qemu-common.h and cpu.h by Paolo Bonzini · 9 years ago
  31. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  32. 7ef295e loader: Add data swap option to load-elf by Peter Crosthwaite · 9 years ago
  33. 23b0d7d cris: Clean up includes by Peter Maydell · 9 years ago
  34. 7233df4 cris: Remove ELF_MACHINE from cpu.h by Peter Crosthwaite · 10 years ago
  35. e264d29 Use DEFINE_MACHINE() to register all machines by Eduardo Habkost · 10 years ago
  36. f8ed85a Fix bad error handling after memory_region_init_ram() by Markus Armbruster · 10 years ago
  37. 67cc32e typofixes - v4 by Veres Lajos · 10 years ago
  38. c0c8584 cris: memory: Replace memory_region_init_ram with memory_region_allocate_system_memory by Dirk Müller · 10 years ago
  39. 4be7463 hw: Convert from BlockDriverState to BlockBackend, mostly by Markus Armbruster · 10 years ago
  40. fa1d36d block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo() by Markus Armbruster · 10 years ago
  41. 4994653 memory: add parameter errp to memory_region_init_ram by Hu Tao · 11 years ago
  42. 3ef9622 machine: Conversion of QEMUMachineInitArgs to MachineState by Marcel Apfelbaum · 11 years ago
  43. ce603d8 cris: Remove the CRIS PIC glue by Edgar E. Iglesias · 11 years ago
  44. 4a6da67 axis-dev88: Connect the PIC upstream IRQs directly to the CPU by Edgar E. Iglesias · 11 years ago
  45. 5efe843 axis_dev88: Don't enforce use of kernel for qtest by Andreas Färber · 12 years ago
  46. c165473 hw: Clean up bogus default boot order by Markus Armbruster · 12 years ago
  47. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  48. 47b43a1 hw: move private headers to hw/ subdirectories. by Paolo Bonzini · 12 years ago
  49. 7702e47 hw: move interrupt controllers to hw/intc/, configure with default-configs/ by Paolo Bonzini · 12 years ago
  50. d2c0bd8 hw: move DMA controllers to hw/dma/, configure with default-configs/ by Paolo Bonzini · 12 years ago
  51. 3bd8845 hw: move timer devices to hw/timer/, configure with default-configs/ by Paolo Bonzini · 12 years ago
  52. 9944d32 hw: move char devices to hw/char/, configure via default-configs/ by Paolo Bonzini · 12 years ago
  53. d7e35d4 hw: move NICs to hw/net/, configure via default-configs/ by Paolo Bonzini · 12 years ago
  54. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  55. c3affe5 cpu: Pass CPUState to cpu_interrupt() by Andreas Färber · 12 years ago
  56. d8ed887 exec: Pass CPUState to cpu_reset_interrupt() by Andreas Färber · 12 years ago
  57. 5301821 hw: move boards and other isolated files to hw/ARCH by Paolo Bonzini · 12 years ago
  58. 5e8861a build: move obj-TARGET-y variables to nested Makefile.objs by Paolo Bonzini · 13 years ago