index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
pci-bridge
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw/pcie: fix the generic pcie root port to support migration
Marcel Apfelbaum
2017-06-08
1
-0
/
+25
*
Merge remote-tracking branch 'mst/tags/for_upstream' into staging
Stefan Hajnoczi
2017-05-18
1
-1
/
+1
|
\
|
*
Revert "hw/pci: disable pci-bridge's shpc by default"
Marcel Apfelbaum
2017-05-17
1
-1
/
+1
*
|
qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable
Eduardo Habkost
2017-05-17
2
-2
/
+2
|
/
*
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.9-20170202' into...
Peter Maydell
2017-02-02
1
-1
/
+1
|
\
|
*
pxb: Restrict to x86
David Gibson
2017-01-31
1
-1
/
+1
*
|
hw/pci: disable pci-bridge's shpc by default
Marcel Apfelbaum
2017-02-01
1
-1
/
+1
*
|
pci: Convert msix_init() to Error and fix callers
Cao jin
2017-02-01
1
-2
/
+1
*
|
hw/pcie: Introduce Generic PCI Express Root Port
Marcel Apfelbaum
2017-02-01
2
-1
/
+89
*
|
hw/ioh3420: derive from PCI Express Root Port base class
Marcel Apfelbaum
2017-02-01
1
-106
/
+15
*
|
hw/pcie: Introduce a base class for PCI Express Root Ports
Marcel Apfelbaum
2017-02-01
2
-0
/
+172
|
/
*
PCI/migration merge vmstate_pci_device and vmstate_pcie_device
Dr. David Alan Gilbert
2017-01-24
3
-3
/
+3
*
pcie_aer: support configurable AER capa version
Dou Liyang
2017-01-10
3
-3
/
+6
*
pcie_aer: Convert pcie_aer_init to Error
Cao jin
2017-01-10
3
-3
/
+6
*
clean-up: removed duplicate #includes
Anand J
2016-10-28
1
-1
/
+0
*
hw/pci-bridge: Convert pxb initialization functions to Error
Wei Jiangang
2016-07-28
1
-27
/
+25
*
hw/pxb: declare pxb devices as not hot-pluggable
Marcel Apfelbaum
2016-07-28
1
-0
/
+2
*
hw/pcie-root-port: Fix PCIe root port initialization
Marcel Apfelbaum
2016-07-28
1
-0
/
+1
*
Clean up decorations and whitespace around header guards
Markus Armbruster
2016-07-12
1
-1
/
+1
*
Clean up header guards that don't match their file name
Markus Armbruster
2016-07-12
1
-2
/
+2
*
Drop Emacs local variables lists redundant with .dir-locals.el
Markus Armbruster
2016-07-12
3
-28
/
+0
*
pci: Convert msi_init() to Error and fix callers to check it
Cao jin
2016-07-05
4
-7
/
+31
*
pci bridge dev: change msi property type
Cao jin
2016-07-05
1
-6
/
+7
*
q35: allow dynamic sysbus
Marcel Apfelbaum
2016-07-04
1
-0
/
+2
*
fix some coding style problems
Cao jin
2016-06-17
4
-2
/
+18
*
hw/pci-bridge: Add missing unref in case register-bus fails
Wei Jiangang
2016-04-07
1
-1
/
+7
*
Migration: Add i82801b11 migration data
Dr. David Alan Gilbert
2016-04-07
1
-0
/
+9
*
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-22
1
-0
/
+1
*
pxb: cleanup
Cao jin
2016-03-11
1
-1
/
+1
*
msi_supported -> msi_nonbroken
Michael S. Tsirkin
2016-03-11
1
-1
/
+1
*
aer: impove pcie_aer_init to support vfio device
Chen Fan
2016-02-19
3
-3
/
+3
*
change type of pci_bridge_initfn() to void
Cao jin
2016-02-16
5
-24
/
+7
*
dec: convert to realize()
Cao jin
2016-02-16
1
-3
/
+3
*
hw/pxb: add pxb devices to the bridge category
Marcel Apfelbaum
2016-02-06
1
-0
/
+2
*
pci: Clean up includes
Peter Maydell
2016-01-29
6
-0
/
+6
*
ppc: Clean up includes
Peter Maydell
2016-01-29
1
-0
/
+1
*
hw/pxb: introduce pxb-pcie expander for PCIe machines
Marcel Apfelbaum
2015-12-22
1
-15
/
+83
*
hw/pci-bridge: format special OFW unit address for PXB host
Laszlo Ersek
2015-06-23
1
-0
/
+53
*
hw/pci-bridge: disable SHPC in PXB
Laszlo Ersek
2015-06-23
1
-0
/
+1
*
hw/pci-bridge: introduce "shpc" property
Laszlo Ersek
2015-06-23
1
-16
/
+70
*
hw/pci-bridge: add macro for "msi" property
Laszlo Ersek
2015-06-23
1
-1
/
+2
*
hw/pci-bridge: add macro for "chassis_nr" property
Laszlo Ersek
2015-06-23
2
-2
/
+4
*
hw/pci-bridge: expose _test parameter in SHPC_VMSTATE()
Laszlo Ersek
2015-06-23
1
-1
/
+1
*
add pci-bridge-seat
Gerd Hoffmann
2015-06-23
1
-1
/
+24
*
hw/pxb: add numa_node parameter
Marcel Apfelbaum
2015-06-03
1
-0
/
+17
*
hw/pxb: add map_irq func
Marcel Apfelbaum
2015-06-03
1
-1
/
+19
*
hw/pci: introduce PCI Expander Bridge (PXB)
Marcel Apfelbaum
2015-06-03
2
-0
/
+197
*
pci: Remove unused function ich9_d2pbr_init()
Thomas Huth
2015-04-30
1
-21
/
+0
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2015-03-09
1
-3
/
+2
|
\
|
*
pci: Trivial device model conversions to realize
Markus Armbruster
2015-02-26
1
-3
/
+2
[next]