aboutsummaryrefslogtreecommitdiff
path: root/hw/i386
AgeCommit message (Expand)AuthorFilesLines
4 dayshw/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
2024-08-20hw/i386/pc: Unify vmport=auto handlingKamil Szczęk3-10/+5
2024-08-01intel_iommu: Fix for IQA reg read dropped DW fieldyeeli1-1/+3
2024-08-01hw/i386/amd_iommu: Don't leak memory in amdvi_update_iotlb()Peter Maydell1-4/+4
2024-07-31target/i386/cpu: Mask off SGX/SGX_LC feature words for non-PC machineZhao Liu2-0/+13
2024-07-24Merge tag 'hw-misc-20240723' of https://github.com/philmd/qemu into stagingRichard Henderson1-24/+33
2024-07-24Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson1-2/+4
2024-07-23hw/i386/intel_iommu: Extract device IOTLB invalidation logicClément Mathieu--Drif1-24/+33
2024-07-22hw/acpi: Update CPUs AML with cpu-(ctrl)dev changeSalil Mehta1-1/+2
2024-07-22smbios: make memory device size configurable per MachineIgor Mammedov2-0/+2
2024-07-22target/i386: do not crash if microvm guest uses SGX CPUID leavesPaolo Bonzini1-2/+4
2024-07-21intel_iommu: make type matchClément Mathieu--Drif1-1/+1
2024-07-21intel_iommu: fix type of the mask field in VTDIOTLBPageInvInfoClément Mathieu--Drif1-1/+1
2024-07-21intel_iommu: move VTD_FRCD_PV and VTD_FRCD_PP declarationsClément Mathieu--Drif1-2/+2
2024-07-21intel_iommu: fix FRCD construction macroClément Mathieu--Drif1-1/+1
2024-07-18Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingRichard Henderson2-3/+5
2024-07-17hw/i386/sgx: Get rid of qemu_open_old()Zhao Liu1-2/+4
2024-07-17hw/i386/x86: Fix superfluous trailing semicolonZhao Liu1-1/+1
2024-07-16i386/sev: Don't allow automatic fallback to legacy KVM_SEV*_INITMichael Roth1-1/+1
2024-07-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson1-0/+1
2024-07-03Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Richard Henderson6-18/+31
2024-07-03hw/i386/fw_cfg: Add etc/e820 to fw_cfg lateDavid Woodhouse6-18/+31
2024-07-03target/i386: do not include undefined bits in the AMD topoext leafPaolo Bonzini1-0/+1
2024-07-02Merge tag 'hw-misc-20240702' of https://github.com/philmd/qemu into stagingRichard Henderson2-249/+186
2024-07-02hw/i386: remove obsolete manual deprecation reason string of i440fx machinesDaniel P. Berrangé1-1/+0
2024-07-02hw/i386: convert 'q35' machine definitions to use new macrosDaniel P. Berrangé1-125/+90
2024-07-02hw/i386: convert 'i440fx' machine definitions to use new macrosDaniel P. Berrangé1-123/+96
2024-07-01hw/xen: detect when running inside stubdomainMarek Marczykowski-Górecki1-0/+22
2024-06-24intel_iommu: Check compatibility with host IOMMU capabilitiesZhenzhong Duan1-0/+29
2024-06-24intel_iommu: Implement [set|unset]_iommu_device() callbacksYi Liu1-0/+81
2024-06-24intel_iommu: Extract out vtd_cap_init() to initialize cap/ecapZhenzhong Duan1-42/+51
2024-06-19hw/i386/iommu: Constify IOMMUTLBEvent in vtd_page_walk_hook prototypePhilippe Mathieu-Daudé1-4/+4
2024-06-19hw/i386/pc: Replace PCMachineClass::acpi_data_size by PC_ACPI_DATA_SIZEPhilippe Mathieu-Daudé1-7/+12