Re: [Qemu-devel] [RFC v3 03/27] qobject: introduce qobject_get_try_str()
On Mon, 11/06 17:46, Peter Xu wrote: > A quick way to fetch string from qobject when it's a QString. > > Signed-off-by: Peter Xu Reviewed-by: Fam Zheng
[Qemu-devel] [RFC v3 03/27] qobject: introduce qobject_get_try_str()
A quick way to fetch string from qobject when it's a QString. Signed-off-by: Peter Xu --- include/qapi/qmp/qstring.h | 1 + qobject/qstring.c | 11 +++ 2 files changed, 12 insertions(+) diff --git a/include/qapi/qmp/qstring.h b/include/qapi/qmp/qstring.h index 34278bd639..12ae