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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-29
pci: Clean up includes
Peter Maydell
12
-1
/
+12
2015-11-06
fix bad indentation in pcie_cap_slot_write_config()
Cao jin
1
-6
/
+6
2015-10-29
enable multi-function hot-add
Cao jin
3
-10
/
+63
2015-10-29
remove function during multi-function hot-add
Cao jin
1
-5
/
+18
2015-10-24
msix: implement pba write (but read-only)
Marc-André Lureau
1
-0
/
+6
2015-10-19
hw/pci: Introduce pci_requester_id()
Pavel Fedin
2
-2
/
+2
2015-09-18
Fix bad error handling after memory_region_init_ram()
Markus Armbruster
1
-1
/
+1
2015-09-16
pci: remove Link Training error from AER error list
Paolo Bonzini
1
-4
/
+0
2015-09-11
maint: remove unused include for strings.h
Daniel P. Berrange
1
-1
/
+0
2015-09-10
hw/pci: fix pci_update_mappings() trace events
Laszlo Ersek
1
-2
/
+2
2015-09-10
pci: Fix pci_device_iommu_address_space() bus propagation
Benjamin Herrenschmidt
1
-8
/
+5
2015-09-07
hw/pci: Use pow2ceil() rather than hand-calculation
Peter Maydell
2
-6
/
+2
2015-08-13
pci: allow 0 address for PCI IO/MEM regions
Laurent Vivier
1
-3
/
+9
2015-07-20
pci_add_capability: remove duplicate comments
Chen Hanxiao
1
-4
/
+2
2015-07-08
pcie: Set the "link active" in the link status register
Benjamin Herrenschmidt
1
-1
/
+1
2015-06-23
Print error when failing to load PCI config data
Dr. David Alan Gilbert
1
-0
/
+4
2015-06-22
Include qapi/qmp/qerror.h exactly where needed
Markus Armbruster
3
-2
/
+1
2015-06-22
qerror: Move #include out of qerror.h
Markus Armbruster
1
-0
/
+1
2015-06-22
qerror: Clean up QERR_ macros to expand into a single string
Markus Armbruster
1
-1
/
+1
2015-06-22
qobject: Use 'bool' inside qdict
Eric Blake
1
-2
/
+2
2015-06-12
virtio-vga: add '-vga virtio' support
Gerd Hoffmann
1
-0
/
+2
2015-06-04
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-12
/
+66
2015-06-04
Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' int...
Peter Maydell
1
-1
/
+1
2015-06-03
pci: make pci_bar useable outside pci.c
Michael Roth
1
-1
/
+1
2015-06-03
hw/pci: add support for NUMA nodes
Marcel Apfelbaum
1
-0
/
+11
2015-06-03
hw/pci: removed 'rootbus nr is 0' assumption from qmp_pci_query
Marcel Apfelbaum
1
-1
/
+2
2015-06-03
hw/pci: extend PCI config access to support devices behind PXB
Marcel Apfelbaum
1
-5
/
+29
2015-06-03
hw/pci: made pci_bus_num a PCIBusClass method
Marcel Apfelbaum
1
-3
/
+10
2015-06-03
hw/pci: made pci_bus_is_root a PCIBusClass method
Marcel Apfelbaum
1
-3
/
+14
2015-06-02
Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-06-02' in...
Peter Maydell
2
-30
/
+23
2015-06-02
xen: don't allow guest to control MSI mask register
Jan Beulich
1
-4
/
+0
2015-06-02
monitor: Use trad. command interface for HMP pcie_aer_inject_error
Markus Armbruster
2
-30
/
+23
2015-05-31
Add stream ID to MSI write
Pavel Fedin
2
-3
/
+10
2015-05-11
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2
-40
/
+33
2015-05-05
qapi: Drop inline nested structs in query-pci
Eric Blake
1
-19
/
+23
2015-04-28
pci: Merge pci_nic_init() into pci_nic_init_nofail()
Thomas Huth
1
-29
/
+14
2015-04-28
Convert (ffs(val) - 1) to ctz32(val)
Stefan Hajnoczi
4
-13
/
+13
2015-04-27
pci: remove hard-coded bar size in msix_init_exclusive_bar()
Jason Wang
1
-11
/
+19
2015-04-26
Switch non-CPU callers from ld/st*_phys to address_space_ld/st*
Peter Maydell
2
-2
/
+4
2015-04-13
pci: Fix crash with illegal "-net nic, model=xxx" option
Thomas Huth
1
-1
/
+3
2015-03-18
pcie_aer: fix comment to match pcie spec
Michael S. Tsirkin
1
-2
/
+2
2015-03-18
aer: fix a wrong init PCI_ERR_COR_STATUS w1cmask type register
Chen Fan
1
-1
/
+1
2015-03-18
pcie_aer: fix typos in pcie_aer_inject_error comment
Chen Fan
1
-3
/
+3
2015-03-18
aer: fix wrong check on expose aer tlp prefix log
Chen Fan
1
-1
/
+1
2015-03-18
pcie: correct mistaken register bit for End-End TLP Prefix Blocking
Chen Fan
1
-1
/
+1
2015-03-11
pci: Convert pci_nic_init() to Error to avoid qdev_init()
Markus Armbruster
1
-4
/
+14
2015-03-11
pci/shpc: fix signed integer overflow
Michael S. Tsirkin
1
-1
/
+1
2015-03-01
pci-hotplug-old: Has been dead for five major releases, bury
Markus Armbruster
2
-344
/
+0
2015-03-01
pci: Give a few helpers internal linkage
Markus Armbruster
1
-7
/
+7
2015-02-26
pci: Permit incremental conversion of device models to realize
Markus Armbruster
1
-5
/
+19
[next]