Home
last modified time | relevance | path

Searched refs:QObject (Results 51 – 75 of 87) sorted by relevance

1234

/qemu/include/qapi/
H A Dvisitor-impl.h105 bool (*type_any)(Visitor *v, const char *name, QObject **obj,
H A Dvisitor.h694 bool visit_type_any(Visitor *v, const char *name, QObject **obj, Error **errp);
/qemu/target/loongarch/
H A Dloongarch-qmp-cmds.c98 QObject *value; in qmp_query_cpu_model_expansion()
/qemu/tests/unit/
H A Dtest-qobject-input-visitor.c30 QObject *obj;
51 QObject *obj) in test_init_internal()
613 QObject *res = NULL; in test_visitor_in_any()
619 QObject *qobj; in test_visitor_in_any()
1044 QObject *any; in test_visitor_in_fail_struct_missing()
1190 QObject *obj = qobject_from_qlit(qlit); in do_test_visitor_in_qmp_introspect()
H A Dtest-forward-visitor.c55 QObject *src = visit_with_forward("src.integer=42,src.string=Hello,src.enum1=value2", in test_forward_any()
H A Dcheck-qdict.c71 QObject *obj; in qdict_get_test()
H A Dtest-char.c407 QObject *addr; in char_websock_test()
772 QObject *qaddr; in char_socket_server_test()
1107 QObject *qaddr; in char_socket_server_two_clients_test()
H A Dtest-visitor-serialization.c921 QObject *obj;
940 QObject *obj_orig, *obj; in qmp_deserialize()
/qemu/qapi/
H A Dqapi-dealloc-visitor.c98 QObject **obj, Error **errp) in qapi_dealloc_type_anything()
H A Dqapi-forward-visitor.c215 static bool forward_field_type_any(Visitor *v, const char *name, QObject **obj, in forward_field_type_any()
H A Dqapi-visit-core.c364 bool visit_type_any(Visitor *v, const char *name, QObject **obj, Error **errp) in visit_type_any()
/qemu/tests/qtest/
H A Dcpu-plug-test.c34 QObject *e; in test_plug_with_device_add()
H A Dqos-test.c55 QObject *ret; in qos_set_machines_devices_available()
H A Dqmp-test.c24 static void test_version(QObject *version) in test_version()
H A Dnetdev-socket.c154 QObject *obj; in wait_stream_connected()
H A Dvirtio-net-failover.c133 const QObject *obj; in find_device()
182 QObject *obj; in get_bus()
/qemu/monitor/
H A Dqmp-cmds-control.c206 QObject *obj = qobject_from_qlit(&qmp_schema_qlit); in qmp_query_qmp_schema()
/qemu/target/arm/
H A Darm-qmp-cmds.c203 QObject *value; in qmp_query_cpu_model_expansion()
/qemu/authz/
H A Dlistfile.c56 QObject *obj = NULL; in qauthz_list_file_load()
/qemu/system/
H A Dvl.c1740 QObject *prop; in qemu_apply_legacy_machine_options()
1824 QObject *obj = qobject_from_json(str, &error_fatal); in object_option_parse()
2215 QObject *crumpled; in qemu_parse_config_group()
2457 QObject *smp = qdict_get(machine_opts_dict, "smp"); in qemu_process_sugar_options()
2459 QObject *cpus = qdict_get(qobject_to(QDict, smp), "cpus"); in qemu_process_sugar_options()
2479 QObject *ret = NULL; in process_runstate_actions()
3355 QObject *obj = qobject_from_json(optarg, &error_fatal); in qemu_init()
/qemu/block/
H A Dqapi.c778 static void dump_qobject(int comp_indent, QObject *obj) in dump_qobject()
859 static bool qobject_is_empty_dump(const QObject *obj) in qobject_is_empty_dump()
886 QObject *obj, *data; in bdrv_image_info_specific_dump()
/qemu/include/qom/
H A Dobject.h99 QObject *defval;
2054 QObject *defval, const char *description);
/qemu/hw/core/
H A Dmachine-qmp-cmds.c173 QObject *host_nodes; in query_memdev()
/qemu/qom/
H A Dobject.c1480 QObject *ret = object_property_get_qobject(obj, name, errp); in object_property_get_str()
1542 QObject *ret = object_property_get_qobject(obj, name, errp); in object_property_get_bool()
1575 QObject *ret = object_property_get_qobject(obj, name, errp); in object_property_get_int()
1604 static void object_property_set_default(ObjectProperty *prop, QObject *defval) in object_property_set_default()
1651 QObject *ret = object_property_get_qobject(obj, name, errp); in object_property_get_uint()
/qemu/hw/i386/
H A Dacpi-build.c201 QObject *o; in acpi_get_pm_info()
516 QObject *bsel = object_property_get_qobject(OBJECT(bus), in build_append_pcihp_slots()
598 QObject *bsel; in build_append_notfication_callback()
2470 QObject *o; in acpi_get_mcfg()

1234