Re: [PATCH v2 11/12] qdev: Make netdev properties work as list elements

2023-11-07 Thread Markus Armbruster
Kevin Wolf writes: > Am 02.11.2023 um 13:55 hat Markus Armbruster geschrieben: >> Kevin Wolf writes: >> >> > The 'name' parameter of QOM setters is primarily used to specify the name >> > of the currently parsed input element in the visitor interface. For >> > top-level qdev properties, this is

Re: [PATCH v2 11/12] qdev: Make netdev properties work as list elements

2023-11-07 Thread Kevin Wolf
Am 02.11.2023 um 13:55 hat Markus Armbruster geschrieben: > Kevin Wolf writes: > > > The 'name' parameter of QOM setters is primarily used to specify the name > > of the currently parsed input element in the visitor interface. For > > top-level qdev properties, this is always set and matches 'pro

Re: [PATCH v2 11/12] qdev: Make netdev properties work as list elements

2023-11-02 Thread Markus Armbruster
Kevin Wolf writes: > The 'name' parameter of QOM setters is primarily used to specify the name > of the currently parsed input element in the visitor interface. For > top-level qdev properties, this is always set and matches 'prop->name'. > > However, for list elements it is NULL, because each el

[PATCH v2 11/12] qdev: Make netdev properties work as list elements

2023-10-30 Thread Kevin Wolf
The 'name' parameter of QOM setters is primarily used to specify the name of the currently parsed input element in the visitor interface. For top-level qdev properties, this is always set and matches 'prop->name'. However, for list elements it is NULL, because each element of a list doesn't have a