summary refs log tree commit diff stats
path: root/hw/isa/lpc_ich9.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/isa/lpc_ich9: Remove unused 'hw/i386/pc.h'Philippe Mathieu-Daudé2024-02-201-1/+0
* hw/dma: Pass parent object to i8257_dma_init()Philippe Mathieu-Daudé2024-02-151-1/+1
* hw/isa: Constify VMStateRichard Henderson2023-12-291-4/+4
* hw/i386/pc: Wire RTC ISA IRQs in south bridgesBernhard Beschow2023-10-221-0/+3
* hw/i386/pc_q35: Wire ICH9 LPC function's interrupts before its realize()Bernhard Beschow2023-10-221-3/+3
* hw/acpi/acpi_dev_interface: Remove now unused madt_cpu virtual methodBernhard Beschow2023-10-041-1/+0
* hw/isa/ich9: Add comment on imperfect emulation of PIC vs. I/O APIC routingDavid Woodhouse2023-10-041-0/+15
* hw/i386/pc: Create RTC controllers in south bridgesBernhard Beschow2023-05-191-0/+8
* pcihp: add ACPI PCI hotplug specific is_hotpluggable_bus() callbackIgor Mammedov2023-03-071-0/+1
* hw/isa: Rename isa_bus_irqs() -> isa_bus_register_input_irqs()Philippe Mathieu-Daudé2023-02-271-1/+1
* hw: Move ich9.h to southbridge/Bernhard Beschow2023-02-271-1/+1
* hw/i386/ich9: Clean up includesBernhard Beschow2023-02-271-1/+1
* hw/i386/ich9: Remove redundant GSI_NUM_PINSBernhard Beschow2023-02-271-1/+1
* hw/isa/lpc_ich9: Remove redundant ich9_lpc_reset() invocationBernhard Beschow2023-02-271-4/+0
* hw/isa/lpc_ich9: Connect PM stuff to LPC internallyBernhard Beschow2023-02-271-3/+5
* hw/isa/lpc_ich9: Eliminate ICH9LPCState::isa_busBernhard Beschow2023-02-271-4/+1
* hw/isa/lpc_ich9: Unexport PIRQ functionsBernhard Beschow2023-02-271-3/+8
* hw/isa/isa-bus: Turn isa_build_aml() into qbus_build_aml()Bernhard Beschow2023-01-271-4/+1
* hw/isa: enable TCO watchdog reboot pin strap by defaultDaniel P. Berrangé2022-12-211-1/+1
* hw/isa: add trace events for ICH9 LPC chip config accessDaniel P. Berrangé2022-12-211-0/+3
* acpi: x86: move RPQx field back to _SB scopeIgor Mammedov2022-11-221-12/+4
* 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-091-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/+0
* hw: Do not include hw/sysbus.h if it is not necessaryThomas Huth2021-05-021-1/+0
* 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/+2
* ich9: Simplify ich9_lpc_initfnFelipe Franciosi2020-03-161-10/+5
* ich9: fix getter type for sci_int propertyFelipe Franciosi2020-03-161-4/+2
* qom/object: enable setter for uint typesFelipe Franciosi2020-03-161-2/+2
* hw/southbridge/ich9: Removed unused headersPhilippe Mathieu-Daudé2020-03-091-1/+0
* 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/+0
* 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/+0
* 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/+0