From: Jakub Kicinski Date: Mon, 2 May 2022 23:04:36 +0000 (-0700) Subject: Merge branch 'vsock-virtio-add-support-for-device-suspend-resume' X-Git-Tag: microblaze-v5.20~161^2~200 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=0530a683fc858aa641d88ad83315ea53c27bce10;p=linux-2.6-microblaze.git Merge branch 'vsock-virtio-add-support-for-device-suspend-resume' Stefano Garzarella says: ==================== vsock/virtio: add support for device suspend/resume Vilas reported that virtio-vsock no longer worked properly after suspend/resume (echo mem >/sys/power/state). It was impossible to connect to the host and vice versa. Indeed, the support has never been implemented. This series implement .freeze and .restore callbacks of struct virtio_driver to support device suspend/resume. The first patch factors our the code to initialize and delete VQs. The second patch uses that code to support device suspend/resume. Signed-off-by: Stefano Garzarella ==================== Link: https://lore.kernel.org/r/20220428132241.152679-1-sgarzare@redhat.com Signed-off-by: Jakub Kicinski --- 0530a683fc858aa641d88ad83315ea53c27bce10