aboutsummaryrefslogtreecommitdiff
path: root/hw/i386
AgeCommit message (Expand)AuthorFilesLines
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
2022-12-21pc: clean up compat machinesCornelia Huck2-41/+2
2022-12-21hw: Add compat machines for 8.0Cornelia Huck3-2/+28
2022-12-16Replace use of qdev_reset_all() with device_cold_reset()Peter Maydell1-1/+1
2022-12-14qapi: Use returned bool to check for failure (again)Markus Armbruster1-4/+1
2022-11-07Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi10-437/+514
2022-11-07intel-iommu: PASID supportJason Wang3-103/+333
2022-11-07intel-iommu: convert VTD_PE_GET_FPD_ERR() to be a functionJason Wang1-14/+28
2022-11-07intel-iommu: drop VTDBusJason Wang1-118/+116
2022-11-07intel-iommu: don't warn guest errors when getting rid2pasid entryJason Wang1-6/+6
2022-11-07hw/i386/acpi-build: Resolve north rather than south bridgesBernhard Beschow1-5/+6
2022-11-07hw/i386/acpi-build: Resolve redundant attributeBernhard Beschow1-14/+6
2022-11-07hw/i386/acpi-build: Remove unused structBernhard Beschow1-7/+0
2022-11-07hw/i386/pc.c: CXL Fixed Memory Window should not reserve e820 in biosGregory Price1-2/+0
2022-11-07acpi: pc/35: sanitize _GPE declaration orderIgor Mammedov1-22/+25
2022-11-07acpi: enumerate SMB bridge automatically along with other PCI devicesIgor Mammedov1-24/+3
2022-11-07acpi: pc/q35: drop ad-hoc PCI-ISA bridge AML routines and let bus ennumeratio...Igor Mammedov1-75/+0
2022-11-07acpi: pc: vga: use AcpiDevAmlIf interface to build VGA device descriptorsIgor Mammedov1-25/+1
2022-11-03Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi1-0/+4
2022-11-02hw/i386/e820: remove legacy reserved entries for e820Ani Sinha5-33/+1
2022-10-31hw/ide/piix: Introduce TYPE_ macros for PIIX IDE controllersBernhard Beschow1-1/+2
2022-10-31hw/i386/pc: Create DMA controllers in south bridgesBernhard Beschow2-3/+2
2022-10-31target/i386: Set maximum APIC ID to KVM prior to vCPU creationZeng Guang1-0/+4
2022-10-27x86: do not re-randomize RNG seed on snapshot loadJason A. Donenfeld1-1/+1
2022-10-27reset: allow registering handlers that aren't called by snapshot loadingJason A. Donenfeld2-5/+5
2022-10-18hyperv: fix SynIC SINT assertion failure on guest resetMaciej S. Szmigiero2-6/+3
2022-10-09x86: pci: acpi: consolidate PCI slots creationIgor Mammedov1-57/+54
2022-10-09x86: pci: acpi: reorder Device's _DSM methodIgor Mammedov1-3/+1
2022-10-09x86: pci: acpi: reorder Device's _ADR and _SUN fieldsIgor Mammedov1-1/+1
2022-10-09x86: acpi: cleanup PCI device _DSM duplicationIgor Mammedov1-29/+27
2022-10-09x86: acpi: _DSM: use Package to pass parametersIgor Mammedov1-13/+27
2022-10-09acpi: x86: refactor PDSM method to reduce nestingIgor Mammedov1-62/+77
2022-10-09acpi: x86: deduplicate HPET AML buildingIgor Mammedov1-6/+4
2022-10-09Revert "intel_iommu: Fix irqchip / X2APIC configuration checks"Peter Xu1-0/+5
2022-10-01x86: re-initialize RNG seed when selecting kernelJason A. Donenfeld1-1/+4
2022-09-27x86: re-enable rng seeding via SetupDataJason A. Donenfeld3-3/+5
2022-09-27x86: reinitialize RNG seed on system rebootJason A. Donenfeld1-0/+7
2022-09-27x86: use typedef for SetupData structJason A. Donenfeld1-7/+7