1. eb8f7f9 x86: ich9: expose "smi_negotiated_features" as a QOM property by Igor Mammedov · 4 years, 5 months ago
  2. 00dc02d x86: lpc9: let firmware negotiate 'CPU hotplug with SMI' features by Igor Mammedov · 4 years, 5 months ago
  3. 8063396 Use OBJECT_DECLARE_SIMPLE_TYPE when possible by Eduardo Habkost · 4 years, 6 months ago
  4. 842038f Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pull-request' into staging by Peter Maydell · 4 years, 6 months ago
  5. 0fc8289 lpc_ich9: Use typedef name for instance_size by Eduardo Habkost · 4 years, 6 months ago
  6. b327066 pc87312: Rename TYPE_PC87312_SUPERIO to TYPE_PC87312 by Eduardo Habkost · 4 years, 6 months ago
  7. 8110fa1 Use DECLARE_*CHECKER* macros by Eduardo Habkost · 4 years, 6 months ago
  8. db1015e Move QOM typedefs and add missing includes by Eduardo Habkost · 4 years, 6 months ago
  9. 0c66619 hw/isa/isa-bus: Replace hw_error() by assert() by Philippe Mathieu-Daudé · 4 years, 6 months ago
  10. 28b18db hw/isa/isa-superio: Fix IDE controller realization by Philippe Mathieu-Daudé · 4 years, 7 months ago
  11. fe47ad3 piix: Move QOM macros to header by Eduardo Habkost · 4 years, 6 months ago
  12. a74fb39 meson: convert hw/isa by Marc-André Lureau · 6 years ago
  13. 243af02 trace: switch position of headers to what Meson requires by Paolo Bonzini · 5 years ago
  14. 668f62e error: Eliminate error_propagate() with Coccinelle, part 1 by Markus Armbruster · 4 years, 8 months ago
  15. 118bfd7 qdev: Use returned bool to check for qdev_realize() etc. failure by Markus Armbruster · 4 years, 8 months ago
  16. 525d654 audio: rework pcspk_init() by Gerd Hoffmann · 4 years, 8 months ago
  17. 6172e06 fdc: Reject clash between -drive if=floppy and -global isa-fdc by Markus Armbruster · 4 years, 8 months ago
  18. 3c6ef47 sysbus: Convert to sysbus_realize() etc. with Coccinelle by Markus Armbruster · 4 years, 9 months ago
  19. bd2f053 isa: isa_create(), isa_try_create() are now unused, drop by Markus Armbruster · 4 years, 9 months ago
  20. 96927c7 isa: Convert uses of isa_create() with Coccinelle by Markus Armbruster · 4 years, 9 months ago
  21. 0fe9d90 isa: New isa_new(), isa_realize_and_unref() etc. by Markus Armbruster · 4 years, 9 months ago
  22. 9307d06 pci: Convert uses of pci_create() etc. with Coccinelle by Markus Armbruster · 4 years, 9 months ago
  23. 99ba777 qdev: Convert uses of qdev_set_parent_bus() with Coccinelle by Markus Armbruster · 4 years, 9 months ago
  24. 3e80f69 qdev: Convert uses of qdev_create() with Coccinelle by Markus Armbruster · 4 years, 9 months ago
  25. 7d3660e Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 4 years, 9 months ago
  26. da278d5 accel: Move Xen accelerator code under accel/xen/ by Philippe Mathieu-Daudé · 4 years, 10 months ago
  27. 18cdeb7 hw/isa/apm: Convert debug printf()s to trace events by Philippe Mathieu-Daudé · 4 years, 9 months ago
  28. c3a09ff hw/mips/fuloong2e: Fix typo in Fuloong machine name by Philippe Mathieu-Daudé · 4 years, 10 months ago
  29. 40c2281 Drop more @errp parameters after previous commit by Markus Armbruster · 4 years, 10 months ago
  30. d262312 qom: Drop parameter @errp of object_property_add() & friends by Markus Armbruster · 4 years, 10 months ago
  31. e508430 hw/isa/superio: Make the components QOM children by Markus Armbruster · 4 years, 10 months ago
  32. a2261b2 Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pull-request' into staging by Peter Maydell · 4 years, 10 months ago
  33. a53e581 acpi: add ISADeviceClass->build_aml() by Gerd Hoffmann · 4 years, 10 months ago
  34. 2c8ed55 hw/isa/i82378: Remove dead assignment by Philippe Mathieu-Daudé · 4 years, 10 months ago
  35. b822dfa hw/isa/superio: Correct the license text by Philippe Mathieu-Daudé · 5 years ago
  36. ce73691 Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging by Peter Maydell · 5 years ago
  37. 7d0776c hw/ide: Remove unneeded inclusion of hw/ide.h by BALATON Zoltan · 5 years ago
  38. be1765f hw/ide: Do ide_drive_get() within pci_ide_create_devs() by BALATON Zoltan · 5 years ago
  39. f42b65b hw/ide: Get rid of piix4_init function by BALATON Zoltan · 5 years ago
  40. 902283c hw/isa/piix4.c: Introduce variable to store devfn by BALATON Zoltan · 5 years ago
  41. 64a7b8d qom/object: Use common get/set uint helpers by Felipe Franciosi · 5 years ago
  42. a8c1e3b ich9: Simplify ich9_lpc_initfn by Felipe Franciosi · 5 years ago
  43. 1f63daa ich9: fix getter type for sci_int property by Felipe Franciosi · 5 years ago
  44. 836e1b3 qom/object: enable setter for uint types by Felipe Franciosi · 5 years ago
  45. a1c4a3d hw/southbridge/ich9: Removed unused headers by Philippe Mathieu-Daudé · 5 years ago
  46. 10ebc0a hw/input: Do not enable CONFIG_PCKBD by default by Thomas Huth · 5 years ago
  47. 4f67d30 qdev: set properties with device_class_set_props() by Marc-André Lureau · 5 years ago
  48. 3c29e18 hw/isa/isa-bus: cleanup irq functions by Paolo Bonzini · 5 years ago
  49. 852c27e hw: replace hw/i386/pc.h with a header just for the i8259 by Paolo Bonzini · 5 years ago
  50. f3db354 mips: fulong 2e: Renovate coding style by Filip Bozuta · 5 years ago
  51. 14a026d hw/pci-host/piix: Extract PIIX3 functions to hw/isa/piix3.c by Philippe Mathieu-Daudé · 5 years ago
  52. 0063454 hw/pci-host/piix: Move RCR_IOPORT register definition by Philippe Mathieu-Daudé · 6 years ago
  53. e29f237 hw/isa/piix4: Move piix4_create() to hw/isa/piix4.c by Philippe Mathieu-Daudé · 6 years ago
  54. fff123b piix4: Add a MC146818 RTC Controller as specified in datasheet by Philippe Mathieu-Daudé · 7 years ago
  55. f9b3cd5 piix4: Add an i8254 PIT Controller as specified in datasheet by Hervé Poussineau · 7 years ago
  56. 135bfcc piix4: Add an i8257 DMA Controller as specified in datasheet by Hervé Poussineau · 7 years ago
  57. 9b74b19 piix4: Rename PIIX4 object to piix4-isa by Hervé Poussineau · 7 years ago
  58. 078778c piix4: Add an i8259 Interrupt Controller as specified in datasheet by Hervé Poussineau · 7 years ago
  59. 5790b75 piix4: Add the Reset Control Register by Hervé Poussineau · 7 years ago
  60. 9dc1a76 hw/isa/vt82c686: Convert reset handler to DeviceReset by Philippe Mathieu-Daudé · 5 years ago
  61. fd52c20 hw/isa/piix4: Convert reset handler to DeviceReset by Philippe Mathieu-Daudé · 5 years ago
  62. c0ff379 hw/isa: Introduce a CONFIG_ISA_SUPERIO switch for isa-superio.c by Thomas Huth · 5 years ago
  63. 2e5b09f hw/core: Move cpu.c, cpu.h from qom/ to hw/core/ by Markus Armbruster · 6 years ago
  64. 54d3123 sysemu: Split sysemu/runstate.h off sysemu/sysemu.h by Markus Armbruster · 6 years ago
  65. d5938f2 Clean up inclusion of sysemu/sysemu.h by Markus Armbruster · 6 years ago
  66. a27bd6c Include hw/qdev-properties.h less by Markus Armbruster · 6 years ago
  67. 650d103 Include hw/hw.h exactly where needed by Markus Armbruster · 6 years ago
  68. d645427 Include migration/vmstate.h less by Markus Armbruster · 6 years ago
  69. 64552b6 Include hw/irq.h a lot less by Markus Armbruster · 6 years ago
  70. 71e8a91 Include sysemu/reset.h a lot less by Markus Armbruster · 6 years ago
  71. a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
  72. 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
  73. a30c34d hw/isa: Use the QOM DEVICE() macro to access DeviceState.qdev by Philippe Mathieu-Daudé · 6 years ago
  74. 2e8f851 hw/ppc/40p: Move the MC146818 RTC to the board where it belongs by Philippe Mathieu-Daudé · 6 years ago
  75. 81c48dd hw/i386/acpi: Add object_resolve_type_unambiguous to improve modularity by Philippe Mathieu-Daudé · 6 years ago
  76. 84bdc58 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 6 years ago
  77. 500016e trace-events: Shorten file names in comments by Markus Armbruster · 6 years ago
  78. fa80da7 hw/isa/Kconfig: PIIX4 southbridge requires USB UHCI by Philippe Mathieu-Daudé · 6 years ago
  79. aa889f7 hw/isa/Kconfig: i82378 SuperIO requires PC speaker device by Philippe Mathieu-Daudé · 6 years ago
  80. 9040e6d i386, acpi: check acpi_memory_hotplug capacity in pre_plug by Wei Yang · 6 years ago
  81. dd0ff81 isa: express SuperIO dependencies with Kconfig by Paolo Bonzini · 6 years ago
  82. 1550b0e i2c: express dependencies with Kconfig by Paolo Bonzini · 6 years ago
  83. 02017ee i386: express dependencies with Kconfig by Paolo Bonzini · 6 years ago
  84. a7e2315 isa: express dependencies with kconfig by Paolo Bonzini · 6 years ago
  85. 82f5181 kconfig: introduce kconfig files by Paolo Bonzini · 6 years ago
  86. 93198b6 i2c: Split smbus into parts by Corey Minyard · 6 years ago
  87. 4ad6f6c char: allow specifying a GMainContext at opening time by Paolo Bonzini · 6 years ago
  88. eae2e2e configs: Add a CONFIG_SMC37C669 switch for the "smc37c669-superio" device by Thomas Huth · 6 years ago
  89. 45726b6 i2c: pm_smbus: Add the ability to force block transfer enable by Corey Minyard · 7 years ago
  90. 75cacb1 hw/isa/smc37c669: Change the parallel I/O base to 378H by Philippe Mathieu-Daudé · 7 years ago
  91. d4c8fcd hw/isa/superio: Fix inconsistent use of Chardev->be by Philippe Mathieu-Daudé · 7 years ago
  92. 0304f9e hw: Do not include "sysemu/block-backend.h" if it is not necessary by Philippe Mathieu-Daudé · 7 years ago
  93. 9bca0ed Change references to serial_hds[] to serial_hd() by Peter Maydell · 7 years ago
  94. ed627b2 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 7 years ago
  95. f8eaef6 acpi: move ACPI_PORT_SMI_CMD define to header it belongs to by Igor Mammedov · 7 years ago
  96. 7bea0dd hw/isa/superio: Add the SMC FDC37C669 Super I/O by Philippe Mathieu-Daudé · 7 years ago
  97. 98cf824 hw/isa/vt82c686: Add the TYPE_VT82C686B_SUPERIO by Philippe Mathieu-Daudé · 7 years ago
  98. 728d891 hw/isa/vt82c686: Rename vt82c686b_init() -> vt82c686b_isa_init() by Philippe Mathieu-Daudé · 7 years ago
  99. 7313b1f hw/isa/superio: Factor out the FDC37M817 Super I/O from mips_malta.c by Philippe Mathieu-Daudé · 7 years ago
  100. c16a4e1 hw/isa/superio: Factor out the IDE code from pc87312.c by Philippe Mathieu-Daudé · 7 years ago