aboutsummaryrefslogtreecommitdiff
path: root/hw/i386
AgeCommit message (Expand)AuthorFilesLines
2023-02-27hw/ide/isa: Extract TYPE_ISA_IDE declarations to 'hw/ide/isa.h'Philippe Mathieu-Daudé1-0/+1
2023-02-27hw/i386/xen: Remove unused 'hw/ide.h' include from headerPhilippe Mathieu-Daudé1-1/+0
2023-02-27hw/rtc: Rename rtc_[get|set]_memory -> mc146818rtc_[get|set]_cmos_dataPhilippe Mathieu-Daudé3-42/+42
2023-02-27hw/rtc/mc146818rtc: Pass MC146818RtcState instead of ISADevice argumentPhilippe Mathieu-Daudé3-12/+14
2023-02-27hw/isa: Rename isa_bus_irqs() -> isa_bus_register_input_irqs()Philippe Mathieu-Daudé2-2/+2
2023-02-27hw: Move ich9.h to southbridge/Bernhard Beschow2-2/+2
2023-02-27hw/i386/ich9: Clean up includesBernhard Beschow1-0/+1
2023-02-27hw: Move ioapic*.h to intc/Bernhard Beschow3-4/+3
2023-02-27hw/i386/ich9: Remove redundant GSI_NUM_PINSBernhard Beschow2-4/+5
2023-02-27hw/isa/lpc_ich9: Connect PM stuff to LPC internallyBernhard Beschow1-3/+2
2023-02-27hw/i386/pc_q35: Allow for setting properties before realizing TYPE_ICH9_LPC_D...Bernhard Beschow1-3/+3
2023-02-27hw/i2c/smbus_ich9: Inline ich9_smb_init() and remove itBernhard Beschow1-3/+8
2023-02-27hw/isa/lpc_ich9: Eliminate ICH9LPCState::isa_busBernhard Beschow1-3/+1
2023-02-27hw/isa/lpc_ich9: Unexport PIRQ functionsBernhard Beschow1-3/+0
2023-02-27hw/i386/x86: Reduce init_topo_info() scopePhilippe Mathieu-Daudé1-1/+1
2023-02-23error: Drop superfluous #include "qapi/qmp/qerror.h"Markus Armbruster2-2/+0
2023-02-14hw/misc/sga: Remove the deprecated "sga" deviceThomas Huth1-1/+0
2023-02-08Drop duplicate #includeMarkus Armbruster1-1/+0
2023-01-28pcihp: generate populated non-hotpluggble slot descriptions on non-hotplug pathIgor Mammedov1-15/+12
2023-01-28pcihp: acpi: ignore coldplugged bridges when composing hotpluggable slotsIgor Mammedov1-10/+6
2023-01-28pcihp: acpi: decouple hotplug and generic slots descriptionIgor Mammedov1-49/+72
2023-01-28pcihp: isolate rule whether slot should be described in DSDTIgor Mammedov1-40/+43
2023-01-28pcihp: make bridge describe itself using AcpiDevAmlIfClass:build_dev_amlIgor Mammedov2-15/+3
2023-01-28x86: pcihp: acpi: prepare slot ignore rule to work with self describing bridgesIgor Mammedov1-8/+16
2023-01-28pcihp: do not put empty PCNT in DSDTIgor Mammedov1-8/+18
2023-01-28pcihp: compose PCNT callchain right before its user _GPE._E01Igor Mammedov1-2/+30
2023-01-28pcihp: drop pcihp_bridge_en dependency when composing PCNT methodIgor Mammedov1-26/+21
2023-01-28x86: pcihp: fix invalid AML PCNT calls to hotplugged bridgesIgor Mammedov1-1/+2
2023-01-28pci: acpi hotplug: rename x-native-hotplug to x-do-not-expose-native-hotplug-capIgor Mammedov1-2/+3
2023-01-28x86: acpi: pcihp: clean up duplicate bridge_in_acpi assignmentIgor Mammedov1-1/+0
2023-01-28x86: don't let decompressed kernel image clobber setup_dataJason A. Donenfeld2-29/+38
2023-01-27hw/acpi/acpi_dev_interface: Remove unused parameter from AcpiDeviceIfClass::m...Bernhard Beschow1-4/+3
2023-01-27hw/isa/isa-bus: Turn isa_build_aml() into qbus_build_aml()Bernhard Beschow1-1/+2
2023-01-27hw/i386/acpi-build: Remove unused attributesBernhard Beschow1-2/+0
2023-01-19Merge tag 'trivial-branch-for-8.0-pull-request' of https://gitlab.com/laurent...Peter Maydell1-1/+1
2023-01-18bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé4-18/+18
2023-01-16hw/i386/pc: Remove unused 'owner' argument from pc_pci_as_mapping_initPhilippe Mathieu-Daudé1-1/+1
2023-01-13hw/intc: Extract the IRQ counting functions into a separate fileThomas Huth2-4/+4
2023-01-13hw/usb/hcd-uhci: Introduce TYPE_ defines for device modelsBernhard Beschow2-7/+9
2023-01-13hw/isa/piix3: Decouple INTx-to-LNKx routing which is board-specificBernhard Beschow1-0/+15
2023-01-13hw/pci/pci: Factor out pci_bus_map_irqs() from pci_bus_irqs()Bernhard Beschow1-2/+2
2023-01-09Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell3-4/+3
2023-01-08include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster1-1/+1
2023-01-08include/hw/pci: Break inclusion loop pci_bridge.h and cxl.hMarkus Armbruster1-1/+1
2023-01-08i386, mips: Resolve redundant ACPI and APM dependenciesBernhard Beschow1-2/+0
2023-01-08hw/acpi/Kconfig: Do not needlessly build TYPE_PIIX4_PM in non-PC/Malta machinesBernhard Beschow1-0/+1
2023-01-06i386: SGX: remove deprecated member of SGXInfoPaolo Bonzini1-9/+6
2023-01-06KVM: remove support for kernel-irqchip=offPaolo Bonzini2-3/+3
2022-12-21pci: drop redundant PCIDeviceClass::is_bridge fieldIgor Mammedov1-3/+2
2022-12-21hw/isa: enable TCO watchdog reboot pin strap by defaultDaniel P. Berrangé1-1/+3