1. 9cc44d9 hw/char/parallel-isa: Export struct ISAParallelState by Bernhard Beschow · 1 year, 9 months ago
  2. e8273b0 hw/sparc64/sun4u: Use MachineClass->default_nic and MachineClass->no_parallel by Thomas Huth · 1 year, 10 months ago
  3. b93fe7f pci: avoid accessing slot_reserved_mask directly outside of pci.c by Chuck Zmudzinski · 2 years ago
  4. da9f117 hw/ide: Un-inline ide_set_irq() by Philippe Mathieu-Daudé · 2 years, 1 month ago
  5. 7067887 hw/isa: Rename isa_bus_irqs() -> isa_bus_register_input_irqs() by Philippe Mathieu-Daudé · 2 years, 1 month ago
  6. eba2456 hw/sparc64/sun4u: Keep reference to ISA input IRQs in EbusState by Philippe Mathieu-Daudé · 2 years, 1 month ago
  7. 1881f33 hw/sparc64/niagara: Use blk_name() instead of open-coding it by Markus Armbruster · 2 years, 2 months ago
  8. e2c1c34 include/block: Untangle inclusion loops by Markus Armbruster · 2 years, 2 months ago
  9. 8466405 hw: Remove unused MAX_IDE_BUS define by BALATON Zoltan · 2 years, 6 months ago
  10. aa2e535 hw: Reuse TYPE_I8042 define by Bernhard Beschow · 2 years, 10 months ago
  11. 9323e79 Fix 'writeable' typos by Peter Maydell · 2 years, 9 months ago
  12. 97ec4d2 machine: use QAPI struct for boot configuration by Paolo Bonzini · 2 years, 11 months ago
  13. f9bcb2d Warn user if the vga flag is passed but no vga device is created by Gautam Agrawal · 2 years, 10 months ago
  14. 0f9668e Remove qemu-common.h include from most units by Marc-André Lureau · 3 years ago
  15. b21e238 Use g_new() & friends where that makes obvious sense by Markus Armbruster · 3 years ago
  16. 64eaa82 hw: Replace trivial drive_get_next() by drive_get() by Markus Armbruster · 3 years, 4 months ago
  17. 72ea60e hw/block/fdc: Extract ISA floppy controllers to fdc-isa.c by Philippe Mathieu-Daudé · 3 years, 9 months ago
  18. d0fb965 docs: fix references to docs/devel/tracing.rst by Stefano Garzarella · 3 years, 10 months ago
  19. 74e3168 Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20210505' into staging by Peter Maydell · 3 years, 10 months ago
  20. 10fb134 hw/sparc*: Move cpu_check_irqs() to target/sparc/ by Philippe Mathieu-Daudé · 3 years, 10 months ago
  21. 5aa7f68 hw/sparc64: Fix code style for checkpatch.pl by Philippe Mathieu-Daudé · 3 years, 10 months ago
  22. ef19ddf hw/sparc64: Remove unused "hw/char/serial.h" header by Philippe Mathieu-Daudé · 3 years, 10 months ago
  23. ee86213 Do not include exec/address-spaces.h if it's not really necessary by Thomas Huth · 3 years, 11 months ago
  24. b501018 hw/ide: remove 'ide-drive' device by Daniel P. Berrangé · 4 years ago
  25. 2c65db5 vl: extract softmmu/datadir.c by Paolo Bonzini · 4 years, 4 months ago
  26. 48c0b1e sparc64: do not use ram_size global by Paolo Bonzini · 4 years, 4 months ago
  27. 377ce9c sparc: remove bios_name by Paolo Bonzini · 4 years, 4 months ago
  28. e237e1c sabre: don't call sysbus_mmio_map() in sabre_realize() by Mark Cave-Ayland · 4 years, 5 months ago
  29. dc7a05d sun4u: use qdev properties instead of legacy m48t59_init() function by Mark Cave-Ayland · 4 years, 5 months ago
  30. 8063396 Use OBJECT_DECLARE_SIMPLE_TYPE when possible by Eduardo Habkost · 4 years, 6 months ago
  31. 5b07883 sabre: Rename SABRE_DEVICE to SABRE by Eduardo Habkost · 4 years, 6 months ago
  32. 8110fa1 Use DECLARE_*CHECKER* macros by Eduardo Habkost · 4 years, 6 months ago
  33. db1015e Move QOM typedefs and add missing includes by Eduardo Habkost · 4 years, 6 months ago
  34. dd8014e Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.2-20200818' into staging by Peter Maydell · 4 years, 6 months ago
  35. 2c44220 meson: convert hw/arch* by Marc-André Lureau · 6 years ago
  36. 243af02 trace: switch position of headers to what Meson requires by Paolo Bonzini · 5 years ago
  37. 37035df nvram: Exit QEMU if NVRAM cannot contain all -prom-env data by Greg Kurz · 4 years, 7 months ago
  38. 5325cc3 qom: Put name parameter before value / visitor parameter by Markus Armbruster · 4 years, 8 months ago
  39. 6172e06 fdc: Reject clash between -drive if=floppy and -global isa-fdc by Markus Armbruster · 4 years, 9 months ago
  40. 3c6ef47 sysbus: Convert to sysbus_realize() etc. with Coccinelle by Markus Armbruster · 4 years, 9 months ago
  41. 96927c7 isa: Convert uses of isa_create() with Coccinelle by Markus Armbruster · 4 years, 9 months ago
  42. db23224 pci: Convert uses of pci_create() etc. manually by Markus Armbruster · 4 years, 9 months ago
  43. 9307d06 pci: Convert uses of pci_create() etc. with Coccinelle by Markus Armbruster · 4 years, 9 months ago
  44. 3e80f69 qdev: Convert uses of qdev_create() with Coccinelle by Markus Armbruster · 4 years, 9 months ago
  45. aceeb71 hw/sparc64/niagara: Remove duplicated NIAGARA_UART_BASE definition by Philippe Mathieu-Daudé · 4 years, 9 months ago
  46. bec6e07 hw/sparc64/niagara: Map the UART device unconditionally by Philippe Mathieu-Daudé · 5 years ago
  47. d262312 qom: Drop parameter @errp of object_property_add() & friends by Markus Armbruster · 4 years, 10 months ago
  48. be1765f hw/ide: Do ide_drive_get() within pci_ide_create_devs() by BALATON Zoltan · 5 years ago
  49. ea0ac7f hw: Make MachineClass::is_default a boolean type by Philippe Mathieu-Daudé · 5 years ago
  50. 769e8d9 sparc/niagara: use memdev for RAM by Igor Mammedov · 5 years ago
  51. 6cdda0f hw/core/loader: Let load_elf() populate a field with CPU-specific flags by Aleksandar Markovic · 5 years ago
  52. 4f67d30 qdev: set properties with device_class_set_props() by Marc-André Lureau · 5 years ago
  53. 7bebc35 hw/nvram/Kconfig: Restrict CHRP NVRAM to machines using OpenBIOS or SLOF by Philippe Mathieu-Daudé · 5 years ago
  54. 2811ac3 hw: Move sun4v hypervisor RTC from hw/timer/ to hw/rtc/ subdirectory by Philippe Mathieu-Daudé · 5 years ago
  55. 819ce6b hw: Move M48T59 device from hw/timer/ to hw/rtc/ subdirectory by Philippe Mathieu-Daudé · 5 years ago
  56. 6966631 sparc64: use memory_region_allocate_system_memory() only for '-m' specified RAM by Igor Mammedov · 5 years ago
  57. 5aa78a8 hw/misc: Add a config switch for the "unimplemented" device by Thomas Huth · 6 years ago
  58. 54d3123 sysemu: Split sysemu/runstate.h off sysemu/sysemu.h by Markus Armbruster · 6 years ago
  59. 46517dd Include sysemu/sysemu.h a lot less by Markus Armbruster · 6 years ago
  60. a27bd6c Include hw/qdev-properties.h less by Markus Armbruster · 6 years ago
  61. 650d103 Include hw/hw.h exactly where needed by Markus Armbruster · 6 years ago
  62. d645427 Include migration/vmstate.h less by Markus Armbruster · 6 years ago
  63. 71e8a91 Include sysemu/reset.h a lot less by Markus Armbruster · 6 years ago
  64. 33decbd hw: Replace global smp variables with MachineState for all remaining archs by Like Xu · 6 years ago
  65. a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
  66. 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
  67. 5a59fbc target/sparc: Use env_cpu, env_archcpu by Richard Henderson · 6 years ago
  68. a2b45ea hw/sparc64: Implement fw_cfg_arch_key_name() by Philippe Mathieu-Daudé · 6 years ago
  69. 84bdc58 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 6 years ago
  70. 500016e trace-events: Shorten file names in comments by Markus Armbruster · 6 years ago
  71. 3e3fdad hw/char/parallel: Make it possible to compile also without CONFIG_PARALLEL by Thomas Huth · 6 years ago
  72. 152f8d7 sparc64-softmmu.mak: express dependencies with Kconfig by Paolo Bonzini · 6 years ago
  73. a7e2315 isa: express dependencies with kconfig by Paolo Bonzini · 6 years ago
  74. 82f5181 kconfig: introduce kconfig files by Paolo Bonzini · 6 years ago
  75. 9aed808 hw/sparc64: Explicitly set default_display = "std" by Thomas Huth · 6 years ago
  76. d55451d Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20190206' into staging by Peter Maydell · 6 years ago
  77. 4f0444f Merge remote-tracking branch 'remotes/vivier2/tags/trivial-patches-pull-request' into staging by Peter Maydell · 6 years ago
  78. ad28055 sun4u: add power_mem_read routine by Prasad J Pandit · 6 years ago
  79. c3019ef hw/sparc64: Create VGA device only if it has really been requested by Thomas Huth · 6 years ago
  80. d5b661e hw/sparc64/sun4u: Drop useless inclusion of "hw/i386/pc.h" by Philippe Mathieu-Daudé · 6 years ago
  81. 04aa5ab hw/sparc64/Makefile.objs: Create CONFIG_* for sparc64 by Yang Zhong · 6 years ago
  82. 4366e1d elf: Add optional function ptr to load_elf() to parse ELF notes by Liam Merwick · 6 years ago
  83. da0f044 hw/sparc64/niagara: Model the I/O Bridge with the 'unimplemented_device' by Philippe Mathieu-Daudé · 6 years ago
  84. 0a1d5c4 sun4u: implement custom FWPathProvider by Mark Cave-Ayland · 7 years ago
  85. 3ac2418 sun4u: ensure kernel_top is always initialised by Mark Cave-Ayland · 7 years ago
  86. e8c8589 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 7 years ago
  87. 0a2e467 hw/sparc: Use the IEC binary prefix definitions by Philippe Mathieu-Daudé · 7 years ago
  88. 0f0f8b6 loader: Check access size when calling rom_ptr() to avoid crashes by Thomas Huth · 7 years ago
  89. 92b1988 hw/sparc64/sun4u: Fix introspection by converting prom instance_init to realize by Thomas Huth · 7 years ago
  90. 2c91bcf iommu: Add IOMMU index argument to translate method by Peter Maydell · 7 years ago
  91. def337f serial-isa: Use MAX_ISA_SERIAL_PORTS instead of MAX_SERIAL_PORTS by Peter Maydell · 7 years ago
  92. 9bca0ed Change references to serial_hds[] to serial_hd() by Peter Maydell · 7 years ago
  93. 47973a2 hw/input/i8042: Extract declarations from i386/pc.h into input/i8042.h by Philippe Mathieu-Daudé · 7 years ago
  94. 55f613a hw/dma/i8257: Rename DMA_init() to i8257_dma_init() by Philippe Mathieu-Daudé · 7 years ago
  95. bb3d5ea hw/isa: Move parallel_hds_isa_init() to hw/char/parallel-isa.c by Philippe Mathieu-Daudé · 7 years ago
  96. e688df6 Include qapi/error.h exactly where needed by Markus Armbruster · 7 years ago
  97. 29bd723 hw/sparc*: Replace fprintf(stderr, "*\n" with error_report() by Alistair Francis · 7 years ago
  98. 25c5d5a sun4u: implement power device by Mark Cave-Ayland · 7 years ago
  99. be75bbe sparc64: convert hw/sparc64/sparc64.c from DPRINTF macros to trace events by Mark Cave-Ayland · 7 years ago
  100. 9b30179 apb: rename apb.c to sabre.c by Mark Cave-Ayland · 7 years ago