index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
s390x
/
s390-pci-bus.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
s390x/pci: add common function measurement block
Yi Min Zhao
2019-01-18
1
-1
/
+3
*
s390x/pci: Ignore the unplug call if we already have a release_timer
David Hildenbrand
2019-01-18
1
-0
/
+3
*
s390x/pci: Always delete and free the release_timer
David Hildenbrand
2019-01-18
1
-1
/
+1
*
s390x/pci: Move some hotplug checks to the pre_plug handler
David Hildenbrand
2019-01-18
1
-16
/
+25
*
s390x/pci: Use hotplug_dev instead of looking up the host bridge
David Hildenbrand
2019-01-18
1
-2
/
+2
*
s390x/pci: Set the iommu region size mpcifc request
Pierre Morel
2019-01-18
1
-1
/
+1
*
s390x/pci: Send correct event on hotplug
David Hildenbrand
2019-01-18
1
-1
/
+1
*
s390: avoid potential null dereference in s390_pcihost_unplug()
Li Qiang
2019-01-18
1
-0
/
+4
*
s390x/pci: rename hotplug handler callbacks
David Hildenbrand
2018-12-20
1
-6
/
+6
*
error: Remove NULL checks on error_propagate() calls
Markus Armbruster
2018-12-18
1
-3
/
+1
*
s390x/zpci: drop msix.available
David Hildenbrand
2018-12-12
1
-2
/
+0
*
s390x/pci: properly fail if the zPCI device cannot be created
David Hildenbrand
2018-11-13
1
-6
/
+19
*
hw/s390x/s390-pci-bus: Convert sysbus init function to realize function
Thomas Huth
2018-10-04
1
-13
/
+21
*
iommu: Add IOMMU index argument to translate method
Peter Maydell
2018-06-15
1
-1
/
+1
*
s390x/pci: forbid multifunction pci device
Yi Min Zhao
2018-03-23
1
-0
/
+10
*
s390x/pci: fixup global refresh
Yi Min Zhao
2018-02-09
1
-7
/
+17
*
s390x/pci: fixup the code walking IOMMU tables
Yi Min Zhao
2018-02-09
1
-43
/
+180
*
pci: Eliminate redundant PCIDevice::bus pointer
David Gibson
2017-12-05
1
-4
/
+4
*
pci: Add pci_dev_bus_num() helper
David Gibson
2017-12-05
1
-1
/
+1
*
pci: Rename root bus initialization functions for clarity
David Gibson
2017-12-05
1
-4
/
+4
*
s390x/pci: let pci devices start in configured mode
Christian Borntraeger
2017-11-08
1
-1
/
+1
*
S390: use g_new() family of functions
Marc-André Lureau
2017-10-20
1
-2
/
+2
*
s390x: sort some devices into categories
Cornelia Huck
2017-10-06
1
-0
/
+1
*
s390x/pci: add iommu replay callback
Yi Min Zhao
2017-09-19
1
-0
/
+12
*
s390x/pci: remove idx from msix msg data
Yi Min Zhao
2017-09-19
1
-11
/
+5
*
s390x/sclp: properly guard pci-specific functions
Cornelia Huck
2017-08-30
1
-12
/
+2
*
s390x: chsc nt2 events are pci-only
Cornelia Huck
2017-08-30
1
-2
/
+2
*
Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20170714' into s...
Peter Maydell
2017-07-14
1
-2
/
+3
|
\
|
*
s390x/css: update css_adapter_interrupt
Yi Min Zhao
2017-07-14
1
-1
/
+1
|
*
s390x: add flags field for registering I/O adapter
Fei Li
2017-07-14
1
-1
/
+2
*
|
qdev: Add const qualifier to PropertyInfo definitions
Fam Zheng
2017-07-14
1
-1
/
+1
*
|
memory/iommu: introduce IOMMUMemoryRegionClass
Alexey Kardashevskiy
2017-07-14
1
-6
/
+17
*
|
memory/iommu: QOM'fy IOMMU MemoryRegion
Alexey Kardashevskiy
2017-07-14
1
-3
/
+3
|
/
*
memory: tune last param of iommu_ops.translate()
Peter Xu
2017-05-25
1
-1
/
+1
*
s390-pcibus: No need to set user_creatable=false explicitly
Eduardo Habkost
2017-05-17
1
-1
/
+0
*
qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable
Eduardo Habkost
2017-05-17
1
-1
/
+1
*
s390x: register I/O adapters per ISC during init
Fei Li
2017-04-21
1
-0
/
+3
*
s390x/pci: make printf always compile in debug output
Danil Antonov
2017-04-21
1
-7
/
+9
*
s390x/pci: merge msix init functions
Yi Min Zhao
2017-01-20
1
-12
/
+10
*
s390x/pci: handle PCIBridge bus number
Pierre Morel
2017-01-20
1
-0
/
+52
*
s390x/pci: use hashtable to look up zpci via fh
Yi Min Zhao
2017-01-20
1
-14
/
+8
*
s390x/pci: PCI multibus bridge handling
Pierre Morel
2017-01-20
1
-2
/
+15
*
s390x/pci: optimize calling s390_get_phb()
Yi Min Zhao
2017-01-20
1
-34
/
+32
*
s390x/pci: change the device array to a list
Pierre Morel
2017-01-20
1
-49
/
+51
*
s390x/pci: dynamically allocate iommu
Yi Min Zhao
2017-01-20
1
-14
/
+58
*
s390x/pci: make S390PCIIOMMU inherit Object
Yi Min Zhao
2017-01-20
1
-21
/
+31
*
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20161031' into staging
Peter Maydell
2016-10-31
1
-3
/
+1
|
\
|
*
s390x/pci: use generic interface to inject interrupt
Yi Min Zhao
2016-10-31
1
-3
/
+1
*
|
s390: avoid always-true comparison in s390_pci_generate_fid()
Peter Maydell
2016-10-28
1
-8
/
+2
|
/
*
s390x/pci: code cleanup
Yi Min Zhao
2016-09-28
1
-11
/
+0
[prev]
[next]