aboutsummaryrefslogtreecommitdiff
path: root/hw/pci-host/sabre.c
AgeCommit message (Expand)Author
2020-10-28hw/pci-host/sabre: Simplify code initializing variable oncePhilippe Mathieu-Daudé
2020-10-28hw/pci-host/sabre: Remove superfluous address range checkPhilippe Mathieu-Daudé
2020-10-28hw/pci-host/sabre: Update documentation linkPhilippe Mathieu-Daudé
2020-10-28sabre: increase number of PCI bus IRQs from 32 to 64Mark Cave-Ayland
2020-10-28sabre: don't call sysbus_mmio_map() in sabre_realize()Mark Cave-Ayland
2020-09-09sabre: Rename SABRE_DEVICE to SABREEduardo Habkost
2020-06-15pci: Convert uses of pci_create() etc. with CoccinelleMarkus Armbruster
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2018-09-14sabre: generate correct fw path for sabre PCI host bridgeMark Cave-Ayland
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2018-01-24sabre: convert from SABRE_DPRINTF macro to trace-eventsMark Cave-Ayland
2018-01-24apb: rename apb.c to sabre.cMark Cave-Ayland