On Mon, 11 Jul 2022 at 22:17, Sam Li <faithilike...@gmail.com> wrote: > > This patch series adds support for zoned device to virtio-blk emulation. Zoned > Storage can support sequential writes, which reduces write amplification in > SSD, > leading to higher write throughput and increased capacity.
Please use "git rebase -i master" and add "x make" lines after each commit to check that the code still builds after each commit. It is important to order patches so that each commit still builds successfully. That way git-bisect(1) works and patches can be backported/cherry-picked. Stefan