/openbmc/qemu/include/hw/i386/ |
H A D | pc.h | 218 extern GlobalProperty pc_compat_9_1[]; 221 extern GlobalProperty pc_compat_9_0[]; 224 extern GlobalProperty pc_compat_8_2[]; 227 extern GlobalProperty pc_compat_8_1[]; 230 extern GlobalProperty pc_compat_8_0[]; 233 extern GlobalProperty pc_compat_7_2[]; 236 extern GlobalProperty pc_compat_7_1[]; 239 extern GlobalProperty pc_compat_7_0[]; 242 extern GlobalProperty pc_compat_6_2[]; 245 extern GlobalProperty pc_compat_6_1[]; [all …]
|
/openbmc/qemu/include/hw/ |
H A D | boards.h | 759 extern GlobalProperty hw_compat_9_1[]; 762 extern GlobalProperty hw_compat_9_0[]; 765 extern GlobalProperty hw_compat_8_2[]; 768 extern GlobalProperty hw_compat_8_1[]; 771 extern GlobalProperty hw_compat_8_0[]; 774 extern GlobalProperty hw_compat_7_2[]; 777 extern GlobalProperty hw_compat_7_1[]; 780 extern GlobalProperty hw_compat_7_0[]; 783 extern GlobalProperty hw_compat_6_2[]; 786 extern GlobalProperty hw_compat_6_1[]; [all …]
|
H A D | qdev-core.h | 414 typedef struct GlobalProperty { struct 420 } GlobalProperty; argument 424 GlobalProperty props[], size_t nelem) in compat_props_add()
|
H A D | qdev-properties.h | 209 void qdev_prop_register_global(GlobalProperty *prop); 210 const GlobalProperty *qdev_find_global_prop(Object *obj,
|
/openbmc/qemu/hw/core/ |
H A D | machine.c | 39 GlobalProperty hw_compat_9_1[] = { 44 GlobalProperty hw_compat_9_0[] = { 54 GlobalProperty hw_compat_8_2[] = { 62 GlobalProperty hw_compat_8_1[] = { 73 GlobalProperty hw_compat_8_0[] = { 79 GlobalProperty hw_compat_7_2[] = { 87 GlobalProperty hw_compat_7_1[] = { 95 GlobalProperty hw_compat_7_0[] = { 101 GlobalProperty hw_compat_6_2[] = { 106 GlobalProperty hw_compat_6_1[] = { [all …]
|
H A D | qdev-properties.c | 869 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 D | cpu-common.c | 180 GlobalProperty *prop = g_new0(typeof(*prop), 1); in cpu_common_parse_features()
|
H A D | machine-qmp-cmds.c | 107 GlobalProperty *mt_prop = g_ptr_array_index(mc->compat_props, in qmp_query_machines()
|
H A D | qdev-properties-system.c | 44 const GlobalProperty *prop = qdev_find_global_prop(obj, name); in check_prop_still_unset()
|
/openbmc/qemu/hw/i386/ |
H A D | pc.c | 82 GlobalProperty pc_compat_9_1[] = { 89 GlobalProperty pc_compat_9_0[] = { 98 GlobalProperty pc_compat_8_2[] = {}; 101 GlobalProperty pc_compat_8_1[] = {}; 104 GlobalProperty pc_compat_8_0[] = { 109 GlobalProperty pc_compat_7_2[] = { 114 GlobalProperty pc_compat_7_1[] = {}; 117 GlobalProperty pc_compat_7_0[] = {}; 120 GlobalProperty pc_compat_6_2[] = { 125 GlobalProperty pc_compat_6_1[] = { [all …]
|
H A D | pc_q35.c | 67 static GlobalProperty pc_q35_compat_defaults[] = {
|
H A D | microvm.c | 630 GlobalProperty microvm_properties[] = {
|
/openbmc/qemu/tests/unit/ |
H A D | test-qdev-global-props.c | 94 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 D | s390-virtio-ccw.c | 891 static GlobalProperty compat[] = { in ccw_machine_9_0_class_options() 963 static GlobalProperty compat[] = { in ccw_machine_7_1_class_options() 1173 static GlobalProperty compat[] = { in ccw_machine_2_11_class_options() 1208 static GlobalProperty compat[] = { in ccw_machine_2_9_class_options() 1226 static GlobalProperty compat[] = { in ccw_machine_2_8_class_options() 1259 static GlobalProperty compat[] = { in ccw_machine_2_6_class_options() 1290 static GlobalProperty compat[] = { in ccw_machine_2_4_class_options()
|
/openbmc/qemu/accel/xen/ |
H A D | xen-all.c | 121 static GlobalProperty compat[] = { in xen_accel_class_init()
|
/openbmc/qemu/docs/devel/migration/ |
H A D | compatibility.rst | 214 GlobalProperty hw_compat_5_1[] = { 446 @@ -48,6 +48,7 @@ GlobalProperty hw_compat_7_2[] = {
|
/openbmc/qemu/hw/m68k/ |
H A D | q800.c | 716 static GlobalProperty hw_compat_q800[] = {
|
/openbmc/qemu/qom/ |
H A D | object.c | 459 GlobalProperty *p = g_ptr_array_index(props, i); in object_apply_global_props() 507 GlobalProperty *g; in object_register_sugar_prop() 511 g = g_new0(GlobalProperty, 1); in object_register_sugar_prop()
|
/openbmc/qemu/hw/sparc64/ |
H A D | sun4u.c | 797 static GlobalProperty hw_compat_sparc64[] = {
|
/openbmc/qemu/target/sparc/ |
H A D | cpu.c | 115 GlobalProperty *prop = g_new0(typeof(*prop), 1); in cpu_add_feat_as_prop()
|
/openbmc/qemu/hw/ppc/ |
H A D | pnv.c | 2689 static GlobalProperty phb_compat[] = { in pnv_machine_power8_class_init() 2718 static GlobalProperty phb_compat[] = { in pnv_machine_power9_class_init() 2757 static GlobalProperty phb_compat[] = { in pnv_machine_p10_common_class_init()
|
H A D | spapr.c | 4901 static GlobalProperty compat[] = { in spapr_machine_5_0_class_options() 4937 static GlobalProperty compat[] = { in spapr_machine_4_1_class_options()
|
/openbmc/qemu/hw/mips/ |
H A D | malta.c | 1286 GlobalProperty malta_compat[] = {
|
/openbmc/qemu/system/ |
H A D | vl.c | 2159 GlobalProperty *g; in global_init_func()
|
/openbmc/qemu/hw/arm/ |
H A D | virt.c | 89 static GlobalProperty arm_virt_compat[] = {
|