1. 98cf824 hw/isa/vt82c686: Add the TYPE_VT82C686B_SUPERIO by Philippe Mathieu-Daudé · 7 years ago
  2. 728d891 hw/isa/vt82c686: Rename vt82c686b_init() -> vt82c686b_isa_init() by Philippe Mathieu-Daudé · 7 years ago
  3. 5c961c3 hw/mips/mips_fulong2e: Factor out vt82c686b_southbridge_init() by Philippe Mathieu-Daudé · 7 years ago
  4. 47973a2 hw/input/i8042: Extract declarations from i386/pc.h into input/i8042.h by Philippe Mathieu-Daudé · 7 years ago
  5. 55f613a hw/dma/i8257: Rename DMA_init() to i8257_dma_init() by Philippe Mathieu-Daudé · 7 years ago
  6. bb3d5ea hw/isa: Move parallel_hds_isa_init() to hw/char/parallel-isa.c by Philippe Mathieu-Daudé · 7 years ago
  7. 7eceff5 hw: Do not include "sysemu/block-backend.h" if it is not necessary by Thomas Huth · 7 years ago
  8. bd6e1d8 hw/mips: Replace fprintf(stderr, "*\n" with error_report() by Alistair Francis · 7 years ago
  9. 6c646a1 hw/timer/mc146818: rename rtc_init() -> mc146818_rtc_init() by Philippe Mathieu-Daudé · 7 years ago
  10. acf695e hw/timer/i8254: rename pit_init() -> i8254_pit_init() by Philippe Mathieu-Daudé · 7 years ago
  11. e5207b7 mips: fulong2e: replace cpu_model with cpu_type by Igor Mammedov · 7 years ago
  12. c4c8146c mips: replace cpu_mips_init() with cpu_generic_init() by Igor Mammedov · 7 years ago
  13. 4482e05 cpu: make cpu_generic_init() abort QEMU on error by Igor Mammedov · 7 years ago
  14. 3ee3122 hw/mips: load_elf_strerror to report kernel loading failure by Aurelien Jarno · 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. f664b88 Remove/replace sysemu/char.h inclusion by Marc-André Lureau · 8 years ago
  18. 2059839 hw: Default -drive to if=ide explicitly where it works by Markus Armbruster · 8 years ago
  19. 4496dc4 sun4uv: fix serial initialization regression by Marc-André Lureau · 8 years ago
  20. 5a975d4 mips: use MIPSCPU instead of CPUMIPSState by Paolo Bonzini · 9 years ago
  21. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  22. 7ef295e loader: Add data swap option to load-elf by Peter Crosthwaite · 9 years ago
  23. 5714694 i8257: pass ISA bus to DMA_init() function by Hervé Poussineau · 9 years ago
  24. c684822 mips: Clean up includes by Peter Maydell · 9 years ago
  25. 04ce380 mips: Remove ELF_MACHINE from cpu.h by Peter Crosthwaite · 10 years ago
  26. e264d29 Use DEFINE_MACHINE() to register all machines by Eduardo Habkost · 9 years ago
  27. f8ed85a Fix bad error handling after memory_region_init_ram() by Markus Armbruster · 9 years ago
  28. 5039d6e i8257: remove cpu_request_exit irq by Paolo Bonzini · 10 years ago
  29. 3ad9fd5 target-mips: fix memory leak by Gonglei · 10 years ago
  30. 6a926fb mips: memory: Replace memory_region_init_ram with memory_region_allocate_system_memory by Dirk Müller · 10 years ago
  31. 07dc788 parallel: Factor out common parallel_hds_isa_init() by Markus Armbruster · 10 years ago
  32. b6607a1 serial: Factor out common serial_hds_isa_init() by Markus Armbruster · 10 years ago
  33. 4be7463 hw: Convert from BlockDriverState to BlockBackend, mostly by Markus Armbruster · 10 years ago
  34. d8f94e1 ide: Update ide_drive_get to be HBA agnostic by John Snow · 10 years ago
  35. 4994653 memory: add parameter errp to memory_region_init_ram by Hu Tao · 10 years ago
  36. 0983979 hw: use ld_p/st_p instead of ld_raw/st_raw by Paolo Bonzini · 11 years ago
  37. 3ef9622 machine: Conversion of QEMUMachineInitArgs to MachineState by Marcel Apfelbaum · 11 years ago
  38. f73cdbc hw/mips: Add missing 'static' and 'const' attributes by Stefan Weil · 11 years ago
  39. a5c8285 i2c: Rename i2c_bus to I2CBus by Andreas Färber · 12 years ago
  40. c165473 hw: Clean up bogus default boot order by Markus Armbruster · 12 years ago
  41. 2e985fe mips: revert commit b332d24a8e1290954029814d09156b06ede358e2 by Aurelien Jarno · 12 years ago
  42. 4a7ed99 mips_fulong2e: Silence BIOS loading warning for qtest by Andreas Färber · 12 years ago
  43. 05b3274 hw/mips: align initrd to 64KB to avoid kernel error by James Hogan · 12 years ago
  44. b332d24 mips: degrade BIOS error to warning by Paolo Bonzini · 12 years ago
  45. 4917cf4 cpu: Replace cpu_single_env with CPUState current_cpu by Andreas Färber · 12 years ago
  46. dc11549 Merge remote-tracking branch 'mst/tags/for_anthony' into staging by Anthony Liguori · 12 years ago
  47. 29b358f pci: Add root bus parameter to pci_nic_init() by David Gibson · 12 years ago
  48. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  49. 60a3e17 cpu: Change cpu_exit() argument to CPUState by Andreas Färber · 12 years ago
  50. dccfcd0 sysemu: avoid proliferation of include/ subdirectories by Paolo Bonzini · 12 years ago
  51. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  52. 5301821 hw: move boards and other isolated files to hw/ARCH by Paolo Bonzini · 12 years ago[Renamed from hw/mips_fulong2e.c]
  53. 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
  54. e4ada29 Make default boot order machine specific by Avik Sil · 12 years ago
  55. 927d487 softmmu: move remaining include files to include/ subdirectories by Paolo Bonzini · 12 years ago
  56. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  57. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  58. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  59. 737e150 block: move include files to include/block/ by Paolo Bonzini · 12 years ago
  60. 1422e32 net: reorganize headers by Paolo Bonzini · 12 years ago
  61. a2cb15b pci: update all users to look in pci/ by Michael S. Tsirkin · 12 years ago
  62. 488cb99 serial: split serial.c by Gerd Hoffmann · 12 years ago
  63. 5f072e1 create struct for machine initialization arguments by Eduardo Habkost · 12 years ago
  64. da665c9 hw: Add missing 'static' attribute for QEMUMachine by Stefan Weil · 12 years ago
  65. 800cf59 mips_fulong2e: Pass MIPSCPU to main_cpu_reset() by Andreas Färber · 13 years ago
  66. f0f8036 mips_fulong2e: Use cpu_mips_cpu() to obtain MIPSCPU by Andreas Färber · 13 years ago
  67. 0c9dfe4 mips_fulong2e: Don't register "cpu" VMState twice by Juan Quintela · 13 years ago
  68. 61c56c8 mips hw/: Don't use CPUState by Andreas Färber · 13 years ago
  69. 1bba0dc Rename cpu_reset() to cpu_state_reset() by Andreas Färber · 13 years ago
  70. afb9a60 usb: zap hw/ush-{ohic,uhci}.h + init wrappers by Gerd Hoffmann · 13 years ago
  71. 319ba9f i8254: Pass alternative IRQ output object on initialization by Jan Kiszka · 13 years ago
  72. b1277b0 i8254: Factor out interface header by Jan Kiszka · 13 years ago
  73. 6b620ca prepare for future GPLv2+ relicensing by Paolo Bonzini · 13 years ago
  74. c5705a7 vmstate, memory: decouple vmstate from memory API by Avi Kivity · 13 years ago
  75. c9940ed fulong2e: give ISA bus to ISA methods by Hervé Poussineau · 13 years ago
  76. 48a18b3 isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() functions by Hervé Poussineau · 13 years ago
  77. 7e17a21 mips_fulong2e: Reorder ISA bus and i8259 creation by Jan Kiszka · 13 years ago
  78. b2bedb2 Remove blanks before \n in output strings by Stefan Weil · 13 years ago
  79. 13faf2a mips_fulong2e: convert to memory API by Avi Kivity · 14 years ago
  80. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  81. a88df0b smbus_eeprom: consolidate smbus eeprom creation oc pc_piix, mips_mapta, mips_fulong by Isaku Yamahata · 14 years ago
  82. 7571790 ide: consolidate drive_get(IF_IDE) by Isaku Yamahata · 14 years ago
  83. 64d7e9a i8254: convert to qdev by Blue Swirl · 14 years ago
  84. 52108a1 mips_fulong: remove bogus HAS_AUDIO by Isaku Yamahata · 14 years ago
  85. 5340c8a mips_fulong2e: fix ram allocation by Blue Swirl · 14 years ago
  86. 49a2942 Delete write only variables by Blue Swirl · 14 years ago
  87. 8b7968f Use GCC_FMT_ATTR (format checking) by Stefan Weil · 14 years ago
  88. 1ed1139 mips_fulong2e: Fix format strings by Stefan Weil · 14 years ago
  89. 093209c Check for errors during BIOS or kernel load by Blue Swirl · 14 years ago
  90. 2446333 Rearrange block headers by Blue Swirl · 15 years ago
  91. 7899f79 mips64el: fulong: PCI_DEVFN() clean up. by Isaku Yamahata · 15 years ago
  92. 1724f04 qemu_ram_alloc: Add DeviceState and name parameters by Alex Williamson · 15 years ago
  93. 0be71e3 savevm: Add DeviceState param by Alex Williamson · 15 years ago
  94. 33dd298 MIPS: fix fulong bios loading by Aurelien Jarno · 15 years ago
  95. 051c190 MIPS: Initial support of fulong mini pc (machine construction) by Huacai Chen · 15 years ago