summaryrefslogtreecommitdiff
path: root/hw/s390x/s390-pci-bus.c
AgeCommit message (Expand)Author
2021-12-17s390x/pci: add supported DT information to clp responseMatthew Rosato
2021-11-01pci: Export pci_for_each_device_under_bus*()Peter Xu
2021-09-30qbus: Rename qbus_create() to qbus_new()Peter Maydell
2021-09-06s390x: Replace PAGE_SIZE, PAGE_SHIFT and PAGE_MASKThomas Huth
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth
2020-12-18qdev: Rename qdev_get_prop_ptr() to object_field_prop_ptr()Eduardo Habkost
2020-12-18qdev: Move dev->realized check to qdev_property_set()Eduardo Habkost
2020-12-15qdev: Make qdev_get_prop_ptr() get Object* argEduardo Habkost
2020-11-18s390x/pci: fix endianness issuesCornelia Huck
2020-11-18s390x/pci: Unregister listeners before destroying IOMMU address spaceMatthew Rosato
2020-11-01s390x/pci: get zPCI function info from hostMatthew Rosato
2020-11-01s390x/pci: use a PCI Function structurePierre Morel
2020-11-01s390x/pci: clean up s390 PCI groupsMatthew Rosato
2020-11-01s390x/pci: use a PCI Group structurePierre Morel
2020-11-01s390x/pci: Honor DMA limits set by vfioMatthew Rosato
2020-11-01s390x/pci: Move header files to include/hw/s390xMatthew Rosato
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi
2020-07-10error: Eliminate error_propagate() manuallyMarkus Armbruster
2020-07-10qom: Use returned bool to check for failure, Coccinelle partMarkus Armbruster
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster
2020-07-10s390x/pci: Fix harmless mistake in zpci's property fid's setterMarkus Armbruster
2020-07-10qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster
2020-07-03s390x/pci: fix set_ind_atomicHalil Pasic
2020-07-02qdev: Drop qbus_set_hotplug_handler() parameter @errpMarkus Armbruster
2020-06-15qdev: Convert uses of qdev_create() manuallyMarkus Armbruster
2020-06-15qdev: Convert to qdev_unrealize() with CoccinelleMarkus Armbruster
2020-05-15qdev: Unrealize must not failMarkus Armbruster
2020-02-20Let cpu_[physical]_memory() calls pass a boolean 'is_write' argumentPhilippe Mathieu-Daudé
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2019-09-30s390: PCI: fix IOMMU region initMatthew Rosato
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-03-06qdev: Let the hotplug_handler_unplug() caller delete the deviceDavid Hildenbrand
2019-02-17qdev: pass an Object * to qbus_set_hotplug_handler()Michael Roth
2019-02-05s390x/pci: Unplug remaining requested devices on pcihost resetDavid Hildenbrand
2019-02-05s390x/pci: Warn when adding PCI devices without the 'zpci' featureDavid Hildenbrand
2019-02-05s390x/pci: Fix hotplugging of PCI bridgesDavid Hildenbrand
2019-02-05s390x/pci: Fix primary bus number for PCI bridgesDavid Hildenbrand
2019-02-04s390x/pci: mark zpci devices as unmigratableCornelia Huck
2019-02-04s390x/pci: Drop release timer and replace it with a flagDavid Hildenbrand
2019-02-04s390x/pci: Introduce unplug requests and split unplug handlerDavid Hildenbrand
2019-01-18s390x/pci: add common function measurement blockYi Min Zhao
2019-01-18s390x/pci: Ignore the unplug call if we already have a release_timerDavid Hildenbrand
2019-01-18s390x/pci: Always delete and free the release_timerDavid Hildenbrand
2019-01-18s390x/pci: Move some hotplug checks to the pre_plug handlerDavid Hildenbrand
2019-01-18s390x/pci: Use hotplug_dev instead of looking up the host bridgeDavid Hildenbrand
2019-01-18s390x/pci: Set the iommu region size mpcifc requestPierre Morel
2019-01-18s390x/pci: Send correct event on hotplugDavid Hildenbrand
2019-01-18s390: avoid potential null dereference in s390_pcihost_unplug()Li Qiang
2018-12-20s390x/pci: rename hotplug handler callbacksDavid Hildenbrand