qemu-patch-raspberry4/qapi
Chunyan Liu dc8622f2bf QemuOpts: change opt->name|str from (const char *) to (char *)
qemu_opt_del() already assumes that all QemuOpt instances contain
malloc'd name and value; but it had to cast away const because
opts_start_struct() was doing its own thing and using static storage
instead.  By using the correct type and malloced strings everywhere, the
usage of this struct becomes clearer.

Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Leandro Dorileo <l@dorileo.org>
Signed-off-by: Chunyan Liu <cyliu@suse.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
2014-06-16 17:23:20 +08: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
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
string-output-visitor.c