Re: [PATCH v3 4/6] qapi: Apply aliases in qobject-input-visitor

2021-09-14 Thread Markus Armbruster
Kevin Wolf writes: > Am 14.09.2021 um 08:58 hat Markus Armbruster geschrieben: >> Kevin Wolf writes: >> >> > Am 06.09.2021 um 17:16 hat Markus Armbruster geschrieben: >> >> Kevin Wolf writes: >> >> >> >> > When looking for an object in a struct in the external representation, >> >> > check no

Re: [PATCH v3 4/6] qapi: Apply aliases in qobject-input-visitor

2021-09-14 Thread Kevin Wolf
Am 14.09.2021 um 08:58 hat Markus Armbruster geschrieben: > Kevin Wolf writes: > > > Am 06.09.2021 um 17:16 hat Markus Armbruster geschrieben: > >> Kevin Wolf writes: > >> > >> > When looking for an object in a struct in the external representation, > >> > check not only the currently visited s

Re: [PATCH v3 4/6] qapi: Apply aliases in qobject-input-visitor

2021-09-13 Thread Markus Armbruster
Kevin Wolf writes: > Am 06.09.2021 um 17:16 hat Markus Armbruster geschrieben: >> Kevin Wolf writes: >> >> > When looking for an object in a struct in the external representation, >> > check not only the currently visited struct, but also whether an alias >> > in the current StackObject matches

Re: [PATCH v3 4/6] qapi: Apply aliases in qobject-input-visitor

2021-09-08 Thread Kevin Wolf
Am 06.09.2021 um 17:16 hat Markus Armbruster geschrieben: > Kevin Wolf writes: > > > When looking for an object in a struct in the external representation, > > check not only the currently visited struct, but also whether an alias > > in the current StackObject matches and try to fetch the value

Re: [PATCH v3 4/6] qapi: Apply aliases in qobject-input-visitor

2021-09-06 Thread Markus Armbruster
Kevin Wolf writes: > When looking for an object in a struct in the external representation, > check not only the currently visited struct, but also whether an alias > in the current StackObject matches and try to fetch the value from the > alias then. Providing two values for the same object thro

[PATCH v3 4/6] qapi: Apply aliases in qobject-input-visitor

2021-08-12 Thread Kevin Wolf
When looking for an object in a struct in the external representation, check not only the currently visited struct, but also whether an alias in the current StackObject matches and try to fetch the value from the alias then. Providing two values for the same object through different aliases is an e