index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
s390x
/
s390-pci-bus.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-30
s390x/sclp: properly guard pci-specific functions
Cornelia Huck
1
-12
/
+2
2017-08-30
s390x: chsc nt2 events are pci-only
Cornelia Huck
1
-2
/
+2
2017-07-14
Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20170714' into s...
Peter Maydell
1
-2
/
+3
2017-07-14
s390x/css: update css_adapter_interrupt
Yi Min Zhao
1
-1
/
+1
2017-07-14
s390x: add flags field for registering I/O adapter
Fei Li
1
-1
/
+2
2017-07-14
qdev: Add const qualifier to PropertyInfo definitions
Fam Zheng
1
-1
/
+1
2017-07-14
memory/iommu: introduce IOMMUMemoryRegionClass
Alexey Kardashevskiy
1
-6
/
+17
2017-07-14
memory/iommu: QOM'fy IOMMU MemoryRegion
Alexey Kardashevskiy
1
-3
/
+3
2017-05-25
memory: tune last param of iommu_ops.translate()
Peter Xu
1
-1
/
+1
2017-05-17
s390-pcibus: No need to set user_creatable=false explicitly
Eduardo Habkost
1
-1
/
+0
2017-05-17
qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable
Eduardo Habkost
1
-1
/
+1
2017-04-21
s390x: register I/O adapters per ISC during init
Fei Li
1
-0
/
+3
2017-04-21
s390x/pci: make printf always compile in debug output
Danil Antonov
1
-7
/
+9
2017-01-20
s390x/pci: merge msix init functions
Yi Min Zhao
1
-12
/
+10
2017-01-20
s390x/pci: handle PCIBridge bus number
Pierre Morel
1
-0
/
+52
2017-01-20
s390x/pci: use hashtable to look up zpci via fh
Yi Min Zhao
1
-14
/
+8
2017-01-20
s390x/pci: PCI multibus bridge handling
Pierre Morel
1
-2
/
+15
2017-01-20
s390x/pci: optimize calling s390_get_phb()
Yi Min Zhao
1
-34
/
+32
2017-01-20
s390x/pci: change the device array to a list
Pierre Morel
1
-49
/
+51
2017-01-20
s390x/pci: dynamically allocate iommu
Yi Min Zhao
1
-14
/
+58
2017-01-20
s390x/pci: make S390PCIIOMMU inherit Object
Yi Min Zhao
1
-21
/
+31
2016-10-31
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20161031' into staging
Peter Maydell
1
-3
/
+1
2016-10-31
s390x/pci: use generic interface to inject interrupt
Yi Min Zhao
1
-3
/
+1
2016-10-28
s390: avoid always-true comparison in s390_pci_generate_fid()
Peter Maydell
1
-8
/
+2
2016-09-28
s390x/pci: code cleanup
Yi Min Zhao
1
-11
/
+0
2016-09-28
s390x/pci: assign msix io region for each pci device
Yi Min Zhao
1
-11
/
+26
2016-09-05
s390x/pci: assert zpci always existing
Yi Min Zhao
1
-5
/
+1
2016-09-05
s390x/pci: return directly if create zpci failed
Yi Min Zhao
1
-0
/
+1
2016-08-08
s390x/pci: fix null pointer bug
Yi Min Zhao
1
-1
/
+1
2016-07-12
Use #include "..." for our own headers, <...> for others
Markus Armbruster
1
-3
/
+3
2016-07-11
s390x/pci: make hot-unplug handler smoother
Yi Min Zhao
1
-1
/
+34
2016-07-11
s390x/pci: replace fid with idx in msg data of msix
Yi Min Zhao
1
-4
/
+4
2016-07-11
s390x/pci: refactor list_pci
Yi Min Zhao
1
-0
/
+20
2016-07-11
s390x/pci: refactor s390_pci_find_dev_by_idx
Yi Min Zhao
1
-20
/
+1
2016-07-11
s390x/pci: enable zpci hot-plug/hot-unplug
Yi Min Zhao
1
-46
/
+73
2016-07-11
s390x/pci: introduce S390PCIBusDevice qdev
Yi Min Zhao
1
-7
/
+250
2016-07-11
s390x/pci: introduce S390PCIIOMMU
Yi Min Zhao
1
-8
/
+11
2016-07-11
s390x/pci: introduce S390PCIBus
Yi Min Zhao
1
-0
/
+10
2016-07-11
s390x/pci: enforce zPCI state checking
Yi Min Zhao
1
-49
/
+55
2016-07-11
s390x/pci: refactor s390_pci_find_dev_by_fh
Yi Min Zhao
1
-11
/
+4
2016-07-11
s390x/pci: unify FH_ macros
Yi Min Zhao
1
-3
/
+3
2016-07-11
s390x/pci: acceleration for getting S390pciState
Yi Min Zhao
1
-33
/
+20
2016-07-11
s390x/pci: fix failures of dma map/unmap
Yi Min Zhao
1
-4
/
+2
2016-05-17
s390x/pci: add length checking for pci sclp handlers
Yi Min Zhao
1
-2
/
+12
2016-05-17
s390x/pci: fix s390_pci_sclp_deconfigure
Yi Min Zhao
1
-0
/
+7
2016-05-17
s390x/pci: introduce S390PCIBusDevice.iommu_enabled
Yi Min Zhao
1
-5
/
+4
2016-05-17
s390x/pci: separate s390_pcihost_iommu_configure function
Yi Min Zhao
1
-9
/
+12
2016-05-17
s390x/pci: separate s390_sclp_configure function
Yi Min Zhao
1
-5
/
+25
2016-03-22
hw: explicitly include qemu-common.h and cpu.h
Paolo Bonzini
1
-0
/
+2
2016-03-11
msi_supported -> msi_nonbroken
Michael S. Tsirkin
1
-1
/
+1
[next]