Home
last modified time | relevance | path

Searched refs:TYPE_S390_STATTRIB (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/s390x/
H A Ds390-stattrib.c36 sas = S390_STATTRIB(object_resolve_path_type("", TYPE_S390_STATTRIB, NULL)); in s390_get_stattrib_device()
50 object_property_add_child(qdev_get_machine(), TYPE_S390_STATTRIB, in s390_stattrib_init()
329 .parent = TYPE_S390_STATTRIB,
353 object_resolve_path_type("", TYPE_S390_STATTRIB, &ambiguous); in s390_stattrib_realize()
359 register_savevm_live(TYPE_S390_STATTRIB, 0, 0, in s390_stattrib_realize()
386 .name = TYPE_S390_STATTRIB,
H A Ds390-stattrib-kvm.c191 .parent = TYPE_S390_STATTRIB,
H A Ds390-virtio-ccw.c1207 { TYPE_S390_STATTRIB, "migration-enabled", "off", }, in ccw_machine_2_9_class_options()
/openbmc/qemu/include/hw/s390x/
H A Dstorage-attributes.h19 #define TYPE_S390_STATTRIB "s390-storage_attributes" macro