On Thu, 7 Dec 2017 15:11:02 +0100 Christian Borntraeger <borntraeger@xxxxxxxxxx> wrote: > Suspend/Resume to/from disk currently fails. Let us wire > up the necessary callbacks. This is mostly just forwarding > the requests to the virtio drivers. The only thing that > has to be done in virtio_ccw itself is to re-set the > virtio revision. > > Suggested-by: Thomas Huth <thuth@xxxxxxxxxx> > Signed-off-by: Christian Borntraeger <borntraeger@xxxxxxxxxx> > --- > drivers/s390/virtio/virtio_ccw.c | 25 +++++++++++++++++++++++++ > 1 file changed, 25 insertions(+) Less work than I had expected :) This looks complete: The only thing we do in our online function not directly triggered by registering the virtio device is setting the revision. Will apply, but would not mind some R-bs/acks.