On 6/23/23 14:21, Alex Bennée wrote:
Using QOM correctly is increasingly important to maintaining a modern
code base. However the current documentation skips some important
concepts before launching into a simple example. Lets:
- at least mention properties
- mention TYPE_OBJECT and TYPE_DEVICE
- talk about why we have realize/unrealize
- mention the QOM tree
Signed-off-by: Alex Bennée<alex.ben...@linaro.org>
Message-Id:<20230619171437.357374-6-alex.ben...@linaro.org>
There were review comments on this series that haven't been applied.
Paolo