On Thu, Oct 17, 2024 at 12:33:41PM +0100, Daniel P. Berrangé wrote: > Date: Thu, 17 Oct 2024 12:33:41 +0100 > From: "Daniel P. Berrangé" <berra...@redhat.com> > Subject: [PATCH v2 29/31] qapi: remove header file compatibility symlinks > > All code is converted to the new 'qobject/' import path, so > the temporary header file compatibility symlinks are now > redundant. > > Signed-off-by: Daniel P. Berrangé <berra...@redhat.com> > --- > qapi/qmp/dispatch.h | 1 - > qapi/qmp/json-parser.h | 1 - > qapi/qmp/json-writer.h | 1 - > qapi/qmp/qbool.h | 1 - > qapi/qmp/qdict.h | 1 - > qapi/qmp/qjson.h | 1 - > qapi/qmp/qlist.h | 1 - > qapi/qmp/qlit.h | 1 - > qapi/qmp/qnull.h | 1 - > qapi/qmp/qnum.h | 1 - > qapi/qmp/qobject.h | 1 - > qapi/qmp/qstring.h | 1 - > 12 files changed, 12 deletions(-) > delete mode 120000 qapi/qmp/dispatch.h > delete mode 120000 qapi/qmp/json-parser.h > delete mode 120000 qapi/qmp/json-writer.h > delete mode 120000 qapi/qmp/qbool.h > delete mode 120000 qapi/qmp/qdict.h > delete mode 120000 qapi/qmp/qjson.h > delete mode 120000 qapi/qmp/qlist.h > delete mode 120000 qapi/qmp/qlit.h > delete mode 120000 qapi/qmp/qnull.h > delete mode 120000 qapi/qmp/qnum.h > delete mode 120000 qapi/qmp/qobject.h > delete mode 120000 qapi/qmp/qstring.h >
Reviewed-by: Zhao Liu <zhao1....@intel.com>