Home
last modified time | relevance | path

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

/qemu/migration/
H A Dsavevm.c528 static void dump_vmstate_vmsd(FILE *out_file,
535 fprintf(out_file, "%*s{\n", indent, ""); in dump_vmstate_vmsf()
547 fprintf(out_file, ",\n"); in dump_vmstate_vmsf()
590 fprintf(out_file, ",\n"); in dump_vmstate_vmsd()
607 fprintf(out_file, ",\n"); in dump_vmstate_vmsd()
626 fprintf(out_file, " },\n"); in dump_machine_type()
634 fprintf(out_file, "{\n"); in dump_vmstate_json_to_file()
635 dump_machine_type(out_file); in dump_vmstate_json_to_file()
650 fprintf(out_file, ",\n"); in dump_vmstate_json_to_file()
666 fprintf(out_file, "\n}\n"); in dump_vmstate_json_to_file()
[all …]