aboutsummaryrefslogtreecommitdiff
path: root/hw/i386
AgeCommit message (Expand)AuthorFilesLines
2024-12-19include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LISTRichard Henderson10-11/+0
2024-12-16Merge tag 'firmware-20241216-pull-request' of https://gitlab.com/kraxel/qemu ...Stefan Hajnoczi1-6/+26
2024-12-16x86/loader: add -shim optionGerd Hoffmann1-0/+16
2024-12-16x86/loader: expose unpatched kernelGerd Hoffmann1-0/+3
2024-12-16x86/loader: read complete kernelGerd Hoffmann1-5/+6
2024-12-16x86/loader: only patch linux kernelsGerd Hoffmann1-1/+1
2024-12-15hw/i386: Constify all PropertyRichard Henderson10-10/+10
2024-12-14hw: Use pci_bus_add_fw_cfg_extra_pci_roots()Philippe Mathieu-Daudé1-1/+2
2024-12-13hw/core/eif: Use stateful qcrypto apisDorjoy Chowdhury1-6/+6
2024-12-11hw: add compat machines for 10.0Cornelia Huck3-4/+25
2024-12-11hw/i386: define _AS_LATEST() macros for machine typesDaniel P. Berrangé2-11/+11
2024-11-28amd_iommu: Fix kvm_enable_x2apic link error with clang in non-KVM buildsSairaj Kodilkar1-3/+5
2024-11-19hw/i386/pc: Remove vmport value assertionKamil Szczęk1-1/+0
2024-11-18hw/i386/elfboot: allocate "header" in heapSergio Lopez1-1/+3
2024-11-09hw/i386/pc: Don't try to init PCI NICs if there is no PCI busPeter Maydell1-1/+3
2024-11-06Merge tag 'hw-misc-20241105' of https://github.com/philmd/qemu into stagingPeter Maydell1-2/+2
2024-11-05hw/core: Make CPU topology enumeration arch-agnosticZhao Liu1-2/+2
2024-11-05Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell6-57/+174
2024-11-04intel_iommu: Add missed reserved bit check for IEC descriptorZhenzhong Duan2-0/+11
2024-11-04intel_iommu: Add missed sanity check for 256-bit invalidation queueZhenzhong Duan2-22/+59
2024-11-04intel_iommu: Send IQE event when setting reserved bit in IQT_TAILZhenzhong Duan1-0/+1
2024-11-04intel_iommu: Introduce property "stale-tm" to control Transient Mapping (TM) ...Zhenzhong Duan3-9/+11
2024-11-04amd_iommu: Check APIC ID > 255 for XTSupSuravee Suthikulpanit1-0/+11
2024-11-04amd_iommu: Send notification when invalidate interrupt entry cacheSuravee Suthikulpanit1-0/+12
2024-11-04amd_iommu: Use shared memory region for Interrupt RemappingSuravee Suthikulpanit2-8/+15
2024-11-04amd_iommu: Add support for pass though modeSuravee Suthikulpanit2-9/+42
2024-11-04amd_iommu: Rename variable mmio to mr_mmioSuravee Suthikulpanit3-6/+6
2024-11-04hw/i386/acpi-build: return a non-var package from _PRT()Ricardo Ribalda1-1/+2
2024-11-04hw/acpi: Generic Port Affinity Structure supportJonathan Cameron1-1/+1
2024-11-04hw/i386/acpi: Use TYPE_PXB_BUS property acpi_uid for DSDTJonathan Cameron1-1/+4
2024-11-04acpi/pci: Move Generic Initiator object handling into acpi/pci.*Jonathan Cameron1-1/+0
2024-10-31machine/nitro-enclave: New machine type for AWS Nitro EnclavesDorjoy Chowdhury4-1/+370
2024-10-15hw/i386: Use explicit little-endian LD/ST APIPhilippe Mathieu-Daudé2-33/+32
2024-10-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell3-3/+5
2024-10-03hw/xen: xenpvh: Disable buffered IOREQs for ARMEdgar E. Iglesias1-0/+3
2024-10-03hw/xen: Expose handle_bufioreq in xen_register_ioreqEdgar E. Iglesias1-1/+3
2024-10-03hw/char/serial.h: Extract serial-isa.hBernhard Beschow3-3/+3
2024-10-02hw/i386/pc: Add a description for the i8042 propertyKamil Szczęk1-0/+2
2024-09-24reset: Add RESET_TYPE_WAKEUPJuraj Marcin1-1/+1
2024-09-24reset: Use ResetType for qemu_devices_reset() and MachineClass::reset()Juraj Marcin2-5/+5
2024-09-13hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell10-10/+10
2024-09-11hw/acpi/ich9: Add periodic and swsmi timerDominic Prinz1-1/+4
2024-09-11hw/i386/acpi-build: Return a pre-computed _PRT tableRicardo Ribalda1-98/+22
2024-09-11intel_iommu: Make PASID-cache and PIOTLB type invalid in legacy modeZhenzhong Duan1-11/+11
2024-09-11intel_iommu: Fix invalidation descriptor type fieldZhenzhong Duan2-6/+7
2024-09-06Merge tag 'pull-target-arm-20240905' of https://git.linaro.org/people/pmaydel...Peter Maydell3-5/+26
2024-09-05hw: add compat machines for 9.2Cornelia Huck3-5/+26
2024-09-04hw/i386/xen: Add a Xen PVH x86 machineEdgar E. Iglesias2-0/+122
2024-08-23hw/x86: add a couple of comments explaining how the kernel image is parsedAni Sinha1-2/+5
2024-08-20hw/i386/pc: Ensure vmport prerequisites are fulfilledKamil Szczęk1-3/+8