1. e688df6 Include qapi/error.h exactly where needed by Markus Armbruster · 7 years ago
  2. 29bd723 hw/sparc*: Replace fprintf(stderr, "*\n" with error_report() by Alistair Francis · 7 years ago
  3. 25c5d5a sun4u: implement power device by Mark Cave-Ayland · 7 years ago
  4. be75bbe sparc64: convert hw/sparc64/sparc64.c from DPRINTF macros to trace events by Mark Cave-Ayland · 7 years ago
  5. 9b30179 apb: rename apb.c to sabre.c by Mark Cave-Ayland · 7 years ago
  6. 5795162 sun4u: rename apb variables and constants by Mark Cave-Ayland · 7 years ago
  7. b14dcaf apb: rename QOM type from TYPE_APB to TYPE_SABRE by Mark Cave-Ayland · 7 years ago
  8. 602c993 sun4u_iommu: add trace event for IOMMU translations by Mark Cave-Ayland · 7 years ago
  9. 09ecbb7 sun4u_iommu: convert from IOMMU_DPRINTF to trace-events by Mark Cave-Ayland · 7 years ago
  10. 4c9fbc3 sun4u_iommu: update to reflect IOMMU is no longer part of the APB device by Mark Cave-Ayland · 7 years ago
  11. 0ea833c sun4u: split IOMMU device out from apb.c to sun4u_iommu.c by Mark Cave-Ayland · 7 years ago
  12. aea5b07 apb: QOMify IOMMU by Mark Cave-Ayland · 7 years ago
  13. 6952094 sun4u: switch from EBUS_DPRINTF() macro to trace-events by Mark Cave-Ayland · 7 years ago
  14. 8bcf1c7 sparc64: introduce trace-events for hw/sparc64 by Mark Cave-Ayland · 7 years ago
  15. 4b10c8d ebus: wire up OBIO interrupts to APB pbm via qdev GPIOs by Mark Cave-Ayland · 7 years ago
  16. cacd058 apb: remove pci_apb_init() and instantiate APB device using qdev by Mark Cave-Ayland · 7 years ago
  17. 4272ad4 apb: move the two secondary PCI bridges objects into APBState by Mark Cave-Ayland · 7 years ago
  18. 2a4d6af apb: use gpios to wire up the apb device to the SPARC CPU IRQs by Mark Cave-Ayland · 7 years ago
  19. 588978c apb: return APBState from pci_apb_init() rather than PCIBus by Mark Cave-Ayland · 7 years ago
  20. 0fe22ff sun4u: move initialisation of all ISABus devices into ebus_realize() by Mark Cave-Ayland · 7 years ago
  21. c796edd sun4u: remove pci_ebus_init() function by Mark Cave-Ayland · 7 years ago
  22. 8c40b8d sun4u: move ISABus inside of EBusState by Mark Cave-Ayland · 7 years ago
  23. ad6856e sun4u: ebus QOMify tidy-up by Mark Cave-Ayland · 7 years ago
  24. 5853046 sparc: sun4u/sun4v/niagara: use generic cpu_model parsing by Igor Mammedov · 7 years ago
  25. bcf9e2c2 sun4u: fix assert when adding NICs which aren't the in-built model by Mark Cave-Ayland · 7 years ago
  26. 6864fa3 sun4u: update PCI topology to include simba PCI bridges by Mark Cave-Ayland · 8 years ago
  27. fd3b02c pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices by Eduardo Habkost · 7 years ago
  28. 8d93297 sun4u: use sunhme as default on-board NIC by Mark Cave-Ayland · 7 years ago
  29. 4482e05 cpu: make cpu_generic_init() abort QEMU on error by Igor Mammedov · 7 years ago
  30. 311f2b7 apb: fix up PCI bus nomenclature by Mark Cave-Ayland · 7 years ago
  31. 07c8474 sun4u: expose fw_cfg and NVRAM on ebus PCI IO address space by Mark Cave-Ayland · 7 years ago
  32. d6acc8a sun4u: switch to using qdev to instantiate fw_cfg interface by Mark Cave-Ayland · 7 years ago
  33. e1030ca sun4u: pass PCIDevice into pci_ebus_init() instead of PCIBus by Mark Cave-Ayland · 7 years ago
  34. 3d592ff sparc: replace cpu_sparc_init() with cpu_generic_init() by Igor Mammedov · 8 years ago
  35. 1cfe48c memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate() by Peter Maydell · 8 years ago
  36. 1f6fb58 hw/sparc: use ARRAY_SIZE() macro by Philippe Mathieu-Daudé · 8 years ago
  37. 78fb261 hw/sparc64: QOM'ify sun4u.c by xiaoqiang zhao · 8 years ago
  38. 5ee5993 sparc/sparc64: grab BQL before calling cpu_check_irqs by Alex Bennée · 8 years ago
  39. d992f2f Merge remote-tracking branch 'remotes/artyom/tags/pull-sun4v-20170226' into staging by Peter Maydell · 8 years ago
  40. a5a0830 niagara: check if a serial port is available by Artyom Tarasenko · 8 years ago
  41. 5e3a549 niagara: fail if a firmware file is missing by Artyom Tarasenko · 8 years ago
  42. 2059839 hw: Default -drive to if=ide explicitly where it works by Markus Armbruster · 8 years ago
  43. a2664ca target-sparc: fix up niagara machine by Artyom Tarasenko · 8 years ago
  44. fff54d2 target-sparc: move common cpu initialisation routines to sparc64.c by Artyom Tarasenko · 8 years ago
  45. 5836d16 fw_cfg: move FW_CFG_NB_CPUS out of fw_cfg_init1() by Igor Mammedov · 8 years ago
  46. c6363ba nvram: Rename openbios_firmware_abi.h into sun_nvram.h by Thomas Huth · 8 years ago
  47. 2024c01 sparc: Use the new common NVRAM functions for system and free space partition by Thomas Huth · 8 years ago
  48. 4496dc4 sun4uv: fix serial initialization regression by Marc-André Lureau · 8 years ago
  49. f348b6d util: move declarations out of qemu-common.h by Veronia Bahaa · 9 years ago
  50. 73bcb24 Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND by Rutuja Shah · 9 years ago
  51. 4771d75 hw: explicitly include qemu-common.h and cpu.h by Paolo Bonzini · 9 years ago
  52. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  53. 0e6aac8 machine: Use type_init() to register machine classes by Eduardo Habkost · 9 years ago
  54. 7ef295e loader: Add data swap option to load-elf by Peter Crosthwaite · 9 years ago
  55. ba0a710 dma: remove now useless DMA_* functions by Hervé Poussineau · 9 years ago
  56. c3ae40e sparc64: disable floppy DMA by Hervé Poussineau · 9 years ago
  57. 5714694 i8257: pass ISA bus to DMA_init() function by Hervé Poussineau · 9 years ago
  58. db5ebe5 sparc: Clean up includes by Peter Maydell · 9 years ago
  59. df32c8d target-sparc: Convert to VMStateDescription by Juan Quintela · 9 years ago
  60. d10e543 isa: Clean up error handling around isa_bus_new() by Markus Armbruster · 9 years ago
  61. 3a80cea isa: Trivially convert remaining PCI-ISA bridges to realize() by Markus Armbruster · 9 years ago
  62. bf43330 sun4u: split NPT and INT_DIS accesses between timer and compare registers by Mark Cave-Ayland · 9 years ago
  63. e913cac sun4u: split out NPT and INT_DIS into separate CPUTimer fields by Mark Cave-Ayland · 9 years ago
  64. 7745238 sparc: Remove ELF_MACHINE from cpu.h by Peter Crosthwaite · 10 years ago
  65. 8a661ae Revert use of DEFINE_MACHINE() for registrations of multiple machines by Andreas Färber · 9 years ago
  66. e264d29 Use DEFINE_MACHINE() to register all machines by Eduardo Habkost · 9 years ago
  67. f8ed85a Fix bad error handling after memory_region_init_ram() by Markus Armbruster · 9 years ago
  68. 5039d6e i8257: remove cpu_request_exit irq by Paolo Bonzini · 10 years ago
  69. 19d2b5e i8257: rewrite DMA_schedule to avoid hooking into the CPU loop by Paolo Bonzini · 10 years ago
  70. 48779e5 fw_cfg: fix FW_CFG_BOOT_DEVICE update on ppc and sparc by Gabriel L. Somlo · 10 years ago
  71. 3a5c76b fw_cfg: factor out initialization of FW_CFG_ID (rev. number) by Gabriel L. Somlo · 10 years ago
  72. f3b18f3 sun4u: switch m48t59 NVRAM to MMIO access by Mark Cave-Ayland · 10 years ago
  73. 6de0497 m48t59: introduce new base-year qdev property by Mark Cave-Ayland · 10 years ago
  74. 3168824 m48t59: let init functions return a Nvram object by Hervé Poussineau · 10 years ago
  75. 5de0904 Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' into staging by Peter Maydell · 10 years ago
  76. 07dc788 parallel: Factor out common parallel_hds_isa_init() by Markus Armbruster · 10 years ago
  77. b6607a1 serial: Factor out common serial_hds_isa_init() by Markus Armbruster · 10 years ago
  78. bb2ed00 isa: add memory space parameter to isa_bus_new by Hervé Poussineau · 10 years ago
  79. 6670882 fw_cfg: move boards to fw_cfg_init_io() / fw_cfg_init_mem() by Laszlo Ersek · 10 years ago
  80. ddcd553 bootdevice: add Error **errp argument for QEMUBootSetHandler by Gonglei · 10 years ago
  81. 4be7463 hw: Convert from BlockDriverState to BlockBackend, mostly by Markus Armbruster · 10 years ago
  82. d8f94e1 ide: Update ide_drive_get to be HBA agnostic by John Snow · 10 years ago
  83. 4994653 memory: add parameter errp to memory_region_init_ram by Hu Tao · 10 years ago
  84. a1cf8be sun4u: switch second PCI-ebus bridge BAR over to PCI IO space by Mark Cave-Ayland · 11 years ago
  85. 3ef9622 machine: Conversion of QEMUMachineInitArgs to MachineState by Marcel Apfelbaum · 11 years ago
  86. 9889e04 Merge remote-tracking branch 'mst/tags/for_anthony' into staging by Anthony Liguori · 11 years ago
  87. 3e998a7 Merge remote-tracking branch 'mst/tags/for_anthony' into stable-1.5 by Anthony Liguori · 11 years ago
  88. c165473 hw: Clean up bogus default boot order by Markus Armbruster · 12 years ago
  89. bc72ad6 aio / timers: Switch entire codebase to the new timer API by Alex Bligh · 12 years ago
  90. 40daca5 aio / timers: Rearrange timer.h & make legacy functions call non-legacy by Alex Bligh · 12 years ago
  91. 6b63ef4 sun4: Don't prematurely explode QEMUMachineInitArgs by Markus Armbruster · 12 years ago
  92. 88c034d sun4u: QOM cast cleanup for RamDevice by Andreas Färber · 12 years ago
  93. 13575cf sun4u: QOM cast cleanup for PROMState by Andreas Färber · 12 years ago
  94. 0a70e09 ebus: do not use isa_mmio by Paolo Bonzini · 12 years ago
  95. dc11549 Merge remote-tracking branch 'mst/tags/for_anthony' into staging by Anthony Liguori · 12 years ago
  96. 29b358f pci: Add root bus parameter to pci_nic_init() by David Gibson · 12 years ago
  97. 2977673 hw/s*: pass owner to memory_region_init* functions by Paolo Bonzini · 12 years ago
  98. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  99. 2ae0e48 isa: QOM'ify ISABus by Andreas Färber · 12 years ago
  100. a88b362 refer to FWCfgState explicitly by Laszlo Ersek · 12 years ago