On Fri, May 03, 2024 at 06:05:19PM -0300, Fabiano Rosas wrote: > >> +#ifdef O_DIRECT > >> +static void *migrate_mapped_ram_dio_start(QTestState *from, > >> + QTestState *to) > >> +{ > >> + migrate_mapped_ram_start(from, to); > > > > This line seems redundant, migrate_multifd_mapped_ram_start() should cover > > that. > > > > This is an artifact of another patch that adds direct-io + mapped-ram > without multifd. I'm bringing that back on v2. We were having a > discussion[1] about it in the libvirt mailing list. Having direct-io > even without multifd might still be useful for libvirt. > > 1- > https://lists.libvirt.org/archives/list/de...@lists.libvirt.org/thread/K4BDDJDMJ22XMJEFAUE323H5S5E47VQX/
Ah that's fine then. Maybe add a comment somewhere for future readers? Or a sentence in the commit log would work too. -- Peter Xu