Re: [PATCH RFC 3/5] qapi: Move compat policy from QObject to generic visitor

2021-09-17 Thread Eric Blake
On Wed, Sep 15, 2021 at 09:24:23PM +0200, Markus Armbruster wrote: > The next commit needs to access compat policy from the generic visitor > core. Move it there from qobject input and output visitor. > > Signed-off-by: Markus Armbruster > --- Reviewed-by: Eric Blake -- Eric Blake, Principal

[PATCH RFC 3/5] qapi: Move compat policy from QObject to generic visitor

2021-09-15 Thread Markus Armbruster
The next commit needs to access compat policy from the generic visitor core. Move it there from qobject input and output visitor. Signed-off-by: Markus Armbruster --- include/qapi/qobject-input-visitor.h | 4 include/qapi/qobject-output-visitor.h | 4 include/qapi/visitor-impl.h