Home
last modified time | relevance | path

Searched refs:pretty (Results 1 – 25 of 26) sorted by relevance

12

/qemu/qobject/
H A Djson-writer.c21 bool pretty; member
27 JSONWriter *json_writer_new(bool pretty) in json_writer_new() argument
31 writer->pretty = pretty; in json_writer_new()
89 if (writer->pretty) { in pretty_newline()
97 if (writer->pretty) { in pretty_newline_or_space()
H A Dqjson.c221 GString *qobject_to_json_pretty(const QObject *obj, bool pretty) in qobject_to_json_pretty() argument
223 JSONWriter *writer = json_writer_new(pretty); in qobject_to_json_pretty()
/qemu/python/qemu/qmp/
H A Dqmp_shell.py180 pretty: bool = False,
191 self.pretty = pretty
340 indent=4 if self.pretty else None,
341 sort_keys=self.pretty)
433 pretty: bool = False,
437 super().__init__(address, pretty, verbose, server, logfile)
550 with shell_class(address, args.pretty, args.verbose, args.logfile) as qemu:
600 with shell_class(address, args.pretty, args.verbose,
/qemu/monitor/
H A Dqmp.c137 json = qobject_to_json_pretty(data, mon->pretty); in qmp_send_response()
515 void monitor_init_qmp(Chardev *chr, bool pretty, Error **errp) in monitor_init_qmp() argument
529 mon->pretty = pretty; in monitor_init_qmp()
H A Dmonitor-internal.h137 bool pretty; member
H A Dmonitor.c743 monitor_init_qmp(chr, opts->pretty, errp); in monitor_init()
750 if (opts->pretty) { in monitor_init()
/qemu/qapi/
H A Dcontrol.json199 # @pretty: Enables pretty printing (QMP only)
209 '*pretty': 'bool',
/qemu/include/qapi/qmp/
H A Dqjson.h29 GString *qobject_to_json_pretty(const QObject *obj, bool pretty);
H A Djson-writer.h17 JSONWriter *json_writer_new(bool pretty);
/qemu/tests/qemu-iotests/
H A D18442 $QEMU -nographic -qmp-pretty stdio -serial none "$@"
H A D27348 $QEMU -nographic -qmp-pretty stdio -nodefaults "$@"
H A D19547 $QEMU -nographic -qmp-pretty stdio -serial none "$@"
H A D22748 $QEMU -nographic -qmp-pretty stdio -serial none "$@"
/qemu/include/monitor/
H A Dmonitor.h22 void monitor_init_qmp(Chardev *chr, bool pretty, Error **errp);
/qemu/docs/
H A Dmultiseat.txt85 You need a pretty recent linux guest. systemd with loginctl. kernel
/qemu/docs/config/
H A Dq35-emulated.cfg34 # are pretty much guaranteed to be present in every single
/qemu/system/
H A Dvl.c1243 static void monitor_parse(const char *str, const char *mode, bool pretty) in monitor_parse() argument
1266 qemu_opt_set_bool(opts, "pretty", pretty, &error_abort); in monitor_parse()
1268 assert(pretty == false); in monitor_parse()
/qemu/docs/system/ppc/
H A Dpseries.rst176 of that, this kernel module can run on pretty much every PPC hardware, and is
/qemu/qga/
H A Dqapi-schema.json1443 # @pretty-name:
1464 # Notes: On POSIX systems the fields @id, @name, @pretty-name,
1481 '*pretty-name': 'str', '*version': 'str', '*version-id': 'str',
/qemu/target/hexagon/idef-parser/
H A DREADME.rst416 involved tokens to generate pretty error reporting, able to highlight the
525 ``A2_add`` instruction is so ubiquitous. As a result, pretty much all tests will
/qemu/docs/system/devices/
H A Dusb.rst391 What works best pretty much depends on the behavior of the specific
/qemu/docs/devel/
H A Dtracing.rst145 finally a format string for pretty-printing. For example::
/qemu/docs/about/
H A Dremoved-features.rst252 ``-mon ...,control=readline,pretty=on|off`` (removed in 6.0)
255 The ``pretty=on|off`` switch has no effect for HMP monitors and
/qemu/.gitlab-ci.d/
H A Dbuildtest.yml596 - gcovr --xml-pretty --exclude-unreachable-branches --print-summary
/qemu/
H A Dqemu-options.hx4350 DEF("qmp-pretty", HAS_ARG, QEMU_OPTION_qmp_pretty, \
4351 "-qmp-pretty dev like -qmp but uses pretty JSON formatting\n",
4354 ``-qmp-pretty dev``
4355 Like ``-qmp`` but uses pretty JSON formatting.
4359 "-mon [chardev=]name[,mode=readline|control][,pretty[=on|off]]\n", QEMU_ARCH_ALL)
4361 ``-mon [chardev=]name[,mode=readline|control][,pretty[=on|off]]``
4367 ``pretty`` is only valid when ``mode=control``,
4368 turning on JSON pretty printing to ease
4374 -mon chardev=mon1,mode=control,pretty=on
4376 enables the QMP monitor on localhost port 4444 with pretty-printing.

12