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
2017-01-20
s390x/pci: handle PCIBridge bus number
Pierre Morel
2017-01-20
s390x/pci: use hashtable to look up zpci via fh
Yi Min Zhao
2017-01-20
s390x/pci: PCI multibus bridge handling
Pierre Morel
2017-01-20
s390x/pci: optimize calling s390_get_phb()
Yi Min Zhao
2017-01-20
s390x/pci: change the device array to a list
Pierre Morel
2017-01-20
s390x/pci: dynamically allocate iommu
Yi Min Zhao
2017-01-20
s390x/pci: make S390PCIIOMMU inherit Object
Yi Min Zhao
2016-10-31
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20161031' into staging
Peter Maydell
2016-10-31
s390x/pci: use generic interface to inject interrupt
Yi Min Zhao
2016-10-28
s390: avoid always-true comparison in s390_pci_generate_fid()
Peter Maydell
2016-09-28
s390x/pci: code cleanup
Yi Min Zhao
2016-09-28
s390x/pci: assign msix io region for each pci device
Yi Min Zhao
2016-09-05
s390x/pci: assert zpci always existing
Yi Min Zhao
2016-09-05
s390x/pci: return directly if create zpci failed
Yi Min Zhao
2016-08-08
s390x/pci: fix null pointer bug
Yi Min Zhao
2016-07-12
Use #include "..." for our own headers, <...> for others
Markus Armbruster
2016-07-11
s390x/pci: make hot-unplug handler smoother
Yi Min Zhao
2016-07-11
s390x/pci: replace fid with idx in msg data of msix
Yi Min Zhao
2016-07-11
s390x/pci: refactor list_pci
Yi Min Zhao
2016-07-11
s390x/pci: refactor s390_pci_find_dev_by_idx
Yi Min Zhao
2016-07-11
s390x/pci: enable zpci hot-plug/hot-unplug
Yi Min Zhao
2016-07-11
s390x/pci: introduce S390PCIBusDevice qdev
Yi Min Zhao
2016-07-11
s390x/pci: introduce S390PCIIOMMU
Yi Min Zhao
2016-07-11
s390x/pci: introduce S390PCIBus
Yi Min Zhao
2016-07-11
s390x/pci: enforce zPCI state checking
Yi Min Zhao
2016-07-11
s390x/pci: refactor s390_pci_find_dev_by_fh
Yi Min Zhao
2016-07-11
s390x/pci: unify FH_ macros
Yi Min Zhao
2016-07-11
s390x/pci: acceleration for getting S390pciState
Yi Min Zhao
2016-07-11
s390x/pci: fix failures of dma map/unmap
Yi Min Zhao
2016-05-17
s390x/pci: add length checking for pci sclp handlers
Yi Min Zhao
2016-05-17
s390x/pci: fix s390_pci_sclp_deconfigure
Yi Min Zhao
2016-05-17
s390x/pci: introduce S390PCIBusDevice.iommu_enabled
Yi Min Zhao
2016-05-17
s390x/pci: separate s390_pcihost_iommu_configure function
Yi Min Zhao
2016-05-17
s390x/pci: separate s390_sclp_configure function
Yi Min Zhao
2016-03-22
hw: explicitly include qemu-common.h and cpu.h
Paolo Bonzini
2016-03-11
msi_supported -> msi_nonbroken
Michael S. Tsirkin
2016-03-01
s390x/pci: use PCI_MSIX_FLAGS on retrieving the MSIX entries
Wei Yang
2016-01-29
s390: Clean up includes
Peter Maydell
2016-01-13
s390x/pci: reject some operations to disabled PCI function
Yi Min Zhao
2016-01-11
hw/s390x: Remove superfluous return statements
Thomas Huth
2015-12-01
s390x/pci: fix up IOMMU size
Yi Min Zhao
2015-11-11
s390x/pci : fix up s390 pci iommu translation function
Yi Min Zhao
2015-04-26
Switch non-CPU callers from ld/st*_phys to address_space_ld/st*
Peter Maydell
2015-03-16
s390x/pci: fix length in sei_nt2 event
Frank Blaschka
2015-02-03
s390x/pci: check for invalid function handle
Frank Blaschka
2015-02-03
s390: Plug memory leak on s390_pci_generate_event() error path
Markus Armbruster
2015-01-12
s390: Add PCI bus support
Frank Blaschka