Re: [PATCH v4 0/6] vhost-user-blk: fix compatibility with older qemu versions
"Michael S. Tsirkin" <[email protected]> Sat, 25 Jul 2026 01:32:49 -0400
| Newsgroups | dev.linux.lists.virtio-fs,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Jul 16, 2026 at 12:30:33PM +0500, Alexandr Moshkov wrote: > Ping :) I don't know what to do with this one. IIUC in flight migration is in 11.0 so I doubt we can just introduce new messages without a protocol flag. It says fix compatibility but really it's a feature, right? And this is somehow related to GET_BASE? Half the commits here have no or a single line of comment, those that do, repeat what the commit does instead of explaining why. That's not how it should be. Here's a good template to use: Currently .... This is a problem because ... We can not do .... because ... To address .... And then .... HTH -- MST