On Tue, Mar 12, 2024 at 03:13:40PM +0100, Markus Armbruster wrote: > Date: Tue, 12 Mar 2024 15:13:40 +0100 > From: Markus Armbruster <arm...@redhat.com> > Subject: [PATCH 07/10] qapi: Inline and remove QERR_INVALID_PARAMETER_TYPE > definition > > From: Philippe Mathieu-Daudé <phi...@linaro.org> > > Address the comment added in commit 4629ed1e98 > ("qerror: Finally unused, clean up"), from 2015: > > /* > * These macros will go away, please don't use > * in new code, and do not add new ones! > */ > > Manual changes (escaping the format in qapi/visit.py). > > Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org> > Signed-off-by: Markus Armbruster <arm...@redhat.com> > --- > include/qapi/qmp/qerror.h | 3 --- > qom/object.c | 4 ++-- > scripts/qapi/visit.py | 5 ++--- > 3 files changed, 4 insertions(+), 8 deletions(-) >
Reviewed-by: Zhao Liu <zhao1....@intel.com>