aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2023-03-07vfio: Fix vfio_get_dev_region() trace eventCédric Le Goater1-1/+1
2023-03-07vfio/migration: Rename entry pointsAlex Williamson3-8/+8
2023-03-07hw/mem/cxl_type3: Add CXL RAS Error Injection Support.Jonathan Cameron4-1/+303
2023-03-07hw/pci/aer: Make PCIE AER error injection facility available for other emulat...Jonathan Cameron1-1/+0
2023-03-07hw/cxl: Fix endian issues in CXL RAS capability defaults / masksJonathan Cameron1-9/+9
2023-03-07hw/mem/cxl-type3: Add AER extended capabilityJonathan Cameron1-0/+13
2023-03-07hw/pci-bridge/cxl_root_port: Wire up MSIJonathan Cameron1-0/+61
2023-03-07hw/pci-bridge/cxl_root_port: Wire up AERJonathan Cameron1-0/+3
2023-03-07hw/pci/aer: Add missing routing for AER errorsJonathan Cameron1-1/+9
2023-03-07hw/pci/aer: Implement PCI_ERR_UNCOR_MASK registerJonathan Cameron1-0/+4
2023-03-07pcihp: add ACPI PCI hotplug specific is_hotpluggable_bus() callbackIgor Mammedov5-24/+37
2023-03-07pcihp: move fields enabling hotplug into AcpiPciHpStateIgor Mammedov4-29/+30
2023-03-07acpi: pci: move out ACPI PCI hotplug generator from generic slot generator bu...Igor Mammedov2-6/+15
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-07pci: move acpi-index uniqueness check to generic PCI device codeIgor Mammedov2-56/+57
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-07pci: fix 'hotplugglable' property behaviorIgor Mammedov1-0/+8
2023-03-07pcihp: piix4: do not redirect hotplug controller to piix4 when ACPI hotplug i...Igor Mammedov1-1/+1
2023-03-07x86: pcihp: fix missing bridge AML when intermediate root-port has 'hotplug=o...Igor Mammedov1-1/+1
2023-03-07x86: pcihp: fix missing PCNT callchain when intermediate root-port has 'hotpl...Igor Mammedov1-9/+13
2023-03-07vdpa: return VHOST_F_LOG_ALL in vhost-vdpa devicesEugenio Pérez1-2/+1
2023-03-07vdpa: block migration if SVQ does not admit a featureEugenio Pérez1-0/+15
2023-03-07vdpa net: block migration if the device has CVQEugenio Pérez1-0/+1
2023-03-07vdpa: disable RAM block discard only for the first deviceEugenio Pérez1-11/+14
2023-03-07vdpa: move vhost reset after get vring baseEugenio Pérez2-6/+19
2023-03-07vdpa: add vhost_vdpa_suspendEugenio Pérez2-0/+27
2023-03-07vdpa: add vhost_vdpa->suspended parameterEugenio Pérez1-0/+8
2023-03-07vdpa: rewind at get_base, not set_baseEugenio Pérez2-13/+6
2023-03-07vdpa: Negotiate _F_SUSPEND featureEugenio Pérez1-1/+2
2023-03-07vdpa: Remember last call fd setEugenio Pérez1-6/+6
2023-03-07cryptodev: Use CryptoDevBackendOpInfo for operationzhenwei pi1-3/+4
2023-03-07cryptodev: Introduce server type in QAPIzhenwei pi1-2/+25
2023-03-07cryptodev: Introduce cryptodev alg type in QAPIzhenwei pi1-7/+7
2023-03-07vfio/migration: Query device dirty page tracking supportJoao Martins1-0/+15
2023-03-07vfio/migration: Block migration with vIOMMUJoao Martins3-0/+52
2023-03-07vfio/common: Add device dirty page bitmap syncJoao Martins1-9/+79
2023-03-07vfio/common: Extract code from vfio_get_dirty_bitmap() to new functionAvihai Horon1-22/+35
2023-03-07vfio/common: Add device dirty page tracking start/stopJoao Martins2-5/+169
2023-03-07includes: move tb_flush into its own headerAlex Bennée1-0/+1
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: Only advertise ring-page-order for xen-block if gnttab supports itDavid Woodhouse1-3/+8