aboutsummaryrefslogtreecommitdiff
path: root/hw/i386
AgeCommit message (Expand)AuthorFilesLines
2023-08-04hw/i386/x86-iommu: Fix endianness issue in x86_iommu_irq_to_msi_message()Thomas Huth1-1/+1
2023-08-04hw/i386/intel_iommu: Fix index calculation in vtd_interrupt_remap_msi()Thomas Huth1-1/+1
2023-08-04hw/i386/intel_iommu: Fix struct VTDInvDescIEC on big endian hostsThomas Huth1-0/+9
2023-08-04hw/i386/intel_iommu: Fix endianness problems related to VTD_IR_TableEntryThomas Huth1-8/+8
2023-08-04hw/i386/intel_iommu: Fix trivial endianness problemsThomas Huth1-0/+5
2023-08-04hw/xen: fix off-by-one in xen_evtchn_set_gsi()David Woodhouse1-2/+2
2023-06-07hw/xen: Fix broken check for invalid state in xs_be_open()David Woodhouse1-1/+1
2023-04-05Revert "memory: Optimize replay of guest mapping"Peter Maydell1-1/+1
2023-03-22*: Add missing includes of qemu/error-report.hRichard Henderson3-0/+3
2023-03-10Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell1-50/+129
2023-03-07acpi: pci: move out ACPI PCI hotplug generator from generic slot generator bu...Igor Mammedov1-5/+4
2023-03-07acpi: pci: move BSEL into build_append_pcihp_slots()Igor Mammedov1-9/+6
2023-03-07acpi: pci: drop BSEL usage when deciding that device isn't hotpluggableIgor Mammedov1-1/+1
2023-03-07acpi: pci: describe all functions on populated slotsIgor Mammedov1-6/+0
2023-03-07acpi: pci: support acpi-index for non-hotpluggable devicesIgor Mammedov1-0/+25
2023-03-07acpi: pci: add EDSM method to DSDTIgor Mammedov1-0/+54
2023-03-07pcihp: move PCI _DSM function 0 prolog into separate functionIgor Mammedov1-24/+30
2023-03-07x86: pcihp: fix missing PCNT callchain when intermediate root-port has 'hotpl...Igor Mammedov1-9/+13
2023-03-07i386/xen: Initialize Xen backends from pc_basic_device_init() for emulationDavid Woodhouse1-0/+7
2023-03-07hw/xen: Implement soft reset for emulated gnttabDavid Woodhouse2-2/+25
2023-03-07hw/xen: Map guest XENSTORE_PFN grant in emulated XenstoreDavid Woodhouse1-0/+16
2023-03-07hw/xen: Add emulated implementation of XenStore operationsDavid Woodhouse1-4/+269
2023-03-07hw/xen: Add emulated implementation of grant table operationsDavid Woodhouse1-3/+296
2023-03-07hw/xen: Hook up emulated implementation for event channel operationsDavid Woodhouse1-0/+15
2023-03-07hw/xen: Rename xen_common.h to xen_native.hDavid Woodhouse4-11/+13
2023-03-07hw/xen: Add xenstore operations to allow redirection to internal emulationPaul Durrant2-10/+1
2023-03-07hw/xen: Add evtchn operations to allow redirection to internal emulationDavid Woodhouse1-12/+15
2023-03-07hw/xen: Create initial XenStore nodesPaul Durrant1-0/+70
2023-03-07hw/xen: Implement core serialize/deserialize methods for xenstore_implDavid Woodhouse3-6/+599
2023-03-07hw/xen: Implement XenStore permissionsPaul Durrant3-20/+249
2023-03-07hw/xen: Watches on XenStore transactionsDavid Woodhouse1-1/+150
2023-03-07hw/xen: Implement XenStore transactionsDavid Woodhouse1-6/+144
2023-03-07hw/xen: Implement XenStore watchesDavid Woodhouse1-15/+238
2023-03-07hw/xen: Add basic XenStore tree walk and write/read/directory supportDavid Woodhouse1-7/+520
2023-03-07hw/xen: Add xenstore wire implementation and implementation stubsDavid Woodhouse5-8/+1054
2023-03-06xen/pt: reserve PCI slot 2 for Intel igd-passthruChuck Zmudzinski1-0/+1
2023-03-03Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell7-114/+65
2023-03-02hw/i386/acpi: Drop duplicate _UID entry for CXL root bridgeJonathan Cameron1-1/+0
2023-03-02intel-iommu: send UNMAP notifications for domain or global inv descPeter Xu1-5/+9
2023-03-02intel-iommu: fail DEVIOTLB_UNMAP without dt modeJason Wang1-0/+8
2023-03-02intel-iommu: fail MAP notifier without caching modeJason Wang1-0/+7
2023-03-02memory: Optimize replay of guest mappingZhenzhong Duan1-1/+1
2023-03-02Revert "hw/i386: pass RNG seed via setup_data entry"Michael S. Tsirkin5-29/+7
2023-03-02Revert "x86: return modified setup_data only if read as memory, not as file"Michael S. Tsirkin1-36/+10
2023-03-02Revert "x86: use typedef for SetupData struct"Michael S. Tsirkin1-7/+7
2023-03-02Revert "x86: reinitialize RNG seed on system reboot"Michael S. Tsirkin1-7/+0
2023-03-02Revert "x86: re-initialize RNG seed when selecting kernel"Michael S. Tsirkin1-4/+1
2023-03-02Revert "x86: do not re-randomize RNG seed on snapshot load"Michael S. Tsirkin1-1/+1
2023-03-02Revert "x86: don't let decompressed kernel image clobber setup_data"Michael S. Tsirkin2-38/+29
2023-03-01hw/xen: Subsume xen_be_register_common() into xen_be_init()David Woodhouse1-7/+1