Re: [PATCH] docs/devel: add doc about device life cycles

2022-06-21 Thread Peter Maydell
On Tue, 21 Jun 2022 at 15:50, Peter Maydell wrote: > > On Fri, 22 Apr 2022 at 15:29, Damien Hedde wrote: > > > > Document the 3 life cycles cases that can happen with devices. > > > > Signed-off-by: Damien Hedde > > Firstly, sorry it's taken me two months to get to this patch. > The underlying r

Re: [PATCH] docs/devel: add doc about device life cycles

2022-06-21 Thread Peter Maydell
On Fri, 22 Apr 2022 at 15:29, Damien Hedde wrote: > > Document the 3 life cycles cases that can happen with devices. > > Signed-off-by: Damien Hedde Firstly, sorry it's taken me two months to get to this patch. The underlying reason for this is that I'm not myself 100% certain about how the QOM/

Re: [PATCH] docs/devel: add doc about device life cycles

2022-04-28 Thread Damien Hedde
Any feedback ? -- Thanks, On 4/22/22 16:28, Damien Hedde wrote: Document the 3 life cycles cases that can happen with devices. Signed-off-by: Damien Hedde --- Hi all, It's been a few weeks I wanted to propose this in order to sort out what should be done to make a 'user-creatable' device.

[PATCH] docs/devel: add doc about device life cycles

2022-04-22 Thread Damien Hedde
Document the 3 life cycles cases that can happen with devices. Signed-off-by: Damien Hedde --- Hi all, It's been a few weeks I wanted to propose this in order to sort out what should be done to make a 'user-creatable' device. This is a follow up of [1] in which Peter asked for this point to be