aboutsummaryrefslogtreecommitdiff
path: root/hw/i386
AgeCommit message (Expand)Author
2023-01-28pcihp: generate populated non-hotpluggble slot descriptions on non-hotplug pathIgor Mammedov
2023-01-28pcihp: acpi: ignore coldplugged bridges when composing hotpluggable slotsIgor Mammedov
2023-01-28pcihp: acpi: decouple hotplug and generic slots descriptionIgor Mammedov
2023-01-28pcihp: isolate rule whether slot should be described in DSDTIgor Mammedov
2023-01-28pcihp: make bridge describe itself using AcpiDevAmlIfClass:build_dev_amlIgor Mammedov
2023-01-28x86: pcihp: acpi: prepare slot ignore rule to work with self describing bridgesIgor Mammedov
2023-01-28pcihp: do not put empty PCNT in DSDTIgor Mammedov
2023-01-28pcihp: compose PCNT callchain right before its user _GPE._E01Igor Mammedov
2023-01-28pcihp: drop pcihp_bridge_en dependency when composing PCNT methodIgor Mammedov
2023-01-28x86: pcihp: fix invalid AML PCNT calls to hotplugged bridgesIgor Mammedov
2023-01-28pci: acpi hotplug: rename x-native-hotplug to x-do-not-expose-native-hotplug-capIgor Mammedov
2023-01-28x86: acpi: pcihp: clean up duplicate bridge_in_acpi assignmentIgor Mammedov
2023-01-28x86: don't let decompressed kernel image clobber setup_dataJason A. Donenfeld
2023-01-27hw/acpi/acpi_dev_interface: Remove unused parameter from AcpiDeviceIfClass::m...Bernhard Beschow
2023-01-27hw/isa/isa-bus: Turn isa_build_aml() into qbus_build_aml()Bernhard Beschow
2023-01-27hw/i386/acpi-build: Remove unused attributesBernhard Beschow
2023-01-19Merge tag 'trivial-branch-for-8.0-pull-request' of https://gitlab.com/laurent...Peter Maydell
2023-01-18bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé
2023-01-16hw/i386/pc: Remove unused 'owner' argument from pc_pci_as_mapping_initPhilippe Mathieu-Daudé
2023-01-13hw/intc: Extract the IRQ counting functions into a separate fileThomas Huth
2023-01-13hw/usb/hcd-uhci: Introduce TYPE_ defines for device modelsBernhard Beschow
2023-01-13hw/isa/piix3: Decouple INTx-to-LNKx routing which is board-specificBernhard Beschow
2023-01-13hw/pci/pci: Factor out pci_bus_map_irqs() from pci_bus_irqs()Bernhard Beschow
2023-01-09Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell
2023-01-08include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster
2023-01-08include/hw/pci: Break inclusion loop pci_bridge.h and cxl.hMarkus Armbruster
2023-01-08i386, mips: Resolve redundant ACPI and APM dependenciesBernhard Beschow
2023-01-08hw/acpi/Kconfig: Do not needlessly build TYPE_PIIX4_PM in non-PC/Malta machinesBernhard Beschow
2023-01-06i386: SGX: remove deprecated member of SGXInfoPaolo Bonzini
2023-01-06KVM: remove support for kernel-irqchip=offPaolo Bonzini
2022-12-21pci: drop redundant PCIDeviceClass::is_bridge fieldIgor Mammedov
2022-12-21hw/isa: enable TCO watchdog reboot pin strap by defaultDaniel P. Berrangé
2022-12-21pc: clean up compat machinesCornelia Huck
2022-12-21hw: Add compat machines for 8.0Cornelia Huck
2022-12-16Replace use of qdev_reset_all() with device_cold_reset()Peter Maydell
2022-12-14qapi: Use returned bool to check for failure (again)Markus Armbruster
2022-11-07Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi
2022-11-07intel-iommu: PASID supportJason Wang
2022-11-07intel-iommu: convert VTD_PE_GET_FPD_ERR() to be a functionJason Wang
2022-11-07intel-iommu: drop VTDBusJason Wang
2022-11-07intel-iommu: don't warn guest errors when getting rid2pasid entryJason Wang
2022-11-07hw/i386/acpi-build: Resolve north rather than south bridgesBernhard Beschow
2022-11-07hw/i386/acpi-build: Resolve redundant attributeBernhard Beschow
2022-11-07hw/i386/acpi-build: Remove unused structBernhard Beschow
2022-11-07hw/i386/pc.c: CXL Fixed Memory Window should not reserve e820 in biosGregory Price
2022-11-07acpi: pc/35: sanitize _GPE declaration orderIgor Mammedov
2022-11-07acpi: enumerate SMB bridge automatically along with other PCI devicesIgor Mammedov
2022-11-07acpi: pc/q35: drop ad-hoc PCI-ISA bridge AML routines and let bus ennumeratio...Igor Mammedov
2022-11-07acpi: pc: vga: use AcpiDevAmlIf interface to build VGA device descriptorsIgor Mammedov
2022-11-03Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi