Searched refs:json_writer_int64 (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/include/qapi/qmp/ |
H A D | json-writer.h | 30 void json_writer_int64(JSONWriter *, const char *name, int64_t val);
|
/openbmc/qemu/migration/ |
H A D | vmstate.c | 298 json_writer_int64(vmdesc, "array_len", max); in vmsd_desc_field_start() 300 json_writer_int64(vmdesc, "index", i); in vmsd_desc_field_start() 325 json_writer_int64(vmdesc, "size", size); in vmsd_desc_field_end() 371 json_writer_int64(vmdesc, "version", version_id); in vmstate_save_state_v()
|
H A D | savevm.c | 950 json_writer_int64(vmdesc, "size", size); in vmstate_save_old_style() 954 json_writer_int64(vmdesc, "size", size); in vmstate_save_old_style() 1012 json_writer_int64(vmdesc, "instance_id", se->instance_id); in vmstate_save() 1302 json_writer_int64(ms->vmdesc, "page_size", qemu_target_page_size()); in qemu_savevm_state_setup()
|
/openbmc/qemu/qobject/ |
H A D | qjson.c | 163 json_writer_int64(writer, name, val->u.i64); in to_json()
|
H A D | json-writer.c | 215 void json_writer_int64(JSONWriter *writer, const char *name, int64_t val) in json_writer_int64() function
|