Re: [PATCH 2/3] hw/virtio: Implement vhost_log_start and vhost_log_stop
Xiong Weimin <[email protected]>
| Newsgroups | gmane.linux.kernel.virtualization,gmane.comp.emulators.qemu |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Jul 24, 2026 at 05:48:26AM -0400, Michael S. Tsirkin wrote: > Is the implications that in your opinion dirty page logging during live > migration does not work currently? No -- that was a bad commit message on my side. Live migration logging already goes through log_global_start/stop -> vhost_migration_log(). The log_start/log_stop stubs are a different path, and my change was incorrect. I will drop this patch. Thanks, Xiong Weimin