Home
last modified time | relevance | path

Searched refs:json_writer_start_object (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/qapi/qmp/
H A Djson-writer.h24 void json_writer_start_object(JSONWriter *, const char *name);
/openbmc/qemu/migration/
H A Dvmstate.c340 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 Dsavevm.c952 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 Dqjson.c186 json_writer_start_object(writer, name); in to_json()
H A Djson-writer.c175 void json_writer_start_object(JSONWriter *writer, const char *name) in json_writer_start_object() function