aboutsummaryrefslogtreecommitdiff
path: root/hw/i386
AgeCommit message (Expand)AuthorFilesLines
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-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
2023-03-01kvm/i386: Add xen-evtchn-max-pirq propertyDavid Woodhouse1-10/+11
2023-03-01hw/xen: Support MSI mapping to PIRQDavid Woodhouse4-7/+280
2023-03-01hw/xen: Support GSI mapping to PIRQDavid Woodhouse3-1/+75
2023-03-01hw/xen: Implement emulated PIRQ hypercall supportDavid Woodhouse4-5/+308
2023-03-01i386/xen: Implement HYPERVISOR_physdev_opDavid Woodhouse2-0/+36
2023-03-01hw/xen: Automatically add xen-platform PCI device for emulated Xen guestsDavid Woodhouse1-0/+3
2023-03-01hw/xen: Add basic ring handling to xenstoreDavid Woodhouse1-3/+251
2023-03-01hw/xen: Add xen_xenstore device for xenstore emulationDavid Woodhouse5-0/+276
2023-03-01hw/xen: Add backend implementation of interdomain event channel supportDavid Woodhouse2-7/+352
2023-03-01i386/xen: handle PV timer hypercallsJoao Martins2-0/+33
2023-03-01hw/xen: Implement GNTTABOP_query_sizeDavid Woodhouse2-0/+21
2023-03-01i386/xen: Implement HYPERVISOR_grant_table_op and GNTTABOP_[gs]et_versonDavid Woodhouse2-0/+36
2023-03-01hw/xen: Support mapping grant framesDavid Woodhouse3-2/+75
2023-03-01hw/xen: Add xen_gnttab device for grant table emulationDavid Woodhouse4-0/+132
2023-03-01hw/xen: Support HVM_PARAM_CALLBACK_TYPE_PCI_INTX callbackDavid Woodhouse1-14/+66
2023-03-01hw/xen: Support HVM_PARAM_CALLBACK_TYPE_GSI callbackDavid Woodhouse3-0/+107
2023-03-01i386/xen: add monitor commands to test event injectionJoao Martins3-0/+172
2023-03-01hw/xen: Implement EVTCHNOP_resetDavid Woodhouse2-0/+33
2023-03-01hw/xen: Implement EVTCHNOP_bind_vcpuDavid Woodhouse2-0/+42
2023-03-01hw/xen: Implement EVTCHNOP_bind_interdomainDavid Woodhouse2-0/+80
2023-03-01hw/xen: Implement EVTCHNOP_alloc_unboundDavid Woodhouse2-0/+34
2023-03-01hw/xen: Implement EVTCHNOP_sendDavid Woodhouse2-0/+182
2023-03-01hw/xen: Implement EVTCHNOP_bind_ipiDavid Woodhouse2-0/+71
2023-03-01hw/xen: Implement EVTCHNOP_bind_virqDavid Woodhouse2-0/+87
2023-03-01hw/xen: Implement EVTCHNOP_unmaskDavid Woodhouse2-0/+177
2023-03-01hw/xen: Implement EVTCHNOP_closeDavid Woodhouse2-0/+125
2023-03-01hw/xen: Implement EVTCHNOP_statusDavid Woodhouse2-0/+107