On Wed, 17 Sep 2025 21:56:25 +0900 Akihiko Odaki <od...@rsg.ci.i.u-tokyo.ac.jp> wrote:
> Make AddressSpaces QOM objects to ensure that they are destroyed when > their owners are finalized and also to get a unique path for debugging > output. > > The name arguments were used to distinguish AddresSpaces in debugging > output, but they will represent property names after QOM-ification and > debugging output will show QOM paths. So change them to make them more > concise and also avoid conflicts with other properties. > > Signed-off-by: Akihiko Odaki <od...@rsg.ci.i.u-tokyo.ac.jp> Assuming the fundamental change makes sense (which I haven't looked into in enough depth!), this CXL bit looks fine to me. Acked-by: Jonathan Cameron <jonathan.came...@huawei.com> >