On Tue, Jun 15, 2021 at 11:27 PM Michael S. Tsirkin <mst@xxxxxxxxxx> wrote: > > On Tue, Jun 15, 2021 at 06:48:10PM +0800, Xie Yongji wrote: > > This ensures that we will not use an invalid block size > > in config space (might come from an untrusted device). > > > > Signed-off-by: Xie Yongji <xieyongji@xxxxxxxxxxxxx> > > I'd say if device presents an unreasonable value, > and we want to ignore that, then we should not > negotiate VIRTIO_BLK_F_BLK_SIZE so that host knows. > > So maybe move the logic to validate_features. > Looks good to me. Will do it in v3. Thanks, Yongji