summaryrefslogtreecommitdiff
path: root/hw/isa/lpc_ich9.c
AgeCommit message (Expand)Author
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth
2021-05-02hw: Do not include hw/sysbus.h if it is not necessaryThomas Huth
2021-02-23ich9, piix4: add property, smm-compat, to keep compatibility of SMMIsaku Yamahata
2020-12-09x86: ich9: let firmware negotiate 'CPU hot-unplug with SMI' featureIgor Mammedov
2020-12-09x86: ich9: factor out "guest_cpu_hotplug_features"Igor Mammedov
2020-11-03hw/isa/lpc_ich9: Ignore reserved/invalid SCI IRQPhilippe Mathieu-Daudé
2020-09-29x86: ich9: expose "smi_negotiated_features" as a QOM propertyIgor Mammedov
2020-09-29x86: lpc9: let firmware negotiate 'CPU hotplug with SMI' featuresIgor Mammedov
2020-09-09lpc_ich9: Use typedef name for instance_sizeEduardo Habkost
2020-05-15Drop more @errp parameters after previous commitMarkus Armbruster
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster
2020-03-16qom/object: Use common get/set uint helpersFelipe Franciosi
2020-03-16ich9: Simplify ich9_lpc_initfnFelipe Franciosi
2020-03-16ich9: fix getter type for sci_int propertyFelipe Franciosi
2020-03-16qom/object: enable setter for uint typesFelipe Franciosi
2020-03-09hw/southbridge/ich9: Removed unused headersPhilippe Mathieu-Daudé
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2019-12-17hw: replace hw/i386/pc.h with a header just for the i8259Paolo Bonzini
2019-08-21hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-06-06hw/isa: Use the QOM DEVICE() macro to access DeviceState.qdevPhilippe Mathieu-Daudé
2019-05-17hw/i386/acpi: Add object_resolve_type_unambiguous to improve modularityPhilippe Mathieu-Daudé
2019-03-12i386, acpi: check acpi_memory_hotplug capacity in pre_plugWei Yang
2018-02-13lpc: drop pcie host dependencyMichael S. Tsirkin
2017-12-05pci: Eliminate redundant PCIDevice::bus pointerDavid Gibson
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost
2017-10-15fw_cfg: add write callbackMarc-André Lureau
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake
2017-05-17qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost
2017-04-05tco: do not generate an NMIPaolo Bonzini
2017-01-27hw/isa/lpc_ich9: negotiate SMI broadcast on pc-q35-2.9+ machine typesLaszlo Ersek
2017-01-27hw/isa/lpc_ich9: add broadcast SMI featureLaszlo Ersek
2017-01-27hw/isa/lpc_ich9: add SMI feature negotiation via fw_cfgLaszlo Ersek
2016-06-29ich9: implement SCI_IRQ_SEL registerPaolo Bonzini
2016-06-29ich9: implement ACPI_EN registerPaolo Bonzini
2016-06-29ICH9 LPC: move call of isa_bus_irqs to 'realize' methodEfimov Vasily
2016-06-29ICH9 LPC: handle GSI as qdev GPIOEfimov Vasily
2016-06-29ich9: unify pic and ioapic IRQ vectorsPaolo Bonzini
2016-06-29ich9: clean up ich9_lpc_update_pic/ich9_lpc_update_apic and callersPaolo Bonzini
2016-06-29ich9: call ich9_lpc_update_pic for disabled pirqsPaolo Bonzini
2016-06-24pc: acpi: introduce AcpiDeviceIfClass.madt_cpu hookIgor Mammedov
2016-06-07ICH9: fix typoCao jin
2016-06-07pc: use AcpiDeviceIfClass.send_event to issue GPE eventsIgor Mammedov
2016-06-07acpi: extend ACPI interface to provide send_event hookIgor Mammedov
2016-05-19explicitly include qom/cpu.hPaolo Bonzini