index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
ppc
/
spapr_pci.c
Age
Commit message (
Expand
)
Author
2024-11-04
ppc/spapr: remove deprecated machine pseries-2.7
Harsh Prateek Bora
2024-11-04
ppc/spapr: remove deprecated machine pseries-2.3
Harsh Prateek Bora
2024-09-13
hw: Use device_class_set_legacy_reset() instead of opencoding
Peter Maydell
2024-08-01
Revert "hw/ppc/spapr_pci: Do not create DT for disabled PCI device"
Michael S. Tsirkin
2024-08-01
Revert "hw/ppc/spapr_pci: Do not reject VFs created after a PF"
Michael S. Tsirkin
2024-07-03
hw/ppc/spapr_pci: Do not reject VFs created after a PF
Akihiko Odaki
2024-07-03
hw/ppc/spapr_pci: Do not create DT for disabled PCI device
Akihiko Odaki
2024-05-08
hw/ppc/spapr_pci: Replace g_memdup() by g_memdup2()
Philippe Mathieu-Daudé
2024-04-24
qapi: Inline and remove QERR_BUS_NO_HOTPLUG definition
Philippe Mathieu-Daudé
2023-12-30
hw/ppc: Constify VMState
Richard Henderson
2023-11-17
spapr/pci: Correct "does not support hotplugging error messages
Markus Armbruster
2023-11-03
hw/pci: modify pci_setup_iommu() to set PCIIOMMUOps
Yi Liu
2023-09-29
spapr/pci: Clean up local variable shadowing in spapr_phb_realize()
Cédric Le Goater
2023-09-18
spapr: Remove support for NVIDIA V100 GPU with NVLink2
Cédric Le Goater
2022-12-21
pci: drop redundant PCIDeviceClass::is_bridge field
Igor Mammedov
2022-10-17
hw/ppc/spapr_pci.c: Use device_cold_reset() rather than device_legacy_reset()
Peter Maydell
2022-09-18
spapr_pci: fix leak in spapr_phb_vfio_get_loc_code
Paolo Bonzini
2022-07-06
spapr/ddw: Implement 64bit query extension
Alexey Kardashevskiy
2022-07-06
spapr/ddw: Reset DMA when the last non-default window is removed
Alexey Kardashevskiy
2022-04-06
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau
2021-11-01
pci: Export pci_for_each_device_under_bus*()
Peter Xu
2021-08-27
spapr_pci: Fix leak in spapr_phb_vfio_get_loc_code() with g_autofree
David Gibson
2021-05-02
Do not include exec/address-spaces.h if it's not really necessary
Thomas Huth
2021-05-02
Do not include cpu.h if it's not really necessary
Thomas Huth
2021-03-10
spapr_pci.c: add 'unplug already in progress' message for PCI unplug
Daniel Henrique Barboza
2021-03-10
spapr: rename spapr_drc_detach() to spapr_drc_unplug_request()
Daniel Henrique Barboza
2021-02-10
spapr: Adjust firmware path of PCI devices
Greg Kurz
2021-02-09
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
2021-02-08
spapr_pci: add spapr msi read method
Prasad J Pandit
2021-02-08
spapr_pci: Fix memory leak of vmstate_spapr_pci
Jinhao Gao
2020-12-14
spapr: Don't use qdev_get_machine() in spapr_msi_write()
Greg Kurz
2020-12-14
spapr: Pass sPAPR machine state down to spapr_pci_switch_vga()
Greg Kurz
2020-12-14
spapr: spapr_drc_attach() cannot fail
Greg Kurz
2020-12-14
spapr: Do PCI device hotplug sanity checks at pre-plug only
Greg Kurz
2020-10-13
hw/pci: Fix typo in PCI hot-plug error message
Julia Suvorova
2020-10-09
spapr: Add a return value to spapr_drc_attach()
Greg Kurz
2020-09-29
ppc/pseries: enable big-endian-framebuffer quirk for bochs-display and virtio...
Gerd Hoffmann
2020-09-08
spapr: introduce SpaprMachineState::numa_assoc_array
Daniel Henrique Barboza
2020-08-13
spapr: Simplify error handling in spapr_phb_realize()
Greg Kurz
2020-07-20
spapr: Add a new level of NUMA for GPUs
Reza Arbab
2020-07-20
spapr_pci: Robustify support of PCI bridges
Greg Kurz
2020-07-10
error: Avoid unnecessary error_propagate() after error_setg()
Markus Armbruster
2020-07-10
qom: Put name parameter before value / visitor parameter
Markus Armbruster
2020-07-02
qdev: Drop qbus_set_hotplug_handler() parameter @errp
Markus Armbruster
2020-06-15
qdev: Convert to qdev_unrealize() with Coccinelle
Markus Armbruster
2020-05-15
spapr_pci: Drop some dead error handling
Markus Armbruster
2020-05-15
qdev: Unrealize must not fail
Markus Armbruster
2020-05-07
spapr: Don't allow unplug of NVLink2 devices
David Gibson
2020-04-07
spapr: Fix failure path for attempting to hot unplug PCI bridges
David Gibson
2020-01-30
add device_legacy_reset function to prepare for reset api change
Damien Hedde
[next]