vdpa_sim_blk: make vdpasim_blk_check_range usable by other requests
authorStefano Garzarella <sgarzare@redhat.com>
Thu, 11 Aug 2022 08:36:30 +0000 (10:36 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 11 Aug 2022 08:44:57 +0000 (04:44 -0400)
commitac926e1b468e03818e31568f6e520390b945b038
treeff2837dd88ebde09158b37a7b6b56c72529a2c9e
parentb91cf6e95b4f987d0d26def0c9cca3168d7752cb
vdpa_sim_blk: make vdpasim_blk_check_range usable by other requests

Next patches will add handling of other requests, where will be
useful to reuse vdpasim_blk_check_range().
So let's make it more generic by adding the `max_sectors` parameter,
since different requests allow different numbers of maximum sectors.

Let's also print the messages directly in vdpasim_blk_check_range()
to avoid duplicate prints.

Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
Message-Id: <20220811083632.77525-3-sgarzare@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
drivers/vdpa/vdpa_sim/vdpa_sim_blk.c