Re: [PATCH v12 01/17] s390/vfio-ap: move probe and remove callbacks to vfio_ap_ops.c

From: Halil Pasic
Date: Thu Nov 26 2020 - 04:36:01 EST


On Tue, 24 Nov 2020 16:40:00 -0500
Tony Krowiak <akrowiak@xxxxxxxxxxxxx> wrote:

> Let's move the probe and remove callbacks into the vfio_ap_ops.c
> file to keep all code related to managing queues in a single file. This
> way, all functions related to queue management can be removed from the
> vfio_ap_private.h header file defining the public interfaces for the
> vfio_ap device driver.
>
> Signed-off-by: Tony Krowiak <akrowiak@xxxxxxxxxxxxx>

Reviewed-by: Halil Pasic <pasic@xxxxxxxxxxxxx>