summary refs log tree commit diff stats
path: root/hw/s390x/css-bridge.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* qom: Make InterfaceInfo[] uses constPhilippe Mathieu-Daudé2025-04-251-1/+1
* qom: Have class_init() take a const data argumentPhilippe Mathieu-Daudé2025-04-251-2/+2
* hw/s390x/css-bridge: Remove the "css_dev_path" propertyThomas Huth2025-01-071-15/+1
* include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LISTRichard Henderson2024-12-191-1/+0
* hw/s390x: Constify all PropertyRichard Henderson2024-12-151-1/+1
* hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell2024-04-251-1/+1
* hw/s390x/css-bridge: switch virtual-css bus to 3-phase-resetPeter Maydell2024-02-021-2/+3
* hw/s390x/css-bridge: Realize sysbus device before accessing itPhilippe Mathieu-Daudé2023-10-191-4/+3
* qbus: Rename qbus_create() to qbus_new()Peter Maydell2021-09-301-1/+1
* Do not include cpu.h if it's not really necessaryThomas Huth2021-05-021-1/+0
* qdev: Drop qbus_set_hotplug_handler() parameter @errpMarkus Armbruster2020-07-021-1/+1
* sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster2020-06-151-1/+1
* qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2020-06-151-2/+2
* qdev: Convert to qdev_unrealize() with CoccinelleMarkus Armbruster2020-06-151-1/+1
* qdev: Unrealize must not failMarkus Armbruster2020-05-151-1/+1
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-151-2/+2
* qom: Drop object_property_set_description() parameter @errpMarkus Armbruster2020-05-151-2/+1
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+2
* qdev: Let the hotplug_handler_unplug() caller delete the deviceDavid Hildenbrand2019-03-061-1/+1
* qdev: pass an Object * to qbus_set_hotplug_handler()Michael Roth2019-02-171-1/+1
* s390x: remove 's390-squash-mcss' optionCornelia Huck2018-08-201-1/+0
* s390x/css: attach css bridgeCornelia Huck2017-12-141-0/+2
* s390x/css: unrestrict cssidsHalil Pasic2017-12-141-0/+11
* s390x: add flags field for registering I/O adapterFei Li2017-07-141-1/+1
* s390x/css: realize css_create_schDong Jia Shi2017-05-191-0/+2
* s390x: register I/O adapters per ISC during initFei Li2017-04-211-0/+3
* s390x/css: provide a dev_path for css devicesCornelia Huck2016-07-201-1/+25
* s390x/css: Unplug handler of virtual css bridgeJing Liu2016-07-111-2/+37
* s390x/css: Factor out virtual css bridge and busJing Liu2016-07-111-0/+89