qemu-patch-raspberry4/qapi
Michael S. Tsirkin 56fdfb6106 qapi/string-output-visitor: fix bugs
in human mode, we are creating the string:

16-31 (16-31)

instead of

16-17 (10-1f)

because we forgot to pass 'true' as the human parameter on one of the
two calls to format_string.
Also, this is a worsening of quality; previously we would produce

16 (0x10)

to make it obvious which number was hex.
Fix these issues.

Reported-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
2014-06-19 18:44:22 +03:00
..
block-core.json qapi: Extract qapi/block-core.json definitions 2014-06-06 16:25:48 +02:00
block.json qapi: Extract qapi/block.json definitions 2014-06-06 16:25:48 +02:00
common.json qapi: Extract qapi/common.json definitions 2014-06-06 16:25:48 +02:00
Makefile.objs
opts-visitor.c QemuOpts: change opt->name|str from (const char *) to (char *) 2014-06-16 17:23:20 +08:00
qapi-dealloc-visitor.c
qapi-visit-core.c
qmp-dispatch.c
qmp-input-visitor.c
qmp-output-visitor.c
qmp-registry.c
string-input-visitor.c qapi: fix input visitor bugs 2014-06-19 18:44:22 +03:00
string-output-visitor.c qapi/string-output-visitor: fix bugs 2014-06-19 18:44:22 +03:00