Re: [PATCH] hw/i386/pc: Add a proper owner for the ioport memory regions
Thomas Huth <[email protected]>
| Newsgroups | org.nongnu.qemu-trivial,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
On 11/03/2026 12.53, Michael Tokarev wrote: > On 17.02.2026 17:18, Thomas Huth wrote: >> From: Thomas Huth <[email protected]> >> >> Without a proper owner, the memory regions show up in /machine/unattached >> in the QOM tree, which is something that should be avoided. > > Does this break migration from/to older releases? AFAIK the QOM tree ordering is orthogonal to the migration logic ... or did we ever have any problems with this in the past? Thomas