Home
last modified time | relevance | path

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

/openbmc/qemu/include/qapi/qmp/
H A Djson-writer.h17 JSONWriter *json_writer_new(bool pretty);
/openbmc/qemu/qobject/
H A Dqjson.c223 JSONWriter *writer = json_writer_new(pretty); in qobject_to_json_pretty()
H A Djson-writer.c27 JSONWriter *json_writer_new(bool pretty) in json_writer_new() function
/openbmc/qemu/migration/
H A Dsavevm.c1254 s->vmdesc = json_writer_new(false); in qemu_savevm_state_header()