Age | Commit message (Expand) | Author | Files | Lines |
2023-03-10 | Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ... | Peter Maydell | 1 | -50/+129 |
2023-03-07 | acpi: pci: move out ACPI PCI hotplug generator from generic slot generator bu... | Igor Mammedov | 1 | -5/+4 |
2023-03-07 | acpi: pci: move BSEL into build_append_pcihp_slots() | Igor Mammedov | 1 | -9/+6 |
2023-03-07 | acpi: pci: drop BSEL usage when deciding that device isn't hotpluggable | Igor Mammedov | 1 | -1/+1 |
2023-03-07 | acpi: pci: describe all functions on populated slots | Igor Mammedov | 1 | -6/+0 |
2023-03-07 | acpi: pci: support acpi-index for non-hotpluggable devices | Igor Mammedov | 1 | -0/+25 |
2023-03-07 | acpi: pci: add EDSM method to DSDT | Igor Mammedov | 1 | -0/+54 |
2023-03-07 | pcihp: move PCI _DSM function 0 prolog into separate function | Igor Mammedov | 1 | -24/+30 |
2023-03-07 | x86: pcihp: fix missing PCNT callchain when intermediate root-port has 'hotpl... | Igor Mammedov | 1 | -9/+13 |
2023-03-07 | i386/xen: Initialize Xen backends from pc_basic_device_init() for emulation | David Woodhouse | 1 | -0/+7 |
2023-03-07 | hw/xen: Implement soft reset for emulated gnttab | David Woodhouse | 2 | -2/+25 |
2023-03-07 | hw/xen: Map guest XENSTORE_PFN grant in emulated Xenstore | David Woodhouse | 1 | -0/+16 |
2023-03-07 | hw/xen: Add emulated implementation of XenStore operations | David Woodhouse | 1 | -4/+269 |
2023-03-07 | hw/xen: Add emulated implementation of grant table operations | David Woodhouse | 1 | -3/+296 |
2023-03-07 | hw/xen: Hook up emulated implementation for event channel operations | David Woodhouse | 1 | -0/+15 |
2023-03-07 | hw/xen: Rename xen_common.h to xen_native.h | David Woodhouse | 4 | -11/+13 |
2023-03-07 | hw/xen: Add xenstore operations to allow redirection to internal emulation | Paul Durrant | 2 | -10/+1 |
2023-03-07 | hw/xen: Add evtchn operations to allow redirection to internal emulation | David Woodhouse | 1 | -12/+15 |
2023-03-07 | hw/xen: Create initial XenStore nodes | Paul Durrant | 1 | -0/+70 |
2023-03-07 | hw/xen: Implement core serialize/deserialize methods for xenstore_impl | David Woodhouse | 3 | -6/+599 |
2023-03-07 | hw/xen: Implement XenStore permissions | Paul Durrant | 3 | -20/+249 |
2023-03-07 | hw/xen: Watches on XenStore transactions | David Woodhouse | 1 | -1/+150 |
2023-03-07 | hw/xen: Implement XenStore transactions | David Woodhouse | 1 | -6/+144 |
2023-03-07 | hw/xen: Implement XenStore watches | David Woodhouse | 1 | -15/+238 |
2023-03-07 | hw/xen: Add basic XenStore tree walk and write/read/directory support | David Woodhouse | 1 | -7/+520 |
2023-03-07 | hw/xen: Add xenstore wire implementation and implementation stubs | David Woodhouse | 5 | -8/+1054 |
2023-03-06 | xen/pt: reserve PCI slot 2 for Intel igd-passthru | Chuck Zmudzinski | 1 | -0/+1 |
2023-03-03 | Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ... | Peter Maydell | 7 | -114/+65 |
2023-03-02 | hw/i386/acpi: Drop duplicate _UID entry for CXL root bridge | Jonathan Cameron | 1 | -1/+0 |
2023-03-02 | intel-iommu: send UNMAP notifications for domain or global inv desc | Peter Xu | 1 | -5/+9 |
2023-03-02 | intel-iommu: fail DEVIOTLB_UNMAP without dt mode | Jason Wang | 1 | -0/+8 |
2023-03-02 | intel-iommu: fail MAP notifier without caching mode | Jason Wang | 1 | -0/+7 |
2023-03-02 | memory: Optimize replay of guest mapping | Zhenzhong Duan | 1 | -1/+1 |
2023-03-02 | Revert "hw/i386: pass RNG seed via setup_data entry" | Michael S. Tsirkin | 5 | -29/+7 |
2023-03-02 | Revert "x86: return modified setup_data only if read as memory, not as file" | Michael S. Tsirkin | 1 | -36/+10 |
2023-03-02 | Revert "x86: use typedef for SetupData struct" | Michael S. Tsirkin | 1 | -7/+7 |
2023-03-02 | Revert "x86: reinitialize RNG seed on system reboot" | Michael S. Tsirkin | 1 | -7/+0 |
2023-03-02 | Revert "x86: re-initialize RNG seed when selecting kernel" | Michael S. Tsirkin | 1 | -4/+1 |
2023-03-02 | Revert "x86: do not re-randomize RNG seed on snapshot load" | Michael S. Tsirkin | 1 | -1/+1 |
2023-03-02 | Revert "x86: don't let decompressed kernel image clobber setup_data" | Michael S. Tsirkin | 2 | -38/+29 |
2023-03-01 | hw/xen: Subsume xen_be_register_common() into xen_be_init() | David Woodhouse | 1 | -7/+1 |
2023-03-01 | kvm/i386: Add xen-evtchn-max-pirq property | David Woodhouse | 1 | -10/+11 |
2023-03-01 | hw/xen: Support MSI mapping to PIRQ | David Woodhouse | 4 | -7/+280 |
2023-03-01 | hw/xen: Support GSI mapping to PIRQ | David Woodhouse | 3 | -1/+75 |
2023-03-01 | hw/xen: Implement emulated PIRQ hypercall support | David Woodhouse | 4 | -5/+308 |
2023-03-01 | i386/xen: Implement HYPERVISOR_physdev_op | David Woodhouse | 2 | -0/+36 |
2023-03-01 | hw/xen: Automatically add xen-platform PCI device for emulated Xen guests | David Woodhouse | 1 | -0/+3 |
2023-03-01 | hw/xen: Add basic ring handling to xenstore | David Woodhouse | 1 | -3/+251 |
2023-03-01 | hw/xen: Add xen_xenstore device for xenstore emulation | David Woodhouse | 5 | -0/+276 |
2023-03-01 | hw/xen: Add backend implementation of interdomain event channel support | David Woodhouse | 2 | -7/+352 |