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
/
pcie_pci_bridge.c
Age
Commit message (
Expand
)
Author
2024-09-13
hw: Use device_class_set_legacy_reset() instead of opencoding
Peter Maydell
2023-12-30
hw/pci-bridge: Constify VMState
Richard Henderson
2022-12-21
pci: drop redundant PCIDeviceClass::is_bridge field
Igor Mammedov
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-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-05-29
pci: Make is_bridge a bool
David Gibson
2018-12-20
pci/shpc: perform unplug via the hotplug handler
David Hildenbrand
2018-12-20
pci: Reuse pci-bridge hotplug handler handlers for pcie-pci-bridge
David Hildenbrand
2018-12-20
pci/shpc: rename hotplug handler callbacks
David Hildenbrand
2018-02-08
pci: removed the is_express field since a uniform interface was inserted
Yoni Bettan
2018-02-08
pci/bus: let it has higher migration priority
Peter Xu
2017-10-15
pci: Add INTERFACE_PCIE_DEVICE to all PCIe devices
Eduardo Habkost
2017-10-15
hw/pci-bridge/pcie_pci_bridge: properly handle MSI unavailability case
Aleksandr Bezzubikov
2017-09-08
hw/pci: introduce pcie-pci-bridge device
Aleksandr Bezzubikov