On Fri, Nov 26, 2021 at 04:06:23PM +0800, Andy Pei wrote:
according to virtio spec, add feature VIRTIO_BLK_F_SIZE_MAX and VIRTIO_BLK_F_SEG_MAX parse to virtio blk driver.
Why is this needed? The code never actually uses max_segment_size and max_segments (other than logging the values) ...
take care, Gerd