1. d2af524 hw/sh/sh7750: Convert away from old_mmio by Peter Maydell · 7 years ago
  2. 0304f9e hw: Do not include "sysemu/block-backend.h" if it is not necessary by Philippe Mathieu-Daudé · 7 years ago
  3. ab72827 hw: Do not include "exec/address-spaces.h" if it is not necessary by Philippe Mathieu-Daudé · 7 years ago
  4. 9bca0ed Change references to serial_hds[] to serial_hd() by Peter Maydell · 7 years ago
  5. 1115ff6 pci: Rename root bus initialization functions for clarity by David Gibson · 7 years ago
  6. b022478 sh4: shix: use generic cpu_model parsing by Igor Mammedov · 7 years ago
  7. 78f60b8 sh4: r2d: use generic cpu_model parsing by Igor Mammedov · 7 years ago
  8. fd3b02c pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices by Eduardo Habkost · 7 years ago
  9. 4482e05 cpu: make cpu_generic_init() abort QEMU on error by Igor Mammedov · 7 years ago
  10. 66b7977 sh4: replace cpu_sh4_init() with cpu_generic_init() by Igor Mammedov · 8 years ago
  11. 98a99ce hw: Use new memory_region_init_{ram, rom, rom_device}() functions by Peter Maydell · 8 years ago
  12. 1cfe48c memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate() by Peter Maydell · 8 years ago
  13. cf83f14 shutdown: Add source information to SHUTDOWN and RESET by Eric Blake · 8 years ago
  14. e90f2a8 qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable by Eduardo Habkost · 8 years ago
  15. ca8a110 sm501: QOMify by BALATON Zoltan · 8 years ago
  16. 2059839 hw: Default -drive to if=ide explicitly where it works by Markus Armbruster · 8 years ago
  17. d10eb08 cputlb: drop flush_global flag from tlb_flush by Alex Bennée · 8 years ago
  18. fcf5ef2 Move target-* CPU file into a target/ folder by Thomas Huth · 8 years ago
  19. ace18d1 sh4: fix broken link to documentation by Reda Sallahi · 9 years ago
  20. 2a6a407 Clean up ill-advised or unusual header guards by Markus Armbruster · 9 years ago
  21. b7a51124 hw/sh4/sh_pci.c: Use ldl_le_p() and stl_le_p() by Peter Maydell · 9 years ago
  22. 63c9155 cpu: move exec-all.h inclusion out of cpu.h by Paolo Bonzini · 9 years ago
  23. 4771d75 hw: explicitly include qemu-common.h and cpu.h by Paolo Bonzini · 9 years ago
  24. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  25. 9d4c994 sh4: Clean up includes by Peter Maydell · 9 years ago
  26. 9f23b27 SH PCI Host: convert to realize() by Cao jin · 9 years ago
  27. e264d29 Use DEFINE_MACHINE() to register all machines by Eduardo Habkost · 10 years ago
  28. f8ed85a Fix bad error handling after memory_region_init_ram() by Markus Armbruster · 9 years ago
  29. cdd14a8 sh4: Fix initramfs initialization for endiannes-mismatched targets by Guenter Roeck · 10 years ago
  30. 5638075 sh4/r2d: convert to new MMIO accessor style by Aurelien Jarno · 10 years ago
  31. 42874d3 Switch non-CPU callers from ld/st*_phys to address_space_ld/st* by Peter Maydell · 10 years ago
  32. 456dcd8 r2d: Don't use legacy -usbdevice support for setting up board by Markus Armbruster · 10 years ago
  33. 4be7463 hw: Convert from BlockDriverState to BlockBackend, mostly by Markus Armbruster · 10 years ago
  34. fa1d36d block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo() by Markus Armbruster · 10 years ago
  35. 4994653 memory: add parameter errp to memory_region_init_ram by Hu Tao · 10 years ago
  36. f3c7d03 hw: Fix qemu_allocate_irqs() leaks by Andreas Färber · 11 years ago
  37. 3ef9622 machine: Conversion of QEMUMachineInitArgs to MachineState by Marcel Apfelbaum · 11 years ago
  38. 00c8cb0 cputlb: Change tlb_flush() argument to CPUState by Andreas Färber · 12 years ago
  39. 5ce5944 exec: Make stw_*_phys input an AddressSpace by Edgar E. Iglesias · 11 years ago
  40. ab1da85 exec: Make stl_*_phys input an AddressSpace by Edgar E. Iglesias · 11 years ago
  41. 08c58f9 pci-host: Consistently set cannot_instantiate_with_device_add_yet by Markus Armbruster · 11 years ago
  42. d32f7d2 shix: Don't require firmware presence for qtest by Andreas Färber · 12 years ago
  43. b6e770e shix: Drop debug output by Andreas Färber · 12 years ago
  44. c165473 hw: Clean up bogus default boot order by Markus Armbruster · 12 years ago
  45. b23ea25 sh4: unbreak r2d by Paolo Bonzini · 12 years ago
  46. 4759ab6 sh4: do not use isa_mmio by Paolo Bonzini · 12 years ago
  47. dc11549 Merge remote-tracking branch 'mst/tags/for_anthony' into staging by Anthony Liguori · 12 years ago
  48. 29b358f pci: Add root bus parameter to pci_nic_init() by David Gibson · 12 years ago
  49. 2977673 hw/s*: pass owner to memory_region_init* functions by Paolo Bonzini · 12 years ago
  50. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  51. bd2be15 arm: fix location of some include files by Peter Maydell · 12 years ago
  52. 2f493fe sh7750: Change cpu field type to SuperHCPU by Andreas Färber · 12 years ago
  53. 06f3ed2 shix: Catch CPU initialization errors by Andreas Färber · 12 years ago
  54. 47b43a1 hw: move private headers to hw/ subdirectories. by Paolo Bonzini · 12 years ago
  55. 7702e47 hw: move interrupt controllers to hw/intc/, configure with default-configs/ by Paolo Bonzini · 12 years ago
  56. c0907c9 hw: move PCI bridges to hw/pci-* or hw/ARCH by Paolo Bonzini · 12 years ago
  57. 3bd8845 hw: move timer devices to hw/timer/, configure with default-configs/ by Paolo Bonzini · 12 years ago
  58. 9944d32 hw: move char devices to hw/char/, configure via default-configs/ by Paolo Bonzini · 12 years ago
  59. fc97bb5 hw: move display devices to hw/display/, configure via default-configs/ by Paolo Bonzini · 12 years ago
  60. 7b24789 hw: move block devices to hw/block/, configure via default-configs/ by Paolo Bonzini · 12 years ago
  61. 9a1179d hw: make all of hw/ide/ configurable via default-configs/ by Paolo Bonzini · 12 years ago
  62. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  63. b350ab7 target-sh4: Move PVR/PRR/CVR into SuperHCPUClass by Andreas Färber · 12 years ago
  64. 7a2771d sh: move files referencing CPU to hw/sh4/ by Paolo Bonzini · 12 years ago
  65. 5301821 hw: move boards and other isolated files to hw/ARCH by Paolo Bonzini · 12 years ago
  66. 5e8861a build: move obj-TARGET-y variables to nested Makefile.objs by Paolo Bonzini · 13 years ago