index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
s390x
/
s390-pci-bus.c
Age
Commit message (
Expand
)
Author
2020-02-20
Let cpu_[physical]_memory() calls pass a boolean 'is_write' argument
Philippe Mathieu-Daudé
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
2019-09-30
s390: PCI: fix IOMMU region init
Matthew Rosato
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-03-06
qdev: Let the hotplug_handler_unplug() caller delete the device
David Hildenbrand
2019-02-17
qdev: pass an Object * to qbus_set_hotplug_handler()
Michael Roth
2019-02-05
s390x/pci: Unplug remaining requested devices on pcihost reset
David Hildenbrand
2019-02-05
s390x/pci: Warn when adding PCI devices without the 'zpci' feature
David Hildenbrand
2019-02-05
s390x/pci: Fix hotplugging of PCI bridges
David Hildenbrand
2019-02-05
s390x/pci: Fix primary bus number for PCI bridges
David Hildenbrand
2019-02-04
s390x/pci: mark zpci devices as unmigratable
Cornelia Huck
2019-02-04
s390x/pci: Drop release timer and replace it with a flag
David Hildenbrand
2019-02-04
s390x/pci: Introduce unplug requests and split unplug handler
David Hildenbrand
2019-01-18
s390x/pci: add common function measurement block
Yi Min Zhao
2019-01-18
s390x/pci: Ignore the unplug call if we already have a release_timer
David Hildenbrand
2019-01-18
s390x/pci: Always delete and free the release_timer
David Hildenbrand
2019-01-18
s390x/pci: Move some hotplug checks to the pre_plug handler
David Hildenbrand
2019-01-18
s390x/pci: Use hotplug_dev instead of looking up the host bridge
David Hildenbrand
2019-01-18
s390x/pci: Set the iommu region size mpcifc request
Pierre Morel
2019-01-18
s390x/pci: Send correct event on hotplug
David Hildenbrand
2019-01-18
s390: avoid potential null dereference in s390_pcihost_unplug()
Li Qiang
2018-12-20
s390x/pci: rename hotplug handler callbacks
David Hildenbrand
2018-12-18
error: Remove NULL checks on error_propagate() calls
Markus Armbruster
2018-12-12
s390x/zpci: drop msix.available
David Hildenbrand
2018-11-13
s390x/pci: properly fail if the zPCI device cannot be created
David Hildenbrand
2018-10-04
hw/s390x/s390-pci-bus: Convert sysbus init function to realize function
Thomas Huth
2018-06-15
iommu: Add IOMMU index argument to translate method
Peter Maydell
2018-03-23
s390x/pci: forbid multifunction pci device
Yi Min Zhao
2018-02-09
s390x/pci: fixup global refresh
Yi Min Zhao
2018-02-09
s390x/pci: fixup the code walking IOMMU tables
Yi Min Zhao
2017-12-05
pci: Eliminate redundant PCIDevice::bus pointer
David Gibson
2017-12-05
pci: Add pci_dev_bus_num() helper
David Gibson
2017-12-05
pci: Rename root bus initialization functions for clarity
David Gibson
2017-11-08
s390x/pci: let pci devices start in configured mode
Christian Borntraeger
2017-10-20
S390: use g_new() family of functions
Marc-André Lureau
2017-10-06
s390x: sort some devices into categories
Cornelia Huck
2017-09-19
s390x/pci: add iommu replay callback
Yi Min Zhao
2017-09-19
s390x/pci: remove idx from msix msg data
Yi Min Zhao
2017-08-30
s390x/sclp: properly guard pci-specific functions
Cornelia Huck
2017-08-30
s390x: chsc nt2 events are pci-only
Cornelia Huck
2017-07-14
Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20170714' into s...
Peter Maydell
2017-07-14
s390x/css: update css_adapter_interrupt
Yi Min Zhao
2017-07-14
s390x: add flags field for registering I/O adapter
Fei Li
2017-07-14
qdev: Add const qualifier to PropertyInfo definitions
Fam Zheng
2017-07-14
memory/iommu: introduce IOMMUMemoryRegionClass
Alexey Kardashevskiy
2017-07-14
memory/iommu: QOM'fy IOMMU MemoryRegion
Alexey Kardashevskiy
2017-05-25
memory: tune last param of iommu_ops.translate()
Peter Xu
2017-05-17
s390-pcibus: No need to set user_creatable=false explicitly
Eduardo Habkost
2017-05-17
qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable
Eduardo Habkost
[next]