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-host
/
sabre.c
Age
Commit message (
Expand
)
Author
2024-09-13
hw: Use device_class_set_legacy_reset() instead of opencoding
Peter Maydell
2023-11-03
hw/pci: modify pci_setup_iommu() to set PCIIOMMUOps
Yi Liu
2023-07-10
hw/pci/pci: Remove multifunction parameter from pci_new_multifunction()
Bernhard Beschow
2021-05-02
Do not include exec/address-spaces.h if it's not really necessary
Thomas Huth
2020-10-28
hw/pci-host/sabre: Simplify code initializing variable once
Philippe Mathieu-Daudé
2020-10-28
hw/pci-host/sabre: Remove superfluous address range check
Philippe Mathieu-Daudé
2020-10-28
hw/pci-host/sabre: Update documentation link
Philippe Mathieu-Daudé
2020-10-28
sabre: increase number of PCI bus IRQs from 32 to 64
Mark Cave-Ayland
2020-10-28
sabre: don't call sysbus_mmio_map() in sabre_realize()
Mark Cave-Ayland
2020-09-09
sabre: Rename SABRE_DEVICE to SABRE
Eduardo Habkost
2020-06-15
pci: Convert uses of pci_create() etc. with Coccinelle
Markus Armbruster
2020-05-15
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2018-09-14
sabre: generate correct fw path for sabre PCI host bridge
Mark Cave-Ayland
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
2018-01-24
sabre: convert from SABRE_DPRINTF macro to trace-events
Mark Cave-Ayland
2018-01-24
apb: rename apb.c to sabre.c
Mark Cave-Ayland