aboutsummaryrefslogtreecommitdiff
path: root/hw/isa/lpc_ich9.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-27hw/isa: Rename isa_bus_irqs() -> isa_bus_register_input_irqs()Philippe Mathieu-Daudé1-1/+1
2023-02-27hw: Move ich9.h to southbridge/Bernhard Beschow1-1/+1
2023-02-27hw/i386/ich9: Clean up includesBernhard Beschow1-1/+1
2023-02-27hw/i386/ich9: Remove redundant GSI_NUM_PINSBernhard Beschow1-1/+1
2023-02-27hw/isa/lpc_ich9: Remove redundant ich9_lpc_reset() invocationBernhard Beschow1-4/+0
2023-02-27hw/isa/lpc_ich9: Connect PM stuff to LPC internallyBernhard Beschow1-3/+5
2023-02-27hw/isa/lpc_ich9: Eliminate ICH9LPCState::isa_busBernhard Beschow1-4/+1
2023-02-27hw/isa/lpc_ich9: Unexport PIRQ functionsBernhard Beschow1-3/+8
2023-01-27hw/isa/isa-bus: Turn isa_build_aml() into qbus_build_aml()Bernhard Beschow1-4/+1
2022-12-21hw/isa: enable TCO watchdog reboot pin strap by defaultDaniel P. Berrangé1-1/+1
2022-12-21hw/isa: add trace events for ICH9 LPC chip config accessDaniel P. Berrangé1-0/+3
2022-11-22acpi: x86: move RPQx field back to _SB scopeIgor Mammedov1-12/+4
2022-11-07acpi: pc/q35: drop ad-hoc PCI-ISA bridge AML routines and let bus ennumeratio...Igor Mammedov1-0/+23
2022-10-31hw/i386/pc: Create DMA controllers in south bridgesBernhard Beschow1-0/+3
2022-06-09acpi: q35: isa bridge: use AcpiDevAmlIf interface to build ISA device descrip...Igor Mammedov1-0/+19
2021-09-04q35: catch invalid cpu hotplug configurationGerd Hoffmann1-0/+13
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02hw: Do not include hw/sysbus.h if it is not necessaryThomas Huth1-1/+0
2021-02-23ich9, piix4: add property, smm-compat, to keep compatibility of SMMIsaku Yamahata1-0/+1
2020-12-09x86: ich9: let firmware negotiate 'CPU hot-unplug with SMI' featureIgor Mammedov1-1/+7
2020-12-09x86: ich9: factor out "guest_cpu_hotplug_features"Igor Mammedov1-2/+6
2020-11-03hw/isa/lpc_ich9: Ignore reserved/invalid SCI IRQPhilippe Mathieu-Daudé1-3/+11
2020-09-29x86: ich9: expose "smi_negotiated_features" as a QOM propertyIgor Mammedov1-0/+3
2020-09-29x86: lpc9: let firmware negotiate 'CPU hotplug with SMI' featuresIgor Mammedov1-0/+13
2020-09-09lpc_ich9: Use typedef name for instance_sizeEduardo Habkost1-1/+1
2020-05-15Drop more @errp parameters after previous commitMarkus Armbruster1-1/+1
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster1-3/+3
2020-03-16qom/object: Use common get/set uint helpersFelipe Franciosi1-10/+2
2020-03-16ich9: Simplify ich9_lpc_initfnFelipe Franciosi1-10/+5
2020-03-16ich9: fix getter type for sci_int propertyFelipe Franciosi1-4/+2
2020-03-16qom/object: enable setter for uint typesFelipe Franciosi1-2/+2
2020-03-09hw/southbridge/ich9: Removed unused headersPhilippe Mathieu-Daudé1-1/+0
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2019-12-17hw: replace hw/i386/pc.h with a header just for the i8259Paolo Bonzini1-1/+0
2019-08-21hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster1-1/+1
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster1-0/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+2
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2019-06-06hw/isa: Use the QOM DEVICE() macro to access DeviceState.qdevPhilippe Mathieu-Daudé1-1/+1
2019-05-17hw/i386/acpi: Add object_resolve_type_unambiguous to improve modularityPhilippe Mathieu-Daudé1-11/+0
2019-03-12i386, acpi: check acpi_memory_hotplug capacity in pre_plugWei Yang1-0/+1
2018-02-13lpc: drop pcie host dependencyMichael S. Tsirkin1-1/+0
2017-12-05pci: Eliminate redundant PCIDevice::bus pointerDavid Gibson1-5/+5
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost1-0/+1
2017-10-15fw_cfg: add write callbackMarc-André Lureau1-2/+2
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake1-1/+1
2017-05-17qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost1-1/+1