summaryrefslogtreecommitdiffstats
path: root/hw/isa/lpc_ich9.c
Commit message (Expand)AuthorAgeFilesLines
* acpi: x86: move RPQx field back to _SB scopeIgor Mammedov2022-11-221-12/+4Star
* acpi: pc/q35: drop ad-hoc PCI-ISA bridge AML routines and let bus ennumeratio...Igor Mammedov2022-11-071-0/+23
* hw/i386/pc: Create DMA controllers in south bridgesBernhard Beschow2022-10-311-0/+3
* acpi: q35: isa bridge: use AcpiDevAmlIf interface to build ISA device descrip...Igor Mammedov2022-06-101-0/+19
* q35: catch invalid cpu hotplug configurationGerd Hoffmann2021-09-041-0/+13
* Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* hw: Do not include hw/sysbus.h if it is not necessaryThomas Huth2021-05-021-1/+0Star
* ich9, piix4: add property, smm-compat, to keep compatibility of SMMIsaku Yamahata2021-02-231-0/+1
* x86: ich9: let firmware negotiate 'CPU hot-unplug with SMI' featureIgor Mammedov2020-12-091-1/+7
* x86: ich9: factor out "guest_cpu_hotplug_features"Igor Mammedov2020-12-091-2/+6
* hw/isa/lpc_ich9: Ignore reserved/invalid SCI IRQPhilippe Mathieu-Daudé2020-11-031-3/+11
* x86: ich9: expose "smi_negotiated_features" as a QOM propertyIgor Mammedov2020-09-291-0/+3
* x86: lpc9: let firmware negotiate 'CPU hotplug with SMI' featuresIgor Mammedov2020-09-291-0/+13
* lpc_ich9: Use typedef name for instance_sizeEduardo Habkost2020-09-091-1/+1
* Drop more @errp parameters after previous commitMarkus Armbruster2020-05-151-1/+1
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-151-3/+3
* qom/object: Use common get/set uint helpersFelipe Franciosi2020-03-161-10/+2Star
* ich9: Simplify ich9_lpc_initfnFelipe Franciosi2020-03-161-10/+5Star
* ich9: fix getter type for sci_int propertyFelipe Franciosi2020-03-161-4/+2Star
* qom/object: enable setter for uint typesFelipe Franciosi2020-03-161-2/+2
* hw/southbridge/ich9: Removed unused headersPhilippe Mathieu-Daudé2020-03-091-1/+0Star
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* hw: replace hw/i386/pc.h with a header just for the i8259Paolo Bonzini2019-12-171-1/+0Star
* hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster2019-08-211-1/+1
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-161-0/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+2
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0Star
* hw/isa: Use the QOM DEVICE() macro to access DeviceState.qdevPhilippe Mathieu-Daudé2019-06-061-1/+1
* hw/i386/acpi: Add object_resolve_type_unambiguous to improve modularityPhilippe Mathieu-Daudé2019-05-171-11/+0Star
* i386, acpi: check acpi_memory_hotplug capacity in pre_plugWei Yang2019-03-131-0/+1
* lpc: drop pcie host dependencyMichael S. Tsirkin2018-02-131-1/+0Star
* pci: Eliminate redundant PCIDevice::bus pointerDavid Gibson2017-12-051-5/+5
* pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost2017-10-151-0/+1
* fw_cfg: add write callbackMarc-André Lureau2017-10-151-2/+2
* shutdown: Add source information to SHUTDOWN and RESETEric Blake2017-05-231-1/+1
* qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost2017-05-171-1/+1
* tco: do not generate an NMIPaolo Bonzini2017-04-051-5/+0Star
* hw/isa/lpc_ich9: negotiate SMI broadcast on pc-q35-2.9+ machine typesLaszlo Ersek2017-01-271-0/+2
* hw/isa/lpc_ich9: add broadcast SMI featureLaszlo Ersek2017-01-271-1/+9
* hw/isa/lpc_ich9: add SMI feature negotiation via fw_cfgLaszlo Ersek2017-01-271-0/+79
* ich9: implement SCI_IRQ_SEL registerPaolo Bonzini2016-06-291-10/+18
* ich9: implement ACPI_EN registerPaolo Bonzini2016-06-291-3/+12
* ICH9 LPC: move call of isa_bus_irqs to 'realize' methodEfimov Vasily2016-06-291-0/+2
* ICH9 LPC: handle GSI as qdev GPIOEfimov Vasily2016-06-291-0/+3
* ich9: unify pic and ioapic IRQ vectorsPaolo Bonzini2016-06-291-2/+2
* ich9: clean up ich9_lpc_update_pic/ich9_lpc_update_apic and callersPaolo Bonzini2016-06-291-23/+17Star
* ich9: call ich9_lpc_update_pic for disabled pirqsPaolo Bonzini2016-06-291-3/+0Star