Sign in
qemu
/
qemu
/
01ef6b9e4e4e84b106b7f934354eada8fe36674f
/
hw
/
ppc
/
spapr_pci.c
f703a04
add device_legacy_reset function to prepare for reset api change
by Damien Hedde
· 5 years ago
4f67d30
qdev: set properties with device_class_set_props()
by Marc-André Lureau
· 5 years ago
8ca63ba
error: Clean up unusual names of Error * variables
by Markus Armbruster
· 5 years ago
038adc2
core: replace getpagesize() with qemu_real_host_page_size
by Wei Yang
· 5 years ago
8cbe71e
spapr: Remove SpaprIrq::nr_msis
by David Gibson
· 5 years ago
258aa5c
spapr: Fold spapr_phb_lsi_qirq() into its single caller
by David Gibson
· 5 years ago
c4ec08a
spapr-pci: Stop providing assigned-addresses
by Alexey Kardashevskiy
· 5 years ago
f884294
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request' into staging
by Peter Maydell
· 5 years ago
7e721e7
numa: move numa global variable numa_info into MachineState
by Tao Xu
· 5 years ago
572ebd0
spapr/pci: Convert types to QEMU coding style
by Greg Kurz
· 5 years ago
02a1536
spapr_pci: remove all child functions in function zero unplug
by Daniel Henrique Barboza
· 5 years ago
ea52074
spapr/pci: Free MSIs during reset
by Greg Kurz
· 5 years ago
078eb6b
spapr/pci: Consolidate de-allocation of MSIs
by Greg Kurz
· 5 years ago
d15d4ad
spapr_pci: Allow 2MiB and 16MiB IOMMU pagesizes by default
by David Gibson
· 5 years ago
a27bd6c
Include hw/qdev-properties.h less
by Markus Armbruster
· 5 years ago
650d103
Include hw/hw.h exactly where needed
by Markus Armbruster
· 5 years ago
d645427
Include migration/vmstate.h less
by Markus Armbruster
· 5 years ago
64552b6
Include hw/irq.h a lot less
by Markus Armbruster
· 5 years ago
a216641
spapr_pci: Unregister listeners before destroying the IOMMU address space
by Greg Kurz
· 6 years ago
8d08fa9
spapr_pci: Drop useless CONFIG_KVM ifdefery
by Greg Kurz
· 6 years ago
7e10b57
spapr_pci: Fix DRC owner in spapr_dt_pci_bus()
by Greg Kurz
· 6 years ago
740a193
spapr_pci: Fix potential NULL pointer dereference in spapr_dt_pci_bus()
by Philippe Mathieu-Daudé
· 6 years ago
a050901
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.1-20190612' into staging
by Peter Maydell
· 6 years ago
0b8fa32
Include qemu/module.h where needed, drop it from qemu-common.h
by Markus Armbruster
· 6 years ago
14e7149
spapr: Allow hot plug/unplug of PCI bridges and devices under PCI bridges
by David Gibson
· 6 years ago
05929a6
spapr: Don't use bus number for building DRC ids
by David Gibson
· 6 years ago
a1ec25b
spapr: Clean up DRC index construction
by David Gibson
· 6 years ago
9e7d38e
spapr: Clean up spapr_drc_populate_dt()
by David Gibson
· 6 years ago
466e883
spapr: Clean up dt creation for PCI buses
by David Gibson
· 6 years ago
9d2134d
spapr: Clean up device tree construction for PCI devices
by David Gibson
· 6 years ago
4782a8b
spapr: Clean up device node name generation for PCI devices
by David Gibson
· 6 years ago
7028293
spapr_pci: Improve error message
by Greg Kurz
· 6 years ago
2f57db8
pcie: Simplify pci_adjust_config_limit()
by David Gibson
· 6 years ago
e8ec4ad
spapr: Drop duplicate PCI swizzle code
by Greg Kurz
· 6 years ago
c413605
spapr_pci: Get rid of duplicate code for node name creation
by Greg Kurz
· 6 years ago
ec132ef
spapr: Support NVIDIA V100 GPU with NVLink2
by Alexey Kardashevskiy
· 6 years ago
4560116
spapr_pci: Fix broken naming of PCI bus
by Greg Kurz
· 6 years ago
5cf0d32
spapr_pci: Fix extended config space accesses
by Greg Kurz
· 6 years ago
e366d18
spapr: Remove NULL checks on error_propagate() calls
by Markus Armbruster
· 6 years ago
ce2918c
spapr: Use CamelCase properly
by David Gibson
· 6 years ago
07578b0
qdev: Let the hotplug_handler_unplug() caller delete the device
by David Hildenbrand
· 6 years ago
bb2bdd8
spapr: add hotplug hooks for PHB hotplug
by Greg Kurz
· 6 years ago
f130928
spapr_pci: add ibm, my-drc-index property for PHB hotplug
by Michael Roth
· 6 years ago
0a0a66c
spapr_pci: provide node start offset via spapr_populate_pci_dt()
by Michael Roth
· 6 years ago
ef28b98
spapr_pci: add PHB unrealize
by Greg Kurz
· 6 years ago
09d876c
spapr/drc: Drop spapr_drc_attach() fdt argument
by Greg Kurz
· 6 years ago
46fd029
spapr/pci: Generate FDT fragment at configure connector time
by Greg Kurz
· 6 years ago
94d1cc5
qdev: pass an Object * to qbus_set_hotplug_handler()
by Michael Roth
· 6 years ago
925969c
spapr_pci: Fix interrupt leak in rtas_ibm_change_msi() error path
by Greg Kurz
· 6 years ago
5c7adcf
spapr: Rename xics to intc in interrupt controller agnostic code
by Greg Kurz
· 6 years ago
382b6f2
spapr_pci: Fix endianness in assigned-addresses property
by Alexey Kardashevskiy
· 6 years ago
d8e81d6
spapr/pci: Fix primary bus number for PCI bridges
by David Hildenbrand
· 6 years ago
999c9ca
spapr: move spapr_create_phb() to core machine code
by Greg Kurz
· 6 years ago
27c1da5
spapr_pci: perform unplug via the hotplug handler
by David Hildenbrand
· 6 years ago
4fc4c6a
spapr_pci: convert g_malloc() to g_new()
by Greg Kurz
· 6 years ago
4b57664
error: Fix use of error_prepend() with &error_fatal, &error_abort
by Markus Armbruster
· 6 years ago
0976efd
spapr_pci: add an extra 'nr_msis' argument to spapr_populate_pci_dt
by Cédric Le Goater
· 6 years ago
e39de89
spapr: introduce a spapr_irq class 'nr_msis' attribute
by Cédric Le Goater
· 6 years ago
bc9b1f1
spapr_pci: fix potential NULL pointer dereference
by Greg Kurz
· 6 years ago
2c88b09
spapr_pci: factorize the use of SPAPR_MACHINE_GET_CLASS()
by Cédric Le Goater
· 6 years ago
82cffa2
spapr: introduce a fixed IRQ number space
by Cédric Le Goater
· 6 years ago
4fe75a8
spapr: split the IRQ allocation sequence
by Cédric Le Goater
· 7 years ago
30f79dc
spapr_pci: Remove unhelpful pagesize warning
by David Gibson
· 7 years ago
9cbe305
spapr_pci: fix MSI/MSIX selection
by Greg Kurz
· 7 years ago
acc95bc
Merge remote-tracking branch 'origin/master' into HEAD
by Michael S. Tsirkin
· 7 years ago
2b3db9d
spapr_pci: use warn_report()
by Greg Kurz
· 7 years ago
bb2d8ab
spapr: fix LSI interrupt specifiers in the device tree
by Greg Kurz
· 7 years ago
7718375
spapr: introduce a spapr_qirq() helper
by Cédric Le Goater
· 7 years ago
60c6823
spapr: move the IRQ allocation routines under the machine
by Cédric Le Goater
· 7 years ago
fd56e06
pci: Eliminate redundant PCIDevice::bus pointer
by David Gibson
· 7 years ago
1115ff6
pci: Rename root bus initialization functions for clarity
by David Gibson
· 7 years ago
f7d6bfc
spapr_pci: fail gracefully with non-pseries machine types
by Greg Kurz
· 7 years ago
ab16152
Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20170927a' into staging
by Peter Maydell
· 7 years ago
44b1ff3
migration: pre_save return int
by Dr. David Alan Gilbert
· 7 years ago
30b3bc5
spapr_pci: make index property mandatory
by Greg Kurz
· 7 years ago
96dbc9a
spapr_pci: don't create 64-bit MMIO window if we don't need to
by Greg Kurz
· 7 years ago
1d36da7
spapr_pci: convert sprintf() to g_strdup_printf()
by Greg Kurz
· 7 years ago
9ba2553
spapr_pci: handle FDT creation errors with _FDT()
by Greg Kurz
· 7 years ago
99372e7
spapr_pci: use the common _FDT() helper
by Greg Kurz
· 7 years ago
549ce59
spapr_pci: use g_strdup_printf()
by Greg Kurz
· 7 years ago
d049bde
spapr_pci: drop useless check in spapr_populate_pci_child_dt()
by Greg Kurz
· 7 years ago
8f68760
spapr_pci: drop useless check in spapr_phb_vfio_get_loc_code()
by Greg Kurz
· 7 years ago
dba95eb
spapr_pci: parent the MSI memory region to the PHB
by Greg Kurz
· 7 years ago
5c3d70e
spapr_pci: use memory_region_add_subregion() with DMA windows
by Greg Kurz
· 7 years ago
18f2330
spapr_pci: Fix obsolete comment about MSIX encoding in addr/data
by Alexey Kardashevskiy
· 7 years ago
f1c5235
spapr: Cleanups relating to DRC awaiting_release field
by David Gibson
· 8 years ago
a8dc47f
spapr: Refactor spapr_drc_detach()
by David Gibson
· 7 years ago
94fd9cb
spapr: Treat devices added before inbound migration as coldplugged
by Laurent Vivier
· 8 years ago
2a0d90f
spapr: Only report host/guest IOMMU page size mismatches on KVM
by David Gibson
· 7 years ago
3340e5c
spapr: Use unplug_request for PCI hot unplug
by David Gibson
· 7 years ago
5c1da81
spapr: Remove unnecessary differences between hotplug and coldplug paths
by David Gibson
· 8 years ago
e806b4d
spapr: fix migration to pseries machine < 2.8
by Laurent Vivier
· 7 years ago
d2164ad
vmstate: error hint for failed equal checks
by Halil Pasic
· 8 years ago
6304fd2
spapr: Fold spapr_phb_{add,remove}_pci_device() into their only callers
by David Gibson
· 8 years ago
0be4e88
spapr: Change DRC attach & detach methods to functions
by David Gibson
· 8 years ago
f224d35
spapr: Clean up DR entity sense handling
by David Gibson
· 8 years ago
fbf5539
spapr: Clean up spapr_dr_connector_by_*()
by David Gibson
· 8 years ago
2d33581
spapr: Introduce DRC subclasses
by David Gibson
· 8 years ago
0b55aa9
spapr: Make DRC get_index and get_type methods into plain functions
by David Gibson
· 8 years ago
3183472
hw/ppc: removing drc->detach_cb and drc->detach_cb_opaque
by Daniel Henrique Barboza
· 8 years ago
Next »