aboutsummaryrefslogtreecommitdiff
path: root/hw/s390x/s390-pci-bus.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-19s390x/pci: drive ISM reset from subsystem resetMatthew Rosato1-9/+17
2023-11-03hw/pci: modify pci_setup_iommu() to set PCIIOMMUOpsYi Liu1-2/+6
2023-08-23s390x: Convert DPRINTF to trace eventsCédric Le Goater1-17/+8
2022-12-15s390x/pci: reset ISM passthrough devices on shutdown and system resetMatthew Rosato1-0/+28
2022-09-26s390x/pci: let intercept devices have separate PCI groupsMatthew Rosato1-2/+17
2022-09-26s390x/pci: enable adapter event notification for interpreted devicesMatthew Rosato1-3/+17
2022-09-26s390x/pci: don't fence interpreted devices without MSI-XMatthew Rosato1-1/+5
2022-09-26s390x/pci: enable for load/store interpretationMatthew Rosato1-1/+65
2022-02-21Mark remaining global TypeInfo instances as constBernhard Beschow1-1/+1
2021-12-17s390x/pci: add supported DT information to clp responseMatthew Rosato1-0/+1
2021-11-01pci: Export pci_for_each_device_under_bus*()Peter Xu1-3/+2
2021-09-30qbus: Rename qbus_create() to qbus_new()Peter Maydell1-1/+1
2021-09-06s390x: Replace PAGE_SIZE, PAGE_SHIFT and PAGE_MASKThomas Huth1-5/+5
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth1-1/+0
2020-12-18qdev: Rename qdev_get_prop_ptr() to object_field_prop_ptr()Eduardo Habkost1-2/+2
2020-12-18qdev: Move dev->realized check to qdev_property_set()Eduardo Habkost1-6/+0
2020-12-15qdev: Make qdev_get_prop_ptr() get Object* argEduardo Habkost1-2/+2
2020-11-18s390x/pci: fix endianness issuesCornelia Huck1-5/+5
2020-11-18s390x/pci: Unregister listeners before destroying IOMMU address spaceMatthew Rosato1-0/+7
2020-11-01s390x/pci: get zPCI function info from hostMatthew Rosato1-3/+6
2020-11-01s390x/pci: use a PCI Function structurePierre Morel1-0/+12
2020-11-01s390x/pci: clean up s390 PCI groupsMatthew Rosato1-0/+12
2020-11-01s390x/pci: use a PCI Group structurePierre Morel1-0/+42
2020-11-01s390x/pci: Honor DMA limits set by vfioMatthew Rosato1-5/+11
2020-11-01s390x/pci: Move header files to include/hw/s390xMatthew Rosato1-2/+2
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi1-1/+1
2020-07-10error: Eliminate error_propagate() manuallyMarkus Armbruster1-3/+1
2020-07-10qom: Use returned bool to check for failure, Coccinelle partMarkus Armbruster1-2/+1
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster1-1/+1
2020-07-10s390x/pci: Fix harmless mistake in zpci's property fid's setterMarkus Armbruster1-1/+3
2020-07-10qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster1-2/+1
2020-07-03s390x/pci: fix set_ind_atomicHalil Pasic1-7/+9
2020-07-02qdev: Drop qbus_set_hotplug_handler() parameter @errpMarkus Armbruster1-11/+3
2020-06-15qdev: Convert uses of qdev_create() manuallyMarkus Armbruster1-2/+2
2020-06-15qdev: Convert to qdev_unrealize() with CoccinelleMarkus Armbruster1-2/+2
2020-05-15qdev: Unrealize must not failMarkus Armbruster1-2/+2
2020-02-20Let cpu_[physical]_memory() calls pass a boolean 'is_write' argumentPhilippe Mathieu-Daudé1-1/+1
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2019-09-30s390: PCI: fix IOMMU region initMatthew Rosato1-1/+6
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-1/+1
2019-03-06qdev: Let the hotplug_handler_unplug() caller delete the deviceDavid Hildenbrand1-5/+8
2019-02-17qdev: pass an Object * to qbus_set_hotplug_handler()Michael Roth1-3/+3
2019-02-05s390x/pci: Unplug remaining requested devices on pcihost resetDavid Hildenbrand1-0/+15
2019-02-05s390x/pci: Warn when adding PCI devices without the 'zpci' featureDavid Hildenbrand1-0/+6
2019-02-05s390x/pci: Fix hotplugging of PCI bridgesDavid Hildenbrand1-9/+19
2019-02-05s390x/pci: Fix primary bus number for PCI bridgesDavid Hildenbrand1-5/+8
2019-02-04s390x/pci: mark zpci devices as unmigratableCornelia Huck1-0/+10
2019-02-04s390x/pci: Drop release timer and replace it with a flagDavid Hildenbrand1-31/+7
2019-02-04s390x/pci: Introduce unplug requests and split unplug handlerDavid Hildenbrand1-54/+112