Re: [PATCH V4 1/9] virtio: use virtio_device_ready() in virtio_device_restore()

From: Jason Wang
Date: Mon May 09 2022 - 21:51:17 EST


On Mon, May 9, 2022 at 11:22 PM Cornelia Huck <cohuck@xxxxxxxxxx> wrote:
>
> On Sat, May 07 2022, Jason Wang <jasowang@xxxxxxxxxx> wrote:
>
> > From: Stefano Garzarella <sgarzare@xxxxxxxxxx>
> >
> > It will allow us to do extension on virtio_device_ready() without
> > duplicating code.
> >
> > Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
> > Cc: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
> > Cc: "Paul E. McKenney" <paulmck@xxxxxxxxxx>
> > Cc: Marc Zyngier <maz@xxxxxxxxxx>
> > Cc: Halil Pasic <pasic@xxxxxxxxxxxxx>
> > Cc: Cornelia Huck <cohuck@xxxxxxxxxx>
> > Signed-off-by: Stefano Garzarella <sgarzare@xxxxxxxxxx>
> > Signed-off-by: Jason Wang <jasowang@xxxxxxxxxx>
> > ---
> > drivers/virtio/virtio.c | 5 +++--
> > 1 file changed, 3 insertions(+), 2 deletions(-)
>
> I think you forgot my R-b on this and the following patch...

Sorry, I will add them in the next version (or I will repost if
everyone thinks this version is fine).

Thanks

>