On Thu, Oct 17, 2024 at 12:33:22PM +0100, Daniel P. Berrangé wrote: > Date: Thu, 17 Oct 2024 12:33:22 +0100 > From: "Daniel P. Berrangé" <berra...@redhat.com> > Subject: [PATCH v2 10/31] include: 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> > --- > include/block/qdict.h | 2 +- > include/qobject/qbool.h | 2 +- > include/qobject/qdict.h | 2 +- > include/qobject/qlist.h | 2 +- > include/qobject/qnull.h | 2 +- > include/qobject/qnum.h | 2 +- > include/qobject/qobject.h | 2 +- > include/qobject/qstring.h | 2 +- > 8 files changed, 8 insertions(+), 8 deletions(-)
Reviewed-by: Zhao Liu <zhao1....@intel.com>