Home
last modified time | relevance | path

Searched defs:TypeInfo (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/include/qom/
H A Dobject.h23 typedef struct TypeInfo TypeInfo; typedef
412 struct TypeInfo struct
414 const char *name;
415 const char *parent;
417 size_t instance_size;
418 size_t instance_align;
419 void (*instance_init)(Object *obj);
423 bool abstract;
424 size_t class_size;
428 void *class_data;
[all …]