summaryrefslogtreecommitdiffstats
path: root/hw/isa/lpc_ich9.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* pc: acpi: introduce AcpiDeviceIfClass.madt_cpu hookIgor Mammedov2016-06-241-0/+1
* ICH9: fix typoCao jin2016-06-071-2/+2
* pc: use AcpiDeviceIfClass.send_event to issue GPE eventsIgor Mammedov2016-06-071-27/+3Star
* acpi: extend ACPI interface to provide send_event hookIgor Mammedov2016-06-071-0/+8
* explicitly include qom/cpu.hPaolo Bonzini2016-05-191-0/+1
* hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini2016-03-221-0/+1
* ich9lpc: fix typoCao jin2016-03-111-17/+18
* ich9: Remove enable_tco arguments from init functionsEduardo Habkost2016-02-251-2/+2
* qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake2016-02-081-3/+2Star
* qapi: Swap visit_* arguments for consistent 'name' placementEric Blake2016-02-081-1/+1
* x86: Clean up includesPeter Maydell2016-01-291-0/+1
* isa: Clean up error handling around isa_bus_new()Markus Armbruster2016-01-131-1/+5
* isa: Trivially convert remaining PCI-ISA bridges to realize()Markus Armbruster2016-01-131-3/+2Star
* hw/isa/lpc_ich9: inject the SMI on the VCPU that is writing to APM_CNTLaszlo Ersek2015-10-221-1/+1
* ich9: implement strap SPKR pin logicPaulo Alcantara2015-07-081-0/+6
* ich9: add TCO interface emulationPaulo Alcantara2015-07-071-2/+13
* ich9: add smm_enabled field and argumentsPaolo Bonzini2015-07-061-2/+4
* piix4/ich9: do not raise SMI on ACPI enable/disable commandsPaolo Bonzini2015-07-061-0/+3
* migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela2015-06-121-6/+4Star
* ich9: implement SMI_LOCKGerd Hoffmann2015-06-051-0/+19