On Wed, 15 Aug 2018 17:05:48 -0400
Tony Krowiak <akrowiak@xxxxxxxxxxxxx> wrote:
On 08/15/2018 12:38 PM, Cornelia Huck wrote:If you don't see a need for it anymore, I'd just remove the parameter.
On Mon, 13 Aug 2018 17:48:15 -0400That does seem to be the case now; however, I think at one time there were
Tony Krowiak <akrowiak@xxxxxxxxxxxxxxxxxx> wrote:
+ case VFIO_DEVICE_RESET:If I see it correctly, you call this function only ever with force ==
+ ret = vfio_ap_mdev_reset_queues(mdev, true);
true (here and in the previous patch). Is that what you intended?
additional calls to this function. For some reason of which I am not aware,
those were removed, so there is probably no need for it now.
Even makes vfio_ap_mdev_reset_queues() a bit nicer :)