1. d262312 qom: Drop parameter @errp of object_property_add() & friends by Markus Armbruster · 4 years, 10 months ago
  2. 9a57116 hw/pci-host/piix: Include "qemu/range.h" by Philippe Mathieu-Daudé · 5 years ago
  3. 4f67d30 qdev: set properties with device_class_set_props() by Marc-André Lureau · 5 years ago
  4. 1401897 hw/pci-host/i440fx: Extract the IGD passthrough host bridge device by Philippe Mathieu-Daudé · 5 years ago
  5. 86a31fb hw/pci-host/i440fx: Use definitions instead of magic values by Philippe Mathieu-Daudé · 5 years ago
  6. 2d61ace hw/pci-host/i440fx: Use size_t to iterate over ARRAY_SIZE() by Philippe Mathieu-Daudé · 5 years ago
  7. 3402076 hw/pci-host/i440fx: Extract PCII440FXState to "hw/pci-host/i440fx.h" by Philippe Mathieu-Daudé · 5 years ago
  8. cd3fdb7 hw/pci-host/i440fx: Correct the header description by Philippe Mathieu-Daudé · 5 years ago
  9. 48bc99a hw/pci-host/i440fx: Remove the last PIIX3 traces by Philippe Mathieu-Daudé · 5 years ago
  10. 0f25d86 hw/pci-host: Rename incorrectly named 'piix' as 'i440fx' by Philippe Mathieu-Daudé · 6 years ago[Renamed from hw/pci-host/piix.c]
  11. 14a026d hw/pci-host/piix: Extract PIIX3 functions to hw/isa/piix3.c by Philippe Mathieu-Daudé · 5 years ago
  12. 553b455 hw/pci-host/piix: Fix code style issues by Philippe Mathieu-Daudé · 5 years ago
  13. 0fd61a2 hw/pci-host/piix: Move i440FX declarations to hw/pci-host/i440fx.h by Philippe Mathieu-Daudé · 6 years ago
  14. 4b19de1 hw/pci-host/piix: Define and use the PIIX IRQ Route Control Registers by Philippe Mathieu-Daudé · 5 years ago
  15. 0063454 hw/pci-host/piix: Move RCR_IOPORT register definition by Philippe Mathieu-Daudé · 6 years ago
  16. b7d255e hw/pci-host/piix: Extract piix3_create() by Philippe Mathieu-Daudé · 5 years ago
  17. 8ce60a7 hw/i386: Remove obsolete LoadStateHandler::load_state_old handlers by Philippe Mathieu-Daudé · 5 years ago
  18. 54d3123 sysemu: Split sysemu/runstate.h off sysemu/sysemu.h by Markus Armbruster · 6 years ago
  19. a27bd6c Include hw/qdev-properties.h less by Markus Armbruster · 6 years ago
  20. 650d103 Include hw/hw.h exactly where needed by Markus Armbruster · 6 years ago
  21. d645427 Include migration/vmstate.h less by Markus Armbruster · 6 years ago
  22. 64552b6 Include hw/irq.h a lot less by Markus Armbruster · 6 years ago
  23. ca77ee2 Include migration/qemu-file-types.h a lot less by Markus Armbruster · 6 years ago
  24. 71e8a91 Include sysemu/reset.h a lot less by Markus Armbruster · 6 years ago
  25. 9b178f0 piix_pci: fix i440fx data sheet link by Li Qiang · 6 years ago
  26. ee31e90 piix: use TYPE_FOO constants than string constats by Li Qiang · 6 years ago
  27. 0118c01 i440fx: use ARRAY_SIZE for pam_regions by Li Qiang · 6 years ago
  28. ed6bb4b hw/pci-host/x86: extend the 64-bit PCI hole relative to the fw-assigned base by Laszlo Ersek · 6 years ago
  29. ccef5b1 hw/pci-host/x86: extract get_pci_hole64_start_value() helpers by Laszlo Ersek · 6 years ago
  30. 6617562 hw/pci-host: Remove useless parenthesis around DIV_ROUND_UP macro by Philippe Mathieu-Daudé · 7 years ago
  31. 37abf8d target-i386: add i440fx 0xcf8 port as coalesced_pio by Peng Hao · 6 years ago
  32. 0560792 hw/pci-host/piix: QOM'ify the IGD Passthrough host bridge by Philippe Mathieu-Daudé · 7 years ago
  33. fd56e06 pci: Eliminate redundant PCIDevice::bus pointer by David Gibson · 7 years ago
  34. 1115ff6 pci: Rename root bus initialization functions for clarity by David Gibson · 7 years ago
  35. 9fa99d2 hw/pci-host: Fix x86 Host Bridges 64bit PCI hole by Marcel Apfelbaum · 7 years ago
  36. fd3b02c pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices by Eduardo Habkost · 7 years ago
  37. 44b1ff3 migration: pre_save return int by Dr. David Alan Gilbert · 7 years ago
  38. f9406b8 piix: use DIV_ROUND_UP by Marc-André Lureau · 8 years ago
  39. 3dc6f86 Convert error_report() to warn_report() by Alistair Francis · 8 years ago
  40. 1e507bb object: use more specific property type names by Marc-André Lureau · 8 years ago
  41. cf83f14 shutdown: Add source information to SHUTDOWN and RESET by Eric Blake · 8 years ago
  42. e90f2a8 qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable by Eduardo Habkost · 8 years ago
  43. 6103451 hw/i386: Build-time assertion on pc/q35 reset register being identical. by Phil Dennis-Jordan · 8 years ago
  44. a0efbf1 range: Eliminate direct Range member access by Markus Armbruster · 9 years ago
  45. 01c9742 pc: Eliminate PcPciInfo by Markus Armbruster · 9 years ago
  46. 97a83ec piix: Set I440FXState member pci_info.w32 in one place by Markus Armbruster · 9 years ago
  47. bf8d492 q35: allow dynamic sysbus by Marcel Apfelbaum · 9 years ago
  48. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  49. d7bce99 qom: Swap 'name' next to visitor in ObjectPropertyAccessor by Eric Blake · 9 years ago
  50. 51e72bc qapi: Swap visit_* arguments for consistent 'name' placement by Eric Blake · 9 years ago
  51. b6a0aa0 x86: Clean up includes by Peter Maydell · 9 years ago
  52. d10e543 isa: Clean up error handling around isa_bus_new() by Markus Armbruster · 9 years ago
  53. 349a3b1 igd-passthrough: fix use of host_pci_config_read by Cao jin · 9 years ago
  54. 8d211f6 i440fx: print an error message if user tries to enable iommu by Bandan Das · 9 years ago
  55. e3fce97 piix: fix resource leak reported by Coverity by zhanghailiang · 9 years ago
  56. 595a4f0 piix: create host bridge to passthrough by Tiejun Chen · 10 years ago
  57. 7bb836e i440fx: make types configurable at run-time by Michael S. Tsirkin · 10 years ago
  58. e33d22f piix: Document coreboot-specific RAM size config register by Eduardo Habkost · 10 years ago
  59. b7c6971 piix: piix3 QOMify by Gonglei · 10 years ago
  60. 5cd8cad migration: Use normal VMStateDescriptions for Subsections by Juan Quintela · 10 years ago
  61. 3de70c0 hw/i386: remove smram_update by Paolo Bonzini · 10 years ago
  62. f809c60 target-i386: use memory API to implement SMRAM by Paolo Bonzini · 10 years ago
  63. fe6567d hw/i386: add a separate region that tracks the SMRAME bit by Paolo Bonzini · 10 years ago
  64. 9af21db pci: Trivial device model conversions to realize by Markus Armbruster · 10 years ago
  65. bb2ed00 isa: add memory space parameter to isa_bus_new by Hervé Poussineau · 10 years ago
  66. 2c9ecde piix: do not set irq while loading vmstate by Pavel Dovgalyuk · 11 years ago
  67. d49805a savevm: Remove all the unneeded version_minimum_id_old (x86) by Juan Quintela · 11 years ago
  68. 2897ae0 qdev:pci: refactor PCIDevice to use generic "hotpluggable" property by Igor Mammedov · 11 years ago
  69. d181976 Merge remote-tracking branch 'mst/tags/for_anthony' into staging by Anthony Liguori · 11 years ago
  70. ddaaefb piix: fix 32bit pci hole by Gerd Hoffmann · 11 years ago
  71. 81aab2f piix3 piix4: Clean up use of cannot_instantiate_with_device_add_yet by Markus Armbruster · 11 years ago
  72. 08c58f9 pci-host: Consistently set cannot_instantiate_with_device_add_yet by Markus Armbruster · 11 years ago
  73. 837d371 sysbus: Set cannot_instantiate_with_device_add_yet by Markus Armbruster · 11 years ago
  74. efec3dd qdev: Replace no_user by cannot_instantiate_with_device_add_yet by Markus Armbruster · 11 years ago
  75. 83d08f2 pc: map PCI address space as catchall region for not mapped addresses by Michael S. Tsirkin · 11 years ago
  76. 04c7d8b Fix pc migration from qemu <= 1.5 by Cole Robinson · 11 years ago
  77. 277e934 piix: APIs for pc guest info by Michael S. Tsirkin · 12 years ago
  78. 2028fdf piix: use 64 bit window programmed by guest by Michael S. Tsirkin · 12 years ago
  79. 1466cef pc: fix regression for 64 bit PCI memory by Michael S. Tsirkin · 12 years ago
  80. 3984890 pc: limit 64 bit hole to 2G by default by Igor Mammedov · 12 years ago
  81. 44fc8c5 pc: replace i440fx_common_init() with i440fx_init() by Igor Mammedov · 12 years ago
  82. 1d0d4aa pc: add I440FX QOM cast macro by Igor Mammedov · 12 years ago
  83. a3560fb i440fx-pcihost: Use QOM realize for i440fx-pcihost by Hu Tao · 12 years ago
  84. 2aedfa46 i440fx: Use type-safe cast instead of direct access of parent dev by Hu Tao · 12 years ago
  85. dc11549 Merge remote-tracking branch 'mst/tags/for_anthony' into staging by Anthony Liguori · 12 years ago
  86. 568f069 pci: Replace pci_find_domain() with more general pci_root_bus_path() by David Gibson · 12 years ago
  87. 40c5dce hw/p*: pass owner to memory_region_init* functions by Paolo Bonzini · 12 years ago
  88. 3cd2cf4 pam: pass device to init_pam and use it to set owner by Paolo Bonzini · 12 years ago
  89. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  90. c0907c9 hw: move PCI bridges to hw/pci-* or hw/ARCH by Paolo Bonzini · 12 years ago[Renamed from hw/piix_pci.c]
  91. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  92. c972121 piix_pci: Fix C99 comments by David Woodhouse · 12 years ago
  93. d93a8a4 piix_pci: Use DEVICE() and ISA_BUS() by David Woodhouse · 12 years ago
  94. 57a0f0c piix_pci: Clean up i440FX object handling by David Woodhouse · 12 years ago
  95. 60a0e44 pci: Allow PCI bus creation interfaces to specify the type of bus by Alex Williamson · 12 years ago
  96. 6e72a00 Merge remote-tracking branch 'bonzini/hw-dirs' into staging by Anthony Liguori · 12 years ago
  97. d37e12a pci_host: Drop write-only address_space field by Peter Maydell · 12 years ago
  98. 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
  99. 1ec4ba7 PIIX3: reset the VM when the Reset Control Register's RCPU bit gets set by Laszlo Ersek · 12 years ago
  100. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago