Searched refs:json_writer_start_object (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/include/qapi/qmp/ |
H A D | json-writer.h | 24 void json_writer_start_object(JSONWriter *, const char *name);
|
/openbmc/qemu/migration/ |
H A D | vmstate.c | 340 json_writer_start_object(vmdesc, NULL); in vmsd_desc_field_start() 352 json_writer_start_object(vmdesc, "struct"); in vmsd_desc_field_start() 639 json_writer_start_object(vmdesc, NULL); in vmstate_subsection_save()
|
H A D | savevm.c | 952 json_writer_start_object(vmdesc, NULL); in vmstate_save_old_style() 1010 json_writer_start_object(vmdesc, NULL); in vmstate_save() 1249 json_writer_start_object(s->vmdesc, NULL); in qemu_savevm_state_header() 1251 json_writer_start_object(s->vmdesc, "configuration"); in qemu_savevm_state_header()
|
/openbmc/qemu/qobject/ |
H A D | qjson.c | 186 json_writer_start_object(writer, name); in to_json()
|
H A D | json-writer.c | 175 void json_writer_start_object(JSONWriter *writer, const char *name) in json_writer_start_object() function
|