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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
/
pci-bridge
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-13
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
8
-5
/
+8
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
3
-4
/
+0
2018-02-08
pci: removed the is_express field since a uniform interface was inserted
Yoni Bettan
4
-4
/
+0
2018-02-08
pci/bus: let it has higher migration priority
Peter Xu
7
-1
/
+7
2018-02-08
pci-bridge/i82801b11: clear bridge registers on platform reset
Laszlo Ersek
1
-0
/
+1
2018-02-05
qdev: use device_class_set_parent_realize/unrealize/reset()
Philippe Mathieu-Daudé
1
-2
/
+1
2018-01-24
simba: rename PBMPCIBridge and QOM types to reflect simba naming
Mark Cave-Ayland
1
-11
/
+11
2018-01-24
apb: split simba PCI bridge into hw/pci-bridge/simba.c
Mark Cave-Ayland
2
-0
/
+103
2018-01-18
hw/pci-bridge: fix QEMU crash because of pcie-root-port
Marcel Apfelbaum
1
-1
/
+6
2018-01-11
Merge remote-tracking branch 'origin/master' into HEAD
Michael S. Tsirkin
1
-1
/
+0
2017-12-18
misc: remove old i386 dependency
Philippe Mathieu-Daudé
1
-1
/
+0
2017-12-05
pci: Eliminate redundant PCIDevice::bus pointer
David Gibson
1
-8
/
+9
2017-12-05
pci: Rename root bus initialization functions for clarity
David Gibson
1
-2
/
+2
2017-11-16
hw/pcie-pci-bridge: restrict to X86 and ARM
Marcel Apfelbaum
1
-2
/
+2
2017-10-15
hw/gen_pcie_root_port: make IO RO 0 on IO disabled
Marcel Apfelbaum
1
-0
/
+7
2017-10-15
pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices
Eduardo Habkost
4
-0
/
+21
2017-10-15
pci: Add INTERFACE_PCIE_DEVICE to all PCIe devices
Eduardo Habkost
4
-0
/
+13
2017-10-15
hw/pci-bridge/pcie_pci_bridge: properly handle MSI unavailability case
Aleksandr Bezzubikov
1
-6
/
+18
2017-10-15
pci: Set err to errp directly rather than through error_propagate()
Mao Zhongyi
1
-3
/
+1
2017-10-15
xio3130_downstream: Report error if pcie_chassis_add_slot() failed
Eduardo Habkost
1
-0
/
+1
2017-09-08
hw/pci: add QEMU-specific PCI capability to the Generic PCI Express Root Port
Aleksandr Bezzubikov
1
-0
/
+36
2017-09-08
hw/pci: introduce pcie-pci-bridge device
Aleksandr Bezzubikov
2
-1
/
+193
2017-07-03
pci: Convert shpc_init() to Error
Mao Zhongyi
1
-8
/
+6
2017-07-03
pci: Convert to realize
Mao Zhongyi
4
-37
/
+32
2017-07-03
pci: Make errp the last parameter of pci_add_capability()
Mao Zhongyi
1
-0
/
+1
2017-07-03
hw/pci-bridge/dec: Classify the DEC PCI bridge as bridge device
Thomas Huth
1
-0
/
+2
2017-06-08
hw/pcie: fix the generic pcie root port to support migration
Marcel Apfelbaum
1
-0
/
+25
2017-05-18
Merge remote-tracking branch 'mst/tags/for_upstream' into staging
Stefan Hajnoczi
1
-1
/
+1
2017-05-18
Revert "hw/pci: disable pci-bridge's shpc by default"
Marcel Apfelbaum
1
-1
/
+1
2017-05-17
qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable
Eduardo Habkost
2
-2
/
+2
2017-02-02
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.9-20170202' into...
Peter Maydell
1
-1
/
+1
2017-02-01
hw/pci: disable pci-bridge's shpc by default
Marcel Apfelbaum
1
-1
/
+1
2017-02-01
pci: Convert msix_init() to Error and fix callers
Cao jin
1
-2
/
+1
2017-02-01
hw/pcie: Introduce Generic PCI Express Root Port
Marcel Apfelbaum
2
-1
/
+89
2017-02-01
hw/ioh3420: derive from PCI Express Root Port base class
Marcel Apfelbaum
1
-106
/
+15
2017-02-01
hw/pcie: Introduce a base class for PCI Express Root Ports
Marcel Apfelbaum
2
-0
/
+172
2017-01-31
pxb: Restrict to x86
David Gibson
1
-1
/
+1
2017-01-24
PCI/migration merge vmstate_pci_device and vmstate_pcie_device
Dr. David Alan Gilbert
3
-3
/
+3
2017-01-10
pcie_aer: support configurable AER capa version
Dou Liyang
3
-3
/
+6
2017-01-10
pcie_aer: Convert pcie_aer_init to Error
Cao jin
3
-3
/
+6
2016-10-28
clean-up: removed duplicate #includes
Anand J
1
-1
/
+0
2016-07-29
hw/pci-bridge: Convert pxb initialization functions to Error
Wei Jiangang
1
-27
/
+25
2016-07-29
hw/pxb: declare pxb devices as not hot-pluggable
Marcel Apfelbaum
1
-0
/
+2
2016-07-29
hw/pcie-root-port: Fix PCIe root port initialization
Marcel Apfelbaum
1
-0
/
+1
2016-07-12
Clean up decorations and whitespace around header guards
Markus Armbruster
1
-1
/
+1
2016-07-12
Clean up header guards that don't match their file name
Markus Armbruster
1
-2
/
+2
2016-07-12
Drop Emacs local variables lists redundant with .dir-locals.el
Markus Armbruster
3
-28
/
+0
2016-07-05
pci: Convert msi_init() to Error and fix callers to check it
Cao jin
4
-7
/
+31
2016-07-05
pci bridge dev: change msi property type
Cao jin
1
-6
/
+7
2016-07-04
q35: allow dynamic sysbus
Marcel Apfelbaum
1
-0
/
+2
[next]