summaryrefslogtreecommitdiffstats
path: root/hw/s390x/s390-pci-bus.c
Commit message (Expand)AuthorAgeFilesLines
* qdev: Rename qdev_get_prop_ptr() to object_field_prop_ptr()Eduardo Habkost2020-12-181-2/+2
* qdev: Move dev->realized check to qdev_property_set()Eduardo Habkost2020-12-181-6/+0Star
* qdev: Make qdev_get_prop_ptr() get Object* argEduardo Habkost2020-12-151-2/+2
* s390x/pci: fix endianness issuesCornelia Huck2020-11-181-5/+5
* s390x/pci: Unregister listeners before destroying IOMMU address spaceMatthew Rosato2020-11-181-0/+7
* s390x/pci: get zPCI function info from hostMatthew Rosato2020-11-011-3/+6
* s390x/pci: use a PCI Function structurePierre Morel2020-11-011-0/+12
* s390x/pci: clean up s390 PCI groupsMatthew Rosato2020-11-011-0/+12
* s390x/pci: use a PCI Group structurePierre Morel2020-11-011-0/+42
* s390x/pci: Honor DMA limits set by vfioMatthew Rosato2020-11-011-5/+11
* s390x/pci: Move header files to include/hw/s390xMatthew Rosato2020-11-011-2/+2
* qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi2020-09-231-1/+1
* error: Eliminate error_propagate() manuallyMarkus Armbruster2020-07-101-3/+1Star
* qom: Use returned bool to check for failure, Coccinelle partMarkus Armbruster2020-07-101-2/+1Star
* qom: Put name parameter before value / visitor parameterMarkus Armbruster2020-07-101-1/+1
* s390x/pci: Fix harmless mistake in zpci's property fid's setterMarkus Armbruster2020-07-101-1/+3
* qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster2020-07-101-2/+1Star
* s390x/pci: fix set_ind_atomicHalil Pasic2020-07-031-7/+9
* qdev: Drop qbus_set_hotplug_handler() parameter @errpMarkus Armbruster2020-07-021-11/+3Star
* qdev: Convert uses of qdev_create() manuallyMarkus Armbruster2020-06-151-2/+2
* qdev: Convert to qdev_unrealize() with CoccinelleMarkus Armbruster2020-06-151-2/+2
* qdev: Unrealize must not failMarkus Armbruster2020-05-151-2/+2
* Let cpu_[physical]_memory() calls pass a boolean 'is_write' argumentPhilippe Mathieu-Daudé2020-02-201-1/+1
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* s390: PCI: fix IOMMU region initMatthew Rosato2019-09-301-1/+6
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-1/+1
* qdev: Let the hotplug_handler_unplug() caller delete the deviceDavid Hildenbrand2019-03-061-5/+8
* qdev: pass an Object * to qbus_set_hotplug_handler()Michael Roth2019-02-171-3/+3
* s390x/pci: Unplug remaining requested devices on pcihost resetDavid Hildenbrand2019-02-051-0/+15
* s390x/pci: Warn when adding PCI devices without the 'zpci' featureDavid Hildenbrand2019-02-051-0/+6
* s390x/pci: Fix hotplugging of PCI bridgesDavid Hildenbrand2019-02-051-9/+19
* s390x/pci: Fix primary bus number for PCI bridgesDavid Hildenbrand2019-02-051-5/+8
* s390x/pci: mark zpci devices as unmigratableCornelia Huck2019-02-041-0/+10
* s390x/pci: Drop release timer and replace it with a flagDavid Hildenbrand2019-02-041-31/+7Star
* s390x/pci: Introduce unplug requests and split unplug handlerDavid Hildenbrand2019-02-041-54/+112
* s390x/pci: add common function measurement blockYi Min Zhao2019-01-181-1/+3
* s390x/pci: Ignore the unplug call if we already have a release_timerDavid Hildenbrand2019-01-181-0/+3
* s390x/pci: Always delete and free the release_timerDavid Hildenbrand2019-01-181-1/+1
* s390x/pci: Move some hotplug checks to the pre_plug handlerDavid Hildenbrand2019-01-181-16/+25
* s390x/pci: Use hotplug_dev instead of looking up the host bridgeDavid Hildenbrand2019-01-181-2/+2
* s390x/pci: Set the iommu region size mpcifc requestPierre Morel2019-01-181-1/+1
* s390x/pci: Send correct event on hotplugDavid Hildenbrand2019-01-181-1/+1
* s390: avoid potential null dereference in s390_pcihost_unplug()Li Qiang2019-01-181-0/+4
* s390x/pci: rename hotplug handler callbacksDavid Hildenbrand2018-12-201-6/+6
* error: Remove NULL checks on error_propagate() callsMarkus Armbruster2018-12-181-3/+1Star
* s390x/zpci: drop msix.availableDavid Hildenbrand2018-12-121-2/+0Star
* s390x/pci: properly fail if the zPCI device cannot be createdDavid Hildenbrand2018-11-131-6/+19
* hw/s390x/s390-pci-bus: Convert sysbus init function to realize functionThomas Huth2018-10-041-13/+21
* iommu: Add IOMMU index argument to translate methodPeter Maydell2018-06-151-1/+1