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
/
pci-bridge
/
gen_pcie_root_port.c
Age
Commit message (
Expand
)
Author
2021-08-03
hw/pcie-root-port: Fix hotplug for PCI devices requiring IO
Marcel Apfelbaum
2020-12-18
qdev: Move softmmu properties to qdev-properties-system.h
Eduardo Habkost
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-03-12
gen_pcie_root_port: Add ACS (Access Control Services) capability
Knut Omang
2018-12-19
pcie: Fast PCIe root ports for new machines
Alex Williamson
2018-12-19
pcie: Allow generic PCIe root port to specify link speed and width
Alex Williamson
2018-09-07
hw/pci: factor PCI reserve resources to a separate structure
Jing Liu
2018-02-08
pci/bus: let it has higher migration priority
Peter Xu
2018-02-05
qdev: use device_class_set_parent_realize/unrealize/reset()
Philippe Mathieu-Daudé
2018-01-18
hw/pci-bridge: fix QEMU crash because of pcie-root-port
Marcel Apfelbaum
2017-10-15
hw/gen_pcie_root_port: make IO RO 0 on IO disabled
Marcel Apfelbaum
2017-09-08
hw/pci: add QEMU-specific PCI capability to the Generic PCI Express Root Port
Aleksandr Bezzubikov
2017-06-08
hw/pcie: fix the generic pcie root port to support migration
Marcel Apfelbaum
2017-02-01
pci: Convert msix_init() to Error and fix callers
Cao jin
2017-02-01
hw/pcie: Introduce Generic PCI Express Root Port
Marcel Apfelbaum