1. ee86213 Do not include exec/address-spaces.h if it's not really necessary by Thomas Huth · 3 years, 11 months 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, 4 months ago
  4. 3c6ef47 sysbus: Convert to sysbus_realize() etc. with Coccinelle by Markus Armbruster · 4 years, 9 months ago
  5. 3e80f69 qdev: Convert uses of qdev_create() with Coccinelle by Markus Armbruster · 4 years, 9 months ago
  6. ea0ac7f hw: Make MachineClass::is_default a boolean type by Philippe Mathieu-Daudé · 5 years ago
  7. 17c38c7 cris/axis_dev88: use memdev for RAM by Igor Mammedov · 5 years ago
  8. f4f6438 cris: improve passing PIC interrupt vector to the CPU by Marc-André Lureau · 5 years ago
  9. a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
  10. a4ed5a3 hw/cris: Use the IEC binary prefix definitions by Philippe Mathieu-Daudé · 7 years ago
  11. 0304f9e hw: Do not include "sysemu/block-backend.h" if it is not necessary by Philippe Mathieu-Daudé · 7 years ago
  12. 9bca0ed Change references to serial_hds[] to serial_hd() by Peter Maydell · 7 years ago
  13. 5eab493 cris: use generic cpu_model parsing by Igor Mammedov · 7 years ago
  14. 673a11c cris: replace cpu_cris_init() with cpu_generic_init() by Igor Mammedov · 8 years ago
  15. 98a99ce hw: Use new memory_region_init_{ram, rom, rom_device}() functions by Peter Maydell · 8 years ago
  16. 1cfe48c memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate() by Peter Maydell · 8 years ago
  17. 8290de9 hw/char: QOM'ify etraxfs_ser.c by xiaoqiang zhao · 9 years ago
  18. 4771d75 hw: explicitly include qemu-common.h and cpu.h by Paolo Bonzini · 9 years ago
  19. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  20. 23b0d7d cris: Clean up includes by Peter Maydell · 9 years ago
  21. e264d29 Use DEFINE_MACHINE() to register all machines by Eduardo Habkost · 9 years ago
  22. f8ed85a Fix bad error handling after memory_region_init_ram() by Markus Armbruster · 9 years ago
  23. 67cc32e typofixes - v4 by Veres Lajos · 9 years ago
  24. c0c8584 cris: memory: Replace memory_region_init_ram with memory_region_allocate_system_memory by Dirk Müller · 10 years ago
  25. 4be7463 hw: Convert from BlockDriverState to BlockBackend, mostly by Markus Armbruster · 10 years ago
  26. fa1d36d block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo() by Markus Armbruster · 10 years ago
  27. 4994653 memory: add parameter errp to memory_region_init_ram by Hu Tao · 10 years ago
  28. 3ef9622 machine: Conversion of QEMUMachineInitArgs to MachineState by Marcel Apfelbaum · 11 years ago
  29. 4a6da67 axis-dev88: Connect the PIC upstream IRQs directly to the CPU by Edgar E. Iglesias · 11 years ago
  30. 5efe843 axis_dev88: Don't enforce use of kernel for qtest by Andreas Färber · 12 years ago
  31. c165473 hw: Clean up bogus default boot order by Markus Armbruster · 12 years ago
  32. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  33. 47b43a1 hw: move private headers to hw/ subdirectories. by Paolo Bonzini · 12 years ago
  34. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  35. 5301821 hw: move boards and other isolated files to hw/ARCH by Paolo Bonzini · 12 years ago[Renamed from hw/axis_dev88.c]
  36. 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
  37. 1356b98 sysbus: Drop sysbus_from_qdev() cast macro by Andreas Färber · 12 years ago
  38. e4ada29 Make default boot order machine specific by Avik Sil · 12 years ago
  39. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  40. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  41. 1422e32 net: reorganize headers by Paolo Bonzini · 12 years ago
  42. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  43. 5f072e1 create struct for machine initialization arguments by Eduardo Habkost · 12 years ago
  44. 5935664 cris-boot: Pass CRISCPU to cris_load_image() by Andreas Färber · 13 years ago
  45. ddeb9ae axis_dev88: Use cpu_cris_init() to obtain CRISCPU by Andreas Färber · 13 years ago
  46. fc9bb17 cris hw/: Don't use CPUState by Andreas Färber · 13 years ago
  47. c5705a7 vmstate, memory: decouple vmstate from memory API by Avi Kivity · 13 years ago
  48. 838335e axis_dev88: convert to memory API by Avi Kivity · 13 years ago
  49. b0e3d5a axis_dev88: convert to memory API (RAM only) by Avi Kivity · 14 years ago
  50. 01e0451 Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging" by Anthony Liguori · 14 years ago
  51. 5461eb2 axis_dev88: convert to memory API (RAM only) by Avi Kivity · 14 years ago
  52. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  53. 1da005b etrax: Allocate DMA connections at board level. by Edgar E. Iglesias · 14 years ago
  54. bbea04d etrax: Remove hw/etraxfs.c. by Edgar E. Iglesias · 14 years ago
  55. d422038 hw/nand: qdevify by Juha Riihimäki · 14 years ago
  56. 522f253 hw/nand: Pass block device state to init function by Peter Maydell · 14 years ago
  57. a08784d Remove unused sysemu.h include directives by Blue Swirl · 14 years ago
  58. 2507c12 Add endianness as io mem parameter by Alexander Graf · 14 years ago
  59. 1724f04 qemu_ram_alloc: Add DeviceState and name parameters by Alex Williamson · 15 years ago
  60. 77d4f95 cris: Break out image loading to hw/cris-boot.c. by Edgar E. Iglesias · 15 years ago
  61. a945699 axisdev88: Fix passing of kernel cmdline. by Edgar E. Iglesias · 15 years ago
  62. 409dbce load_elf: replace the address addend by a translation function by Aurelien Jarno · 15 years ago
  63. 3c178e7 rom loader: fix sparc -kernel boot. by Gerd Hoffmann · 15 years ago
  64. e23a1b3 New qdev_init_nofail() by Markus Armbruster · 15 years ago
  65. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  66. 99a0949 Get rid of _t suffix by malc · 15 years ago
  67. ca20cf3 Compile loader only once by Blue Swirl · 15 years ago
  68. d60efc6 Make CPURead/WriteFunc structure 'const' by Blue Swirl · 16 years ago
  69. ee6847d qdev: rework device properties. by Gerd Hoffmann · 16 years ago
  70. a08d436 Revert "Introduce reset notifier order" by Jan Kiszka · 16 years ago
  71. 1eed09c Remove io_index argument from cpu_register_io_memory() by Avi Kivity · 16 years ago
  72. ba49431 etrax: Don't pass CPUState to peripherals. by Edgar E. Iglesias · 16 years ago
  73. 067a3dd Remove qdev irq sink handling by Paul Brook · 16 years ago
  74. 8217606 Introduce reset notifier order by Jan Kiszka · 16 years ago
  75. f80f9ec Convert machine registration to use module init functions by Anthony Liguori · 16 years ago
  76. fd6dc90 cris: First shot at qdev for CRIS interrupts. by Edgar E. Iglesias · 16 years ago
  77. 678fdca etrax: Remove unused eth irq line. by Edgar E. Iglesias · 16 years ago
  78. 3b1fd90 ETRAX-TIMER: qdevify. by Edgar E. Iglesias · 16 years ago
  79. 4b81698 ETRAX-SER: qdevify. by Edgar E. Iglesias · 16 years ago
  80. 73cfd29 ETRAX: Simplify PIC interface. by Edgar E. Iglesias · 16 years ago
  81. d33fd9d ETRAX: Correct passing of kernel command line. by Edgar E. Iglesias · 16 years ago
  82. fbe1b59 Remove vga_ram_size by Paul Brook · 16 years ago
  83. bc24a22 Follow coding conventions by Paul Brook · 16 years ago
  84. 190cd02 Remove redundant ram_require machine properly. by pbrook · 16 years ago
  85. dcac967 Use load_image_targphys and avoid phys_ram_base. by pbrook · 16 years ago
  86. ef99823 ETRAX: Remove display-state argument from board init. by edgar_igl · 16 years ago
  87. 0ae18ce Check NIC model in some NIC init functions (Mark McLoughlin) by aliguori · 16 years ago
  88. 94410b7 ETRAX: Let the ethernet PHY report the current link-state. by edgar_igl · 16 years ago
  89. c1e1a49 ETRAX: Always provide a valid net model. by edgar_igl · 16 years ago
  90. 4a1e6be ETRAX: Add a dummy tempsensor and correct the NAND flash model. by edgar_igl · 16 years ago
  91. 10c144e ETRAX: Add a model for the axis devboard88 machine. by edgar_igl · 16 years ago