Message ID | 20221219081644.11790-1-faithilikerun@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | Add zoned storage emulation to virtio-blk driver | expand |
On Mon, Dec 19, 2022 at 04:16:41PM +0800, Sam Li wrote: > Note: the virtio-blk headers isn't upstream in the kernel yet therefore > marked as an RFC. More information can be found here: > https://patchwork.kernel.org/project/linux-block/cover/20221030043545.974223-1-dmitry.fomichev@wdc.com/ The VIRTIO spec changes have been merged. The Linux virtio_blk guest driver patches are in Michael Tsirkin's vhost tree: https://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git/tree/drivers/block/virtio_blk.c?h=vhost The "RFC" can be dropped as soon as Linus merges the changes. Almost there!