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
/
include
/
hw
/
pci-host
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
uninorth: rename UNINState to UNINHostState
Mark Cave-Ayland
2018-04-27
1
-6
/
+6
*
uninorth: move PCI IO (ISA) memory region into the uninorth device
Mark Cave-Ayland
2018-04-27
1
-0
/
+1
*
uninorth: use object link to pass OpenPIC object to uninorth
Mark Cave-Ayland
2018-04-27
1
-1
/
+4
*
uninorth: introduce temporary pic_irqs device property
Mark Cave-Ayland
2018-04-27
1
-0
/
+1
*
uninorth: move uninorth definitions into uninorth.h
Mark Cave-Ayland
2018-04-27
1
-0
/
+51
*
pci: Add support for Designware IP block
Andrey Smirnov
2018-03-09
1
-0
/
+102
*
apb: rename apb.c to sabre.c
Mark Cave-Ayland
2018-01-24
1
-1
/
+1
*
apb: rename QOM type from TYPE_APB to TYPE_SABRE
Mark Cave-Ayland
2018-01-24
1
-5
/
+5
*
apb: QOMify sabre PCI host bridge
Mark Cave-Ayland
2018-01-24
1
-3
/
+11
*
apb: rename APB functions to use sabre prefix
Mark Cave-Ayland
2018-01-24
1
-1
/
+0
*
apb: split simba PCI bridge into hw/pci-bridge/simba.c
Mark Cave-Ayland
2018-01-24
1
-9
/
+0
*
Merge remote-tracking branch 'origin/master' into HEAD
Michael S. Tsirkin
2018-01-11
2
-6
/
+50
|
\
|
*
sun4u: split IOMMU device out from apb.c to sun4u_iommu.c
Mark Cave-Ayland
2018-01-09
1
-56
/
+1
|
*
apb: QOMify IOMMU
Mark Cave-Ayland
2018-01-09
1
-1
/
+7
|
*
apb: replace OBIO interrupt numbers in pci_pbmA_map_irq() with constants
Mark Cave-Ayland
2018-01-09
1
-0
/
+2
|
*
ebus: wire up OBIO interrupts to APB pbm via qdev GPIOs
Mark Cave-Ayland
2018-01-09
1
-1
/
+7
|
*
apb: remove busA property from PBMPCIBridge state
Mark Cave-Ayland
2018-01-09
1
-3
/
+0
|
*
apb: remove pci_apb_init() and instantiate APB device using qdev
Mark Cave-Ayland
2018-01-09
1
-2
/
+2
|
*
apb: move the two secondary PCI bridges objects into APBState
Mark Cave-Ayland
2018-01-09
1
-2
/
+3
|
*
apb: use gpios to wire up the apb device to the SPARC CPU IRQs
Mark Cave-Ayland
2018-01-09
1
-2
/
+4
|
*
apb: return APBState from pci_apb_init() rather than PCIBus
Mark Cave-Ayland
2018-01-09
1
-3
/
+3
|
*
sun4u: remove pci_ebus_init() function
Mark Cave-Ayland
2018-01-09
1
-2
/
+1
|
*
apb: move QOM macros and typedefs from apb.c to apb.h
Mark Cave-Ayland
2018-01-09
1
-0
/
+86
|
*
spapr: introduce a spapr_qirq() helper
Cédric Le Goater
2017-12-14
1
-1
/
+1
*
|
pci: Move bridge data structures from pci_bus.h to pci_bridge.h
David Gibson
2017-12-05
1
-1
/
+1
|
/
*
hw/pci-host: Fix x86 Host Bridges 64bit PCI hole
Marcel Apfelbaum
2017-11-16
1
-0
/
+1
*
hw/pci-host/gpex: Set INTx index/gsi mapping
Pranavkumar Sawargaonkar
2017-09-14
1
-0
/
+3
*
q35/mch: implement extended TSEG sizes
Laszlo Ersek
2017-06-16
1
-0
/
+6
*
hw/ppc: removing drc->detach_cb and drc->detach_cb_opaque
Daniel Henrique Barboza
2017-05-25
1
-0
/
+3
*
pseries: Don't expose PCIe extended config space on older machine types
David Gibson
2017-03-14
1
-0
/
+2
*
ppc/xics: use the QOM interface to get irqs
Cédric Le Goater
2017-03-01
1
-1
/
+1
*
hw: xilinx-pcie: Add support for Xilinx AXI PCIe Controller
Paul Burton
2017-02-22
1
-0
/
+68
*
include: Fix typos found by codespell
Stefan Weil
2017-01-24
1
-1
/
+1
*
spapr: Fix 2.7<->2.8 migration of PCI host bridge
David Gibson
2016-11-23
1
-0
/
+6
*
spapr: Improved placement of PCI host bridges in guest memory map
David Gibson
2016-10-16
1
-1
/
+7
*
spapr_pci: Add a 64-bit MMIO window
David Gibson
2016-10-16
1
-2
/
+6
*
spapr_pci: Delegate placement of PCI host bridges to machine type
David Gibson
2016-10-16
1
-10
/
+1
*
spapr_pci: Add numa node id
Alexey Kardashevskiy
2016-09-23
1
-0
/
+2
*
Remove unused function declarations
Ladi Prosek
2016-09-15
1
-2
/
+0
*
acpi: add DMAR scope definition for root IOAPIC
Peter Xu
2016-07-20
1
-0
/
+8
*
Clean up header guards that don't match their file name
Markus Armbruster
2016-07-12
3
-7
/
+7
*
spapr_pci: Include spapr.h instead of playing games with #error
Markus Armbruster
2016-07-12
1
-3
/
+1
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2016-07-05
1
-2
/
+1
|
\
|
*
pc: Eliminate PcPciInfo
Markus Armbruster
2016-07-04
1
-1
/
+1
|
*
machine: remove iommu property
Marcel Apfelbaum
2016-07-04
1
-1
/
+0
*
|
spapr_pci/spapr_pci_vfio: Support Dynamic DMA Windows (DDW)
Alexey Kardashevskiy
2016-07-05
1
-1
/
+7
|
/
*
ppc/xics: Replace "icp" with "xics" in most places
Benjamin Herrenschmidt
2016-07-01
1
-1
/
+1
*
Q35: implement property interfece to several parameters
Efimov Vasily
2016-06-29
1
-2
/
+7
*
spapr_pci: Add and export DMA resetting helper
Alexey Kardashevskiy
2016-06-07
1
-0
/
+2
*
spapr_pci: Remove finish_realize hook
David Gibson
2016-03-15
1
-12
/
+0
[prev]
[next]