Daniel P. Berrangé writes:
> This allows us to include multiple QAPI schemas in the same file.
>
> Signed-off-by: Daniel P. Berrangé
This commit prepends an optional prefix to generated uses of
QAPI_FEATURE_{DEPRECATED,UNSTABLE}.
It touches neither the handwritten definition in include/qapi/ut
Markus Armbruster writes:
> It's not just tests. QAPI-related headers have deteriorated, and pull
> in too much. I'll try to clean this up. Thanks!
While some cleanup is certainly possible and probably useful, I don't
think I can completely solve the problem that way.
Not counting tests, we
It's not just tests. QAPI-related headers have deteriorated, and pull
in too much. I'll try to clean this up. Thanks!
Daniel P. Berrangé writes:
> On Mon, Aug 05, 2024 at 03:11:12PM +0200, Markus Armbruster wrote:
>> Daniel P. Berrangé writes:
>>
>> > On Mon, Aug 05, 2024 at 02:22:47PM +0200, Markus Armbruster wrote:
>> >> Daniel P. Berrangé writes:
>> >>
>> >> > This allows us to include multiple QAPI schem
On Mon, Aug 05, 2024 at 03:11:12PM +0200, Markus Armbruster wrote:
> Daniel P. Berrangé writes:
>
> > On Mon, Aug 05, 2024 at 02:22:47PM +0200, Markus Armbruster wrote:
> >> Daniel P. Berrangé writes:
> >>
> >> > This allows us to include multiple QAPI schemas in the same file.
> >> >
> >> > Si
Daniel P. Berrangé writes:
> On Mon, Aug 05, 2024 at 02:22:47PM +0200, Markus Armbruster wrote:
>> Daniel P. Berrangé writes:
>>
>> > This allows us to include multiple QAPI schemas in the same file.
>> >
>> > Signed-off-by: Daniel P. Berrangé
>>
>> I figure you had reason to simultaneously i
Daniel P. Berrangé writes:
> This allows us to include multiple QAPI schemas in the same file.
>
> Signed-off-by: Daniel P. Berrangé
I figure you had reason to simultaneously include headers generated for
multiple schemas. Do tell :)
On Mon, Aug 05, 2024 at 02:22:47PM +0200, Markus Armbruster wrote:
> Daniel P. Berrangé writes:
>
> > This allows us to include multiple QAPI schemas in the same file.
> >
> > Signed-off-by: Daniel P. Berrangé
>
> I figure you had reason to simultaneously include headers generated for
> multipl
This allows us to include multiple QAPI schemas in the same file.
Signed-off-by: Daniel P. Berrangé
---
scripts/qapi/commands.py | 7 ---
scripts/qapi/events.py | 3 ++-
scripts/qapi/gen.py | 6 +++---
scripts/qapi/types.py| 5 +++--
scripts/qapi/visit.py| 5 +++--
5 files cha