On Thu, Oct 17, 2024 at 12:33:28PM +0100, Daniel P. Berrangé wrote: > Date: Thu, 17 Oct 2024 12:33:28 +0100 > From: "Daniel P. Berrangé" <berra...@redhat.com> > Subject: [PATCH v2 16/31] qobject: adapt to new import path for qobject > data type headers > > The qobject data type headers have moved from qapi/qmp/ to > qobject/. > > Signed-off-by: Daniel P. Berrangé <berra...@redhat.com> > --- > qobject/block-qdict.c | 8 ++++---- > qobject/json-parser-int.h | 2 +- > qobject/json-parser.c | 12 ++++++------ > qobject/json-writer.c | 2 +- > qobject/qbool.c | 2 +- > qobject/qdict.c | 10 +++++----- > qobject/qjson.c | 16 ++++++++-------- > qobject/qlist.c | 10 +++++----- > qobject/qlit.c | 14 +++++++------- > qobject/qnull.c | 2 +- > qobject/qnum.c | 2 +- > qobject/qobject-internal.h | 2 +- > qobject/qobject.c | 12 ++++++------ > qobject/qstring.c | 2 +- > 14 files changed, 48 insertions(+), 48 deletions(-) >
Reviewed-by: Zhao Liu <zhao1....@intel.com>