Marc-André Lureau <marcandre.lur...@redhat.com> writes: > Signed-off-by: Marc-André Lureau <marcandre.lur...@redhat.com> > Acked-by: Cornelia Huck <coh...@redhat.com> > --- [...] > diff --git a/qapi/target.json b/qapi/target.json > index f277b69a2a..d751e1623a 100644 > --- a/qapi/target.json > +++ b/qapi/target.json > @@ -7,6 +7,8 @@ > > { 'pragma': { 'top-unit': 'target' } } > > +{ 'include': 'misc.json' } > +
misc.json is a bit of a kitchen sink. I'd prefer not to include it here, but instead factor out the bits we actually need into a new .json. I suspect that would be an improvement all by itself. > ## > # @rtc-reset-reinjection: > # [...]