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
/
pci-host
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-27
uninorth: enable internal PCI host bridge
Mark Cave-Ayland
1
-5
/
+23
2018-04-27
uninorth: fix PCI and AGP bus mixup
Mark Cave-Ayland
1
-11
/
+13
2018-04-27
uninorth: move PCI host bridge bus initialisation into device realize
Mark Cave-Ayland
1
-49
/
+68
2018-04-27
uninorth: introduce temporary pic_irqs device property
Mark Cave-Ayland
1
-2
/
+23
2018-04-27
uninorth: move PCI mmio memory region initialisation into init function
Mark Cave-Ayland
1
-10
/
+18
2018-04-27
grackle: move PCI IO (ISA) memory region into the grackle device
Mark Cave-Ayland
1
-1
/
+6
2018-04-27
grackle: remove deprecated pci_grackle_init() function
Mark Cave-Ayland
1
-27
/
+1
2018-04-27
grackle: general tidy-up and QOMify
Mark Cave-Ayland
1
-34
/
+62
2018-04-27
uninorth: alter pci_pmac_init() and pci_pmac_u3_init() to return uninorth device
Mark Cave-Ayland
1
-8
/
+8
2018-04-27
uninorth: move uninorth definitions into uninorth.h
Mark Cave-Ayland
1
-21
/
+1
2018-04-27
uninorth: QOMify PCI and AGP host bridges
Mark Cave-Ayland
1
-47
/
+32
2018-04-27
uninorth: trivial style fixups
Mark Cave-Ayland
1
-10
/
+19
2018-03-09
pci: Add support for Designware IP block
Andrey Smirnov
2
-0
/
+756
2018-02-13
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-1
/
+0
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
1
-1
/
+0
2018-02-08
pci: removed the is_express field since a uniform interface was inserted
Yoni Bettan
1
-1
/
+0
2018-02-06
hw/pci*: Replace fprintf(stderr, "*\n" with error_report()
Alistair Francis
1
-3
/
+3
2018-01-27
uninorth: convert to trace-events
Mark Cave-Ayland
2
-19
/
+11
2018-01-27
grackle: convert to trace-events
Mark Cave-Ayland
2
-11
/
+5
2018-01-24
sabre: convert from SABRE_DPRINTF macro to trace-events
Mark Cave-Ayland
2
-22
/
+21
2018-01-24
apb: rename apb.c to sabre.c
Mark Cave-Ayland
2
-29
/
+30
2018-01-24
apb: rename QOM type from TYPE_APB to TYPE_SABRE
Mark Cave-Ayland
1
-15
/
+15
2018-01-24
apb: QOMify sabre PCI host bridge
Mark Cave-Ayland
1
-3
/
+3
2018-01-24
apb: change pbm_pci_host prefix functions to use sabre_pci prefix
Mark Cave-Ayland
1
-6
/
+6
2018-01-24
apb: rename APB functions to use sabre prefix
Mark Cave-Ayland
1
-55
/
+54
2018-01-24
simba: rename PBMPCIBridge and QOM types to reflect simba naming
Mark Cave-Ayland
1
-6
/
+6
2018-01-24
apb: split simba PCI bridge into hw/pci-bridge/simba.c
Mark Cave-Ayland
1
-61
/
+1
2018-01-22
Replace all occurances of __FUNCTION__ with __func__
Alistair Francis
1
-1
/
+1
2018-01-11
Merge remote-tracking branch 'origin/master' into HEAD
Michael S. Tsirkin
2
-447
/
+102
2018-01-09
sun4u: split IOMMU device out from apb.c to sun4u_iommu.c
Mark Cave-Ayland
1
-273
/
+0
2018-01-09
apb: QOMify IOMMU
Mark Cave-Ayland
1
-20
/
+57
2018-01-09
apb: replace OBIO interrupt numbers in pci_pbmA_map_irq() with constants
Mark Cave-Ayland
1
-2
/
+2
2018-01-09
ebus: wire up OBIO interrupts to APB pbm via qdev GPIOs
Mark Cave-Ayland
1
-1
/
+1
2018-01-09
apb: remove busA property from PBMPCIBridge state
Mark Cave-Ayland
1
-16
/
+13
2018-01-09
apb: split pci_pbm_map_irq() into separate functions for bus A and bus B
Mark Cave-Ayland
1
-25
/
+20
2018-01-09
apb: remove pci_apb_init() and instantiate APB device using qdev
Mark Cave-Ayland
1
-63
/
+61
2018-01-09
apb: move the two secondary PCI bridges objects into APBState
Mark Cave-Ayland
1
-9
/
+5
2018-01-09
apb: use gpios to wire up the apb device to the SPARC CPU IRQs
Mark Cave-Ayland
1
-4
/
+2
2018-01-09
apb: return APBState from pci_apb_init() rather than PCIBus
Mark Cave-Ayland
1
-4
/
+4
2018-01-09
apb: APB QOMify tidy-up
Mark Cave-Ayland
1
-9
/
+8
2018-01-09
sun4u: remove pci_ebus_init() function
Mark Cave-Ayland
1
-3
/
+1
2018-01-09
apb: move QOM macros and typedefs from apb.c to apb.h
Mark Cave-Ayland
1
-85
/
+0
2017-12-21
hw/pci-host/xilinx: QOM'ify the AXI-PCIe host bridge
Philippe Mathieu-Daudé
1
-11
/
+10
2017-12-21
hw/pci-host/piix: QOM'ify the IGD Passthrough host bridge
Philippe Mathieu-Daudé
1
-25
/
+20
2017-12-15
e500: fix pci host bridge class/type
Michael Davidsaver
1
-5
/
+0
2017-12-05
pci: Eliminate redundant PCIDevice::bus pointer
David Gibson
2
-6
/
+6
2017-12-05
pci: Rename root bus initialization functions for clarity
David Gibson
11
-47
/
+48
2017-11-16
hw/pci-host: Fix x86 Host Bridges 64bit PCI hole
Marcel Apfelbaum
2
-5
/
+69
2017-10-31
hw/pci-host/gpex: Improve INTX to gsi routing error checking
Eric Auger
1
-2
/
+8
2017-10-19
sun4u: update PCI topology to include simba PCI bridges
Mark Cave-Ayland
1
-11
/
+36
[prev]
[next]