Home
last modified time | relevance | path

Searched refs:QObject (Results 26 – 50 of 87) sorted by relevance

1234

/qemu/include/qapi/
H A Dcompat-policy.h34 Visitor *qobject_input_visitor_new_qmp(QObject *obj);
43 Visitor *qobject_output_visitor_new_qmp(QObject **result);
H A Dqobject-output-visitor.h54 Visitor *qobject_output_visitor_new(QObject **result);
/qemu/tests/qtest/
H A Dreadconfig-test.c51 static void test_x86_memdev_resp(QObject *res, const char *mem_id, int size) in test_x86_memdev_resp()
91 static void test_spice_resp(QObject *res) in test_spice_resp()
127 static void test_object_available(QObject *res, const char *name, in test_object_available()
184 QObject *qobj; in test_docs_config_ich9()
235 QObject *qobj; in test_docs_q35()
H A Dnuma-test.c86 QObject *e; in test_query_cpus()
124 QObject *e; in pc_numa_cpu()
177 QObject *e; in spapr_numa_cpu()
222 QObject *e; in aarch64_numa_cpu()
270 QObject *e; in pc_dynamic_cpu_cfg()
H A Dlibqmp.c45 static void qmp_response(void *opaque, QObject *obj, Error *err) in qmp_response()
141 QObject *qobj; in _qmp_fd_vsend_fds()
H A Dmigration-helpers.c90 QObject *object; in migrate_get_socket_address()
189 QObject *channels_obj = qobject_from_json(channels, &error_abort); in migrate_qmp_fail()
227 QObject *channels_obj = qobject_from_json(channels, &error_abort); in migrate_qmp()
H A Dtest-x86-cpuid-compat.c25 static QObject *qom_get(const char *path, const char *prop) in qom_get()
31 QObject *ret = qdict_get(resp, "return"); in qom_get()
/qemu/tests/unit/
H A Dcheck-qobject.c23 static QObject test_equality_end_of_arguments;
43 QObject **args; in do_test_equality()
49 while (va_arg(ap_count, QObject *) != &test_equality_end_of_arguments) { in do_test_equality()
54 args = g_new(QObject *, arg_count); in do_test_equality()
56 args[i] = va_arg(ap_extract, QObject *); in do_test_equality()
H A Dcheck-qnull.c24 QObject *obj; in qnull_ref_test()
38 QObject *obj; in qnull_visit_test()
H A Dtest-qmp-cmds.c111 QObject *qmp_guest_sync(QObject *arg, Error **errp) in qmp_guest_sync()
142 static QObject *do_qmp_dispatch(bool allow_oob, const char *template, ...) in do_qmp_dispatch()
146 QObject *ret; in do_qmp_dispatch()
H A Dtest-qobject-output-visitor.c27 QObject *obj;
46 static QObject *visitor_get(TestOutputVisitorData *data) in visitor_get()
296 QObject *qobj; in test_visitor_out_any()
479 QObject *nil; in test_visitor_out_null()
/qemu/include/qapi/qmp/
H A Djson-parser.h24 void (*emit)(void *opaque, QObject *json, Error *err);
35 void (*emit)(void *opaque, QObject *json,
H A Dqlit.h51 bool qlit_equal_qobject(const QLitObject *lhs, const QObject *rhs);
53 QObject *qobject_from_qlit(const QLitObject *qlit);
H A Ddispatch.h20 typedef void (QmpCommandFunc)(QDict *, QObject **, Error **);
58 QDict *coroutine_mixed_fn qmp_dispatch(const QmpCommandList *cmds, QObject *request,
/qemu/target/riscv/
H A Driscv-qmp-cmds.c84 QObject *value; in riscv_obj_add_qdict_prop()
105 QObject *value; in riscv_obj_add_named_feats_qdict()
120 QObject *value; in riscv_obj_add_profiles_qdict()
130 static void riscv_cpuobj_validate_qdict_in(Object *obj, QObject *props, in riscv_cpuobj_validate_qdict_in()
/qemu/qobject/
H A Dqnum.c188 bool qnum_is_equal(const QObject *x, const QObject *y) in qnum_is_equal()
237 void qnum_destroy_obj(QObject *obj) in qnum_destroy_obj()
H A Djson-streamer.c35 QObject *json = NULL; in json_message_process_token()
103 void (*emit)(void *opaque, QObject *json, in json_message_parser_init()
H A Djson-parser-int.h52 QObject *json_parser_parse(GQueue *tokens, va_list *ap, Error **errp);
/qemu/target/i386/
H A Dcpu-sysemu.c78 QObject *value = object_property_get_qobject(OBJECT(cpu), prop, in x86_cpu_expand_prop()
126 static void object_apply_props(Object *obj, QObject *props, in object_apply_props()
154 static X86CPU *x86_cpu_from_model(const char *model, QObject *props, in x86_cpu_from_model()
/qemu/include/qemu/
H A Dtypedefs.h105 typedef struct QObject QObject; typedef
/qemu/qom/
H A Dobject_interfaces.c143 QObject *qobj; in user_creatable_add_qapi()
165 QObject *defval, const char *description) in object_property_help()
265 QObject *obj; in user_creatable_parse_str()
H A Dqom-qmp-cmds.c63 void qmp_qom_set(const char *path, const char *property, QObject *value, in qmp_qom_set()
78 QObject *qmp_qom_get(const char *path, const char *property, Error **errp) in qmp_qom_get()
H A Dqom-hmp-cmds.c64 QObject *obj = qobject_from_json(value, &err); in hmp_qom_set()
79 QObject *obj = qmp_qom_get(path, property, &err); in hmp_qom_get()
/qemu/include/monitor/
H A Dqdev.h8 void qmp_device_add(QDict *qdict, QObject **ret_data, Error **errp);
/qemu/include/block/
H A Dqdict.h15 QObject *qdict_crumple(const QDict *src, Error **errp);

1234