From patchwork Wed Jul 12 11:16:58 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Hanna Czenczek X-Patchwork-Id: 1806780 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=nongnu.org (client-ip=209.51.188.17; helo=lists.gnu.org; envelope-from=qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org; receiver=) Authentication-Results: legolas.ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=redhat.com header.i=@redhat.com header.a=rsa-sha256 header.s=mimecast20190719 header.b=V+KFXXvr; dkim-atps=neutral Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4R1FZz57WSz20bt for ; Wed, 12 Jul 2023 21:17:47 +1000 (AEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qJXqI-0003E3-Ok; Wed, 12 Jul 2023 07:17:10 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qJXqH-0003CB-CB for qemu-devel@nongnu.org; Wed, 12 Jul 2023 07:17:09 -0400 Received: from us-smtp-delivery-124.mimecast.com ([170.10.129.124]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qJXqF-0002yt-O2 for qemu-devel@nongnu.org; Wed, 12 Jul 2023 07:17:09 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1689160627; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=M6WT+TqF2nYoosQ8gnVJkd7oHwzbXkqZ1JSPgKy2pE0=; b=V+KFXXvra5iknoAVzqknzb2Ywm2cB5ZvYZvH3x5GrqE1He0xjoizq3ow6Z5aPXlhGeeJzP fYPx+76A+vBOE7swuSdvlHFwS3FsCk21cqBejSahwIxdJq7x0Rc4YgLy0jeln0CjOJhR/X oEHkvQbJMi2H93weT+DShg/vHeAexHw= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-191-wMssugD0NiWNHO9D_UzfxQ-1; Wed, 12 Jul 2023 07:17:05 -0400 X-MC-Unique: wMssugD0NiWNHO9D_UzfxQ-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.rdu2.redhat.com [10.11.54.7]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 0E5D9185A792 for ; Wed, 12 Jul 2023 11:17:05 +0000 (UTC) Received: from localhost (unknown [10.39.193.231]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 83FFE1454142; Wed, 12 Jul 2023 11:17:04 +0000 (UTC) From: Hanna Czenczek To: qemu-devel@nongnu.org, virtio-fs@redhat.com Cc: Hanna Czenczek , "Michael S . Tsirkin" , Stefan Hajnoczi , German Maglione , =?utf-8?q?Eugenio_P=C3=A9rez?= Subject: [PATCH v2 0/4] vhost-user: Back-end state migration Date: Wed, 12 Jul 2023 13:16:58 +0200 Message-ID: <20230712111703.28031-1-hreitz@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.7 Received-SPF: pass client-ip=170.10.129.124; envelope-from=hreitz@redhat.com; helo=us-smtp-delivery-124.mimecast.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org RFC: https://lists.nongnu.org/archive/html/qemu-devel/2023-03/msg04263.html v1: https://lists.nongnu.org/archive/html/qemu-devel/2023-04/msg01575.html Based-on: <20230711155230.64277-1-hreitz@redhat.com> (“[PATCH 0/6] vhost-user: Add suspend/resume”) https://lists.nongnu.org/archive/html/qemu-devel/2023-07/msg02450.html Hi, Most of the feedback on v1 focused on how to properly stop a device that has internal state, both for the purpose of migration and just plainly for VM stop/cont. I hope this is resolved by my vhost-user suspend/resume series, which this series here is based on (linked above). Therefore, these patches here for the actual state transfer have changed only little since v1: - I’ve removed the original patch 1 that would explicitly re-enable all vrings every time after using SET_FEATURES with VHOST_USER_F_PROTOCOL_FEATURES, replacing it with the stand-alone patch “[PATCH] vhost-user.rst: Clarify enabling/disabling vrings” (20230712091704.15589-1-hreitz@redhat.com), which does not change behavior but only documentation - In its place, I’ve added a patch that adds documentation on the protocol additions. - Patch 2: Drastically shortened the commit message, this documentation is now where it should be, namely in vhost-user.rst (added by patch 1). Also rebased on the “Add suspend/resume” series, which adds feature bits and vhost-user operations of its own. - Patch 3: Instead of checking dev->started to see that the device is stopped, we might now want to check dev->suspended instead. However, this is only set if the device actually supports suspending, so in fact we cannot use it. Added documentation on this fact. (Dropped checking enable_vqs, because this variable had been added only by the old patch 1, which I dropped.) Hanna Czenczek (4): vhost-user.rst: Migrating back-end-internal state vhost-user: Interface for migration state transfer vhost: Add high-level state save/load functions vhost-user-fs: Implement internal migration docs/interop/vhost-user.rst | 87 +++++++++++ include/hw/virtio/vhost-backend.h | 24 +++ include/hw/virtio/vhost.h | 114 ++++++++++++++ hw/virtio/vhost-user-fs.c | 101 ++++++++++++- hw/virtio/vhost-user.c | 147 ++++++++++++++++++ hw/virtio/vhost.c | 241 ++++++++++++++++++++++++++++++ 6 files changed, 713 insertions(+), 1 deletion(-)