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
/
ppc
/
spapr_pci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-22
hw: explicitly include qemu-common.h and cpu.h
Paolo Bonzini
1
-0
/
+2
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-03-16
spapr_pci: Remove finish_realize hook
David Gibson
1
-20
/
+5
2016-03-16
spapr_pci: Allow EEH on spapr-pci-host-bridge
David Gibson
1
-8
/
+2
2016-03-16
spapr_pci: Eliminate class callbacks
David Gibson
1
-22
/
+22
2016-03-16
spapr_pci: fix multifunction hotplug
Michael Roth
1
-7
/
+86
2016-03-11
msi_supported -> msi_nonbroken
Michael S. Tsirkin
1
-1
/
+1
2016-02-28
xics: report errors with the QEMU Error API
Greg Kurz
1
-6
/
+10
2016-02-28
spapr_pci: fix irq leak in RTAS ibm,change-msi
Greg Kurz
1
-1
/
+8
2016-02-28
spapr_pci: kill useless variable in rtas_ibm_change_msi()
Greg Kurz
1
-3
/
+3
2016-01-29
ppc: Clean up includes
Peter Maydell
1
-0
/
+1
2015-10-23
spapr_pci: Allow VFIO devices to work on the normal PCI host bridge
David Gibson
1
-0
/
+6
2015-10-23
spapr_pci: Allow PCI host bridge DMA window to be configured
David Gibson
1
-2
/
+5
2015-09-23
sPAPR: Revert don't enable EEH on emulated PCI devices
Gavin Shan
1
-7
/
+0
2015-09-23
spapr: Support hotplug by specifying DRC count
Bharata B Rao
1
-2
/
+2
2015-09-23
spapr_pci: fix device tree props for MSI/MSI-X
Michael Roth
1
-2
/
+10
2015-09-23
sPAPR: Introduce rtas_ldq()
Gavin Shan
1
-10
/
+10
2015-09-23
spapr: Make ibm, change-msi respect 3 return values
Sam Bobroff
1
-1
/
+3
2015-09-11
maint: avoid useless "if (foo) free(foo)" pattern
Markus Armbruster
1
-8
/
+4
2015-07-07
sPAPR: Don't enable EEH on emulated PCI devices
Gavin Shan
1
-0
/
+7
2015-07-07
spapr_pci: drop redundant args in spapr_[populate, create]_pci_child_dt
Nikunj A Dadhania
1
-16
/
+11
2015-07-07
spapr_pci: populate ibm,loc-code
Nikunj A Dadhania
1
-6
/
+71
2015-07-07
spapr_pci: enumerate and add PCI device tree
Nikunj A Dadhania
1
-17
/
+133
2015-07-07
Revert "hw/ppc/spapr_pci.c: Avoid functions not in glib 2.12 (g_hash_table_it...
Markus Armbruster
1
-17
/
+11
2015-07-07
spapr_pci: set device node unit address as hex
Nikunj A Dadhania
1
-5
/
+7
2015-07-07
spapr_pci: encode class code including Prog IF register
Nikunj A Dadhania
1
-2
/
+1
2015-07-07
spapr_pci: encode missing 64-bit memory address space
Nikunj A Dadhania
1
-1
/
+9
2015-07-07
spapr: Merge sPAPREnvironment into sPAPRMachineState
David Gibson
1
-17
/
+20
2015-06-22
qerror: Clean up QERR_ macros to expand into a single string
Markus Armbruster
1
-4
/
+4
2015-06-03
spapr_pci: emit hotplug add/remove events during hotplug
Tyrel Datwyler
1
-0
/
+4
2015-06-03
spapr_pci: enable basic hotplug operations
Michael Roth
1
-19
/
+380
2015-06-03
spapr_pci: create DRConnectors for each PCI slot during PHB realize
Michael Roth
1
-1
/
+17
2015-06-03
spapr_pci: add dynamic-reconfiguration option for spapr-pci-host-bridge
Michael Roth
1
-0
/
+2
2015-06-03
spapr_pci: Rework device-tree rendering
Alexey Kardashevskiy
1
-25
/
+5
2015-06-03
spapr_pci: Make find_phb()/find_dev() public
Alexey Kardashevskiy
1
-18
/
+18
2015-06-03
spapr_pci: Define default DMA window size as a macro
Alexey Kardashevskiy
1
-3
/
+3
2015-06-03
spapr_pci: Introduce a liobn number generating macros
Alexey Kardashevskiy
1
-2
/
+2
2015-06-03
spapr_pci: Fix unsafe signed/unsigned comparisons
David Gibson
1
-8
/
+8
2015-03-09
sPAPR: Implement EEH RTAS calls
Gavin Shan
1
-0
/
+271
2015-03-09
pseries: Switch VGA endian on H_SET_MODE
David Gibson
1
-0
/
+28
2015-03-09
spapr-pci: Enable huge BARs
Alexey Kardashevskiy
1
-2
/
+12
2015-03-09
pseries: Limit PCI host bridge "index" value
David Gibson
1
-1
/
+7
2014-11-04
hw/ppc/spapr_pci.c: Avoid functions not in glib 2.12 (g_hash_table_iter_*)
Peter Maydell
1
-11
/
+17
2014-09-08
spapr_pci: map the MSI window in each PHB
Greg Kurz
1
-29
/
+24
2014-09-08
spapr_pci: Fix config space corruption
Alexey Kardashevskiy
1
-2
/
+6
2014-06-27
spapr_pci: Use XICS interrupt allocator and do not cache interrupts in PHB
Alexey Kardashevskiy
1
-83
/
+112
2014-06-27
spapr: Move interrupt allocator to xics
Alexey Kardashevskiy
1
-3
/
+3
2014-06-27
spapr_iommu: Make in-kernel TCE table optional
Alexey Kardashevskiy
1
-1
/
+1
2014-06-27
spapr: Fix RTAS token numbers
Alexey Kardashevskiy
1
-6
/
+12
2014-06-16
spapr_pci: Advertise MSI quota
Badari Pulavarty
1
-0
/
+1
[next]