K 10 svn:author V 9 allanjude K 8 svn:date V 27 2020-11-05T17:10:14.417726Z K 7 svn:log V 452 VirtIO: Make sure the guest knows the TRIM alignment requirements If bhyve is used to emulate 512e access in guest OS, then discard addresses should be properly aligned. Otherwise ioctl DIOCGDELETE fails for 512b requires on devices with 4K sector size. see g_dev_ioctl() in sys/geom/geom_dev.c Submitted by: Vitaliy Gusev MFC after: 1 week Sponsored by: vStack.com Differential Revision: https://reviews.freebsd.org/D27075 END