Home
last modified time | relevance | path

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

12

/qemu/include/hw/i386/
H A Dpc.h231 extern GlobalProperty pc_compat_9_0[];
234 extern GlobalProperty pc_compat_8_2[];
237 extern GlobalProperty pc_compat_8_1[];
240 extern GlobalProperty pc_compat_8_0[];
243 extern GlobalProperty pc_compat_7_2[];
246 extern GlobalProperty pc_compat_7_1[];
249 extern GlobalProperty pc_compat_7_0[];
252 extern GlobalProperty pc_compat_6_2[];
255 extern GlobalProperty pc_compat_6_1[];
258 extern GlobalProperty pc_compat_6_0[];
[all …]
/qemu/include/hw/
H A Dboards.h433 extern GlobalProperty hw_compat_9_0[];
436 extern GlobalProperty hw_compat_8_2[];
439 extern GlobalProperty hw_compat_8_1[];
442 extern GlobalProperty hw_compat_8_0[];
445 extern GlobalProperty hw_compat_7_2[];
448 extern GlobalProperty hw_compat_7_1[];
451 extern GlobalProperty hw_compat_7_0[];
454 extern GlobalProperty hw_compat_6_2[];
457 extern GlobalProperty hw_compat_6_1[];
460 extern GlobalProperty hw_compat_6_0[];
[all …]
H A Dqdev-core.h409 typedef struct GlobalProperty { struct
415 } GlobalProperty; argument
419 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,
/qemu/hw/core/
H A Dmachine.c36 GlobalProperty hw_compat_9_0[] = {
42 GlobalProperty hw_compat_8_2[] = {
50 GlobalProperty hw_compat_8_1[] = {
61 GlobalProperty hw_compat_8_0[] = {
67 GlobalProperty hw_compat_7_2[] = {
75 GlobalProperty hw_compat_7_1[] = {
83 GlobalProperty hw_compat_7_0[] = {
89 GlobalProperty hw_compat_6_2[] = {
94 GlobalProperty hw_compat_6_1[] = {
100 GlobalProperty hw_compat_6_0[] = {
[all …]
H A Dqdev-properties.c869 void qdev_prop_register_global(GlobalProperty *prop) in qdev_prop_register_global()
874 const GlobalProperty *qdev_find_global_prop(Object *obj, in qdev_find_global_prop()
878 const GlobalProperty *p; in qdev_find_global_prop()
896 GlobalProperty *prop; in qdev_prop_check_globals()
H A Dcpu-common.c179 GlobalProperty *prop = g_new0(typeof(*prop), 1); in cpu_common_parse_features()
H A Dmachine-qmp-cmds.c107 GlobalProperty *mt_prop = g_ptr_array_index(mc->compat_props, in qmp_query_machines()
H A Dqdev-properties-system.c44 const GlobalProperty *prop = qdev_find_global_prop(obj, name); in check_prop_still_unset()
/qemu/hw/i386/
H A Dpc.c82 GlobalProperty pc_compat_9_0[] = {
96 GlobalProperty pc_compat_8_0[] = {
101 GlobalProperty pc_compat_7_2[] = {
112 GlobalProperty pc_compat_6_2[] = {
117 GlobalProperty pc_compat_6_1[] = {
125 GlobalProperty pc_compat_6_0[] = {
135 GlobalProperty pc_compat_5_2[] = {
140 GlobalProperty pc_compat_5_1[] = {
146 GlobalProperty pc_compat_5_0[] = {
150 GlobalProperty pc_compat_4_2[] = {
[all …]
H A Dmicrovm.c629 GlobalProperty microvm_properties[] = {
H A Dpc_q35.c67 static GlobalProperty pc_q35_compat_defaults[] = {
/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()
/qemu/hw/s390x/
H A Ds390-virtio-ccw.c932 static GlobalProperty compat[] = { in ccw_machine_7_1_class_options()
1140 static GlobalProperty compat[] = { in ccw_machine_2_11_class_options()
1174 static GlobalProperty compat[] = { in ccw_machine_2_9_class_options()
1193 static GlobalProperty compat[] = { in ccw_machine_2_8_class_options()
1226 static GlobalProperty compat[] = { in ccw_machine_2_6_class_options()
1257 static GlobalProperty compat[] = { in ccw_machine_2_4_class_options()
/qemu/accel/xen/
H A Dxen-all.c121 static GlobalProperty compat[] = { in xen_accel_class_init()
/qemu/hw/ppc/
H A Dspapr.c4986 static GlobalProperty compat[] = { in spapr_machine_5_0_class_options()
5022 static GlobalProperty compat[] = { in spapr_machine_4_1_class_options()
5109 static GlobalProperty compat[] = { in spapr_machine_2_12_class_options()
5175 static GlobalProperty compat[] = { in spapr_machine_2_9_class_options()
5194 static GlobalProperty compat[] = { in spapr_machine_2_8_class_options()
5264 static GlobalProperty compat[] = { in spapr_machine_2_7_class_options()
5287 static GlobalProperty compat[] = { in spapr_machine_2_6_class_options()
5306 static GlobalProperty compat[] = { in spapr_machine_2_5_class_options()
5339 static GlobalProperty compat[] = { in spapr_machine_2_3_class_options()
5354 static GlobalProperty compat[] = { in spapr_machine_2_2_class_options()
H A Dpnv.c2420 static GlobalProperty phb_compat[] = { in pnv_machine_power8_class_init()
2446 static GlobalProperty phb_compat[] = { in pnv_machine_power9_class_init()
2471 static GlobalProperty phb_compat[] = { in pnv_machine_p10_common_class_init()
/qemu/docs/devel/migration/
H A Dcompatibility.rst214 GlobalProperty hw_compat_5_1[] = {
446 @@ -48,6 +48,7 @@ GlobalProperty hw_compat_7_2[] = {
/qemu/hw/m68k/
H A Dq800.c716 static GlobalProperty hw_compat_q800[] = {
/qemu/qom/
H A Dobject.c445 GlobalProperty *p = g_ptr_array_index(props, i); in object_apply_global_props()
493 GlobalProperty *g; in object_register_sugar_prop()
497 g = g_new0(GlobalProperty, 1); in object_register_sugar_prop()
/qemu/hw/sparc64/
H A Dsun4u.c796 static GlobalProperty hw_compat_sparc64[] = {
/qemu/target/sparc/
H A Dcpu.c113 GlobalProperty *prop = g_new0(typeof(*prop), 1); in cpu_add_feat_as_prop()
/qemu/hw/mips/
H A Dmalta.c1283 GlobalProperty malta_compat[] = {
/qemu/system/
H A Dvl.c2150 GlobalProperty *g; in global_init_func()
/qemu/hw/arm/
H A Dvirt.c88 static GlobalProperty arm_virt_compat[] = {

12