summary refs log tree commit diff stats
path: root/include/hw/qdev-properties.h
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2020-12-11 18:11:50 +0100
committerMarkus Armbruster <armbru@redhat.com>2020-12-19 10:39:23 +0100
commit7ece42110d2cde04f8cbfbceec536340344eab4e (patch)
tree8d0f47dfae1cf3c100e58e34b3cad6c395ddf303 /include/hw/qdev-properties.h
parent68af4cc1213ec6057ac47765985b6704c6be7fd7 (diff)
downloadfocaccia-qemu-7ece42110d2cde04f8cbfbceec536340344eab4e.tar.gz
focaccia-qemu-7ece42110d2cde04f8cbfbceec536340344eab4e.zip
keyval: Use GString to accumulate value strings
QString supports modifying its string, but it's quite limited: you can
only append.  The remaining callers use it for building an initial
string, never for modifying it later.

Change keyval_parse_one() to do build the initial string with GString.
This is another step towards making QString immutable.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20201211171152.146877-19-armbru@redhat.com>
Diffstat (limited to 'include/hw/qdev-properties.h')
0 files changed, 0 insertions, 0 deletions