Re: [PATCH 2/6] qapi: Remember alias definitions in qobject-input-visitor

2021-02-11 Thread Kevin Wolf
Am 09.02.2021 um 13:57 hat Markus Armbruster geschrieben: > Let me look at the actual code now Kevin reduced my confusion about the > interface and the data structures. > > Kevin Wolf writes: > > > This makes qobject-input-visitor remember the currently valid aliases in > > each StackObject. It

Re: [PATCH 2/6] qapi: Remember alias definitions in qobject-input-visitor

2021-02-09 Thread Markus Armbruster
Let me look at the actual code now Kevin reduced my confusion about the interface and the data structures. Kevin Wolf writes: > This makes qobject-input-visitor remember the currently valid aliases in > each StackObject. It doesn't actually allow using the aliases yet. > > Signed-off-by: Kevin W

Re: [PATCH 2/6] qapi: Remember alias definitions in qobject-input-visitor

2021-02-09 Thread Markus Armbruster
Kevin Wolf writes: > Am 27.01.2021 um 14:06 hat Markus Armbruster geschrieben: >> Kevin Wolf writes: >> >> > This makes qobject-input-visitor remember the currently valid aliases in >> > each StackObject. It doesn't actually allow using the aliases yet. >> > >> > Signed-off-by: Kevin Wolf >> >

Re: [PATCH 2/6] qapi: Remember alias definitions in qobject-input-visitor

2021-01-27 Thread Kevin Wolf
Am 27.01.2021 um 14:06 hat Markus Armbruster geschrieben: > Kevin Wolf writes: > > > This makes qobject-input-visitor remember the currently valid aliases in > > each StackObject. It doesn't actually allow using the aliases yet. > > > > Signed-off-by: Kevin Wolf > > --- > > qapi/qobject-input-v

Re: [PATCH 2/6] qapi: Remember alias definitions in qobject-input-visitor

2021-01-27 Thread Markus Armbruster
Kevin Wolf writes: > This makes qobject-input-visitor remember the currently valid aliases in > each StackObject. It doesn't actually allow using the aliases yet. > > Signed-off-by: Kevin Wolf > --- > qapi/qobject-input-visitor.c | 115 +++ > 1 file changed, 115

[PATCH 2/6] qapi: Remember alias definitions in qobject-input-visitor

2020-11-12 Thread Kevin Wolf
This makes qobject-input-visitor remember the currently valid aliases in each StackObject. It doesn't actually allow using the aliases yet. Signed-off-by: Kevin Wolf --- qapi/qobject-input-visitor.c | 115 +++ 1 file changed, 115 insertions(+) diff --git a/qapi/q