Re: [Socratic RFC PATCH] include: attempt to document device_class_set_props

2023-04-14 Thread Alex Bennée
Alex Bennée writes: > Peter Maydell writes: > >> On Mon, 27 Mar 2023 at 23:10, Alex Bennée wrote: >>> >>> >>> Mark Cave-Ayland writes: >>> >>> > On 27/03/2023 17:12, Alex Bennée wrote: >>> > >>> >> Mark Cave-Ayland writes: >>> >> >>> >>> On 27/03/2023 14:15, Alex Bennée wrote: >>> >>> >>>

Re: [Socratic RFC PATCH] include: attempt to document device_class_set_props

2023-03-28 Thread Alex Bennée
Peter Maydell writes: > On Mon, 27 Mar 2023 at 23:10, Alex Bennée wrote: >> >> >> Mark Cave-Ayland writes: >> >> > On 27/03/2023 17:12, Alex Bennée wrote: >> > >> >> Mark Cave-Ayland writes: >> >> >> >>> On 27/03/2023 14:15, Alex Bennée wrote: >> >>> >> I'm still not sure how I achieve

Re: [Socratic RFC PATCH] include: attempt to document device_class_set_props

2023-03-28 Thread Peter Maydell
On Mon, 27 Mar 2023 at 23:10, Alex Bennée wrote: > > > Mark Cave-Ayland writes: > > > On 27/03/2023 17:12, Alex Bennée wrote: > > > >> Mark Cave-Ayland writes: > >> > >>> On 27/03/2023 14:15, Alex Bennée wrote: > >>> > I'm still not sure how I achieve by use case of the parent class >

Re: [Socratic RFC PATCH] include: attempt to document device_class_set_props

2023-03-27 Thread Alex Bennée
Mark Cave-Ayland writes: > On 27/03/2023 17:12, Alex Bennée wrote: > >> Mark Cave-Ayland writes: >> >>> On 27/03/2023 14:15, Alex Bennée wrote: >>> I'm still not sure how I achieve by use case of the parent class defining the following properties: static Property

Re: [Socratic RFC PATCH] include: attempt to document device_class_set_props

2023-03-27 Thread Mark Cave-Ayland
On 27/03/2023 17:12, Alex Bennée wrote: Mark Cave-Ayland writes: On 27/03/2023 14:15, Alex Bennée wrote: I'm still not sure how I achieve by use case of the parent class defining the following properties: static Property vud_properties[] = { DEFINE_PROP_CHR("chardev",

Re: [Socratic RFC PATCH] include: attempt to document device_class_set_props

2023-03-27 Thread Alex Bennée
Mark Cave-Ayland writes: > On 27/03/2023 14:15, Alex Bennée wrote: > >> I'm still not sure how I achieve by use case of the parent class >> defining the following properties: >>static Property vud_properties[] = { >>DEFINE_PROP_CHR("chardev", VHostUserDevice, chardev), >>

Re: [Socratic RFC PATCH] include: attempt to document device_class_set_props

2023-03-27 Thread Mark Cave-Ayland
On 27/03/2023 14:15, Alex Bennée wrote: I'm still not sure how I achieve by use case of the parent class defining the following properties: static Property vud_properties[] = { DEFINE_PROP_CHR("chardev", VHostUserDevice, chardev), DEFINE_PROP_UINT16("id", VHostUserDevice, id,

[Socratic RFC PATCH] include: attempt to document device_class_set_props

2023-03-27 Thread Alex Bennée
I'm still not sure how I achieve by use case of the parent class defining the following properties: static Property vud_properties[] = { DEFINE_PROP_CHR("chardev", VHostUserDevice, chardev), DEFINE_PROP_UINT16("id", VHostUserDevice, id, 0), DEFINE_PROP_UINT32("num_vqs",