You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
virtio/block: implement support for F_WRITE_ZEROES
The F_WRITE_ZEROES feature enables the guest to instruct the host to
write zeroes to the disk image without actually having to copy any data
around. Since imago does the heavy lifting for us, we just need to
announce the feature and call to the right method when needed.
Signed-off-by: Sergio Lopez <[email protected]>
0 commit comments