index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
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-05-19
dma: do not depend on kvm_enabled()
Paolo Bonzini
1
-0
/
+1
2016-04-23
hw/ppc/spapr: Fix crash when specifying bad parameters to spapr-pci-host-bridge
Thomas Huth
1
-0
/
+3
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
[next]