On 16/11/23 12:17, Thomas Huth wrote:
On 14/11/2023 14.21, Peter Maydell wrote:
On Tue, 14 Nov 2023 at 13:05, Thomas Huth <th...@redhat.com> wrote:
There just seem to be two stragglers left:
1) #define TYPE_DUMMY "qemu:dummy" in tests/unit/test-io-task.c ...
easy to fix, it's just a unit test anyway
2) #define TYPE_RAM_DISCARD_MANAGER "qemu:ram-discard-manager"
in include/exec/memory.h ... I believe it should be OK to
simply rename it, since it's about an interface type...
Or do we use these interface names in migration streams, too?
No, QOM interfaces aren't part of any state, so not migrated.