Home
last modified time | relevance | path

Searched refs:GlobalProperty (Results 1 – 22 of 22) sorted by relevance

/openbmc/qemu/include/hw/i386/
H A Dpc.h213 extern GlobalProperty pc_compat_8_1[];
216 extern GlobalProperty pc_compat_8_0[];
219 extern GlobalProperty pc_compat_7_2[];
222 extern GlobalProperty pc_compat_7_1[];
225 extern GlobalProperty pc_compat_7_0[];
228 extern GlobalProperty pc_compat_6_2[];
231 extern GlobalProperty pc_compat_6_1[];
234 extern GlobalProperty pc_compat_6_0[];
237 extern GlobalProperty pc_compat_5_2[];
240 extern GlobalProperty pc_compat_5_1[];
[all …]
/openbmc/qemu/include/hw/
H A Dboards.h422 extern GlobalProperty hw_compat_8_1[];
425 extern GlobalProperty hw_compat_8_0[];
428 extern GlobalProperty hw_compat_7_2[];
431 extern GlobalProperty hw_compat_7_1[];
434 extern GlobalProperty hw_compat_7_0[];
437 extern GlobalProperty hw_compat_6_2[];
440 extern GlobalProperty hw_compat_6_1[];
443 extern GlobalProperty hw_compat_6_0[];
446 extern GlobalProperty hw_compat_5_2[];
449 extern GlobalProperty hw_compat_5_1[];
[all …]
H A Dqdev-core.h410 typedef struct GlobalProperty { struct
416 } GlobalProperty; argument
420 GlobalProperty props[], size_t nelem) in compat_props_add()
H A Dqdev-properties.h209 void qdev_prop_register_global(GlobalProperty *prop);
210 const GlobalProperty *qdev_find_global_prop(Object *obj,
/openbmc/qemu/hw/core/
H A Dmachine.c35 GlobalProperty hw_compat_8_1[] = {
43 GlobalProperty hw_compat_8_0[] = {
52 GlobalProperty hw_compat_7_2[] = {
60 GlobalProperty hw_compat_7_1[] = {
68 GlobalProperty hw_compat_7_0[] = {
74 GlobalProperty hw_compat_6_2[] = {
79 GlobalProperty hw_compat_6_1[] = {
85 GlobalProperty hw_compat_6_0[] = {
95 GlobalProperty hw_compat_5_2[] = {
103 GlobalProperty hw_compat_5_1[] = {
[all …]
H A Dqdev-properties.c870 void qdev_prop_register_global(GlobalProperty *prop) in qdev_prop_register_global()
875 const GlobalProperty *qdev_find_global_prop(Object *obj, in qdev_find_global_prop()
879 const GlobalProperty *p; in qdev_find_global_prop()
897 GlobalProperty *prop; in qdev_prop_check_globals()
H A Dcpu-common.c178 GlobalProperty *prop = g_new0(typeof(*prop), 1); in cpu_common_parse_features()
H A Dqdev-properties-system.c43 const GlobalProperty *prop = qdev_find_global_prop(obj, name); in check_prop_still_unset()
/openbmc/qemu/hw/i386/
H A Dpc.c84 GlobalProperty pc_compat_8_0[] = {
89 GlobalProperty pc_compat_7_2[] = {
100 GlobalProperty pc_compat_6_2[] = {
105 GlobalProperty pc_compat_6_1[] = {
113 GlobalProperty pc_compat_6_0[] = {
123 GlobalProperty pc_compat_5_2[] = {
128 GlobalProperty pc_compat_5_1[] = {
134 GlobalProperty pc_compat_5_0[] = {
138 GlobalProperty pc_compat_4_2[] = {
149 GlobalProperty pc_compat_3_1[] = {
[all …]
H A Dmicrovm.c629 GlobalProperty microvm_properties[] = {
/openbmc/qemu/tests/unit/
H A Dtest-qdev-global-props.c94 static void register_global_properties(GlobalProperty *props) in register_global_properties()
108 static GlobalProperty props[] = { in test_static_globalprop_subprocess()
220 static GlobalProperty props[] = { in test_dynamic_globalprop_subprocess()
269 static GlobalProperty props[] = { in test_subclass_global_props()
/openbmc/qemu/hw/s390x/
H A Ds390-virtio-ccw.c925 static GlobalProperty compat[] = { in ccw_machine_7_1_class_options()
1133 static GlobalProperty compat[] = { in ccw_machine_2_11_class_options()
1168 static GlobalProperty compat[] = { in ccw_machine_2_9_class_options()
1186 static GlobalProperty compat[] = { in ccw_machine_2_8_class_options()
1219 static GlobalProperty compat[] = { in ccw_machine_2_6_class_options()
1250 static GlobalProperty compat[] = { in ccw_machine_2_4_class_options()
/openbmc/qemu/accel/xen/
H A Dxen-all.c120 static GlobalProperty compat[] = { in xen_accel_class_init()
/openbmc/qemu/hw/ppc/
H A Dspapr.c4921 static GlobalProperty compat[] = { in spapr_machine_5_0_class_options()
4957 static GlobalProperty compat[] = { in spapr_machine_4_1_class_options()
5044 static GlobalProperty compat[] = { in spapr_machine_2_12_class_options()
5109 static GlobalProperty compat[] = { in spapr_machine_2_9_class_options()
5128 static GlobalProperty compat[] = { in spapr_machine_2_8_class_options()
5198 static GlobalProperty compat[] = { in spapr_machine_2_7_class_options()
5221 static GlobalProperty compat[] = { in spapr_machine_2_6_class_options()
5240 static GlobalProperty compat[] = { in spapr_machine_2_5_class_options()
5273 static GlobalProperty compat[] = { in spapr_machine_2_3_class_options()
5288 static GlobalProperty compat[] = { in spapr_machine_2_2_class_options()
H A Dpnv.c2208 static GlobalProperty phb_compat[] = { in pnv_machine_power8_class_init()
2234 static GlobalProperty phb_compat[] = { in pnv_machine_power9_class_init()
2261 static GlobalProperty phb_compat[] = { in pnv_machine_power10_class_init()
/openbmc/qemu/hw/m68k/
H A Dq800.c714 static GlobalProperty hw_compat_q800[] = {
/openbmc/qemu/qom/
H A Dobject.c417 GlobalProperty *p = g_ptr_array_index(props, i); in object_apply_global_props()
465 GlobalProperty *g; in object_register_sugar_prop()
469 g = g_new0(GlobalProperty, 1); in object_register_sugar_prop()
/openbmc/qemu/target/sparc/
H A Dcpu.c115 GlobalProperty *prop = g_new0(typeof(*prop), 1); in cpu_add_feat_as_prop()
/openbmc/qemu/hw/mips/
H A Dmalta.c1284 GlobalProperty malta_compat[] = {
/openbmc/qemu/docs/devel/
H A Dmigration.rst1211 GlobalProperty hw_compat_5_1[] = {
1443 @@ -48,6 +48,7 @@ GlobalProperty hw_compat_7_2[] = {
/openbmc/qemu/system/
H A Dvl.c2138 GlobalProperty *g; in global_init_func()
/openbmc/qemu/target/i386/
H A Dcpu.c5384 GlobalProperty *prop; in x86_cpu_parse_featurestr()