Re: [PATCH v3 05/15] hw/isa/lpc_ich9.c: convert ich9_lpc_initfn() object props to class props
Mark Cave-Ayland <[email protected]>
| Newsgroups | org.nongnu.qemu-arm,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
On 19/08/2026 15:35, [email protected] wrote: >> ICH9_LPC_SMI_NEGOTIATED_FEAT_PROP can be promoted to a Property since it uses >> standard uint64 getter and setter functions. > > But it was read-only before > otherwise, lgtm Ooops indeed. I'll revert the Property promotion in v4 so that existing behaviour is maintained. ATB, Mark.