Message ID | 20221110164807.1306076-1-eesposit@redhat.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <kvm-owner@kernel.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id EB4DCC433FE for <kvm@archiver.kernel.org>; Thu, 10 Nov 2022 16:50:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232704AbiKJQuR (ORCPT <rfc822;kvm@archiver.kernel.org>); Thu, 10 Nov 2022 11:50:17 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49198 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232667AbiKJQtx (ORCPT <rfc822;kvm@vger.kernel.org>); Thu, 10 Nov 2022 11:49:53 -0500 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5C2EC62E1 for <kvm@vger.kernel.org>; Thu, 10 Nov 2022 08:48:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1668098893; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=TqTk3iARBWuKOOf8pMxkaVE9+5uAE54PiKz0+D5q5yw=; b=Y9ituNF8eumkab8UnsOwjQlGjTHi5hIb8v+Mo2xRjT1EpHh3DOUGY9dFOaAqwlFXi6NoDY 5ObQG7q97yqK3hojWuSC9/+jKTvgfPHMj+8bqCRtHdXSD8PABawxTHOY5kQjGJbxXI1SVp E2neba09G82+TetZD0eUGKkc1LY2cpk= Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-605-rhucC4mqN2mKQ3hyMKlxyw-1; Thu, 10 Nov 2022 11:48:12 -0500 X-MC-Unique: rhucC4mqN2mKQ3hyMKlxyw-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 769F4381FA42; Thu, 10 Nov 2022 16:48:09 +0000 (UTC) Received: from virtlab701.virt.lab.eng.bos.redhat.com (virtlab701.virt.lab.eng.bos.redhat.com [10.19.152.228]) by smtp.corp.redhat.com (Postfix) with ESMTP id C4AA040C94AA; Thu, 10 Nov 2022 16:48:08 +0000 (UTC) From: Emanuele Giuseppe Esposito <eesposit@redhat.com> To: qemu-devel@nongnu.org Cc: Paolo Bonzini <pbonzini@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, Eduardo Habkost <eduardo@habkost.net>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, =?utf-8?q?Philippe_Mathieu-D?= =?utf-8?q?aud=C3=A9?= <philmd@linaro.org>, Yanan Wang <wangyanan55@huawei.com>, kvm@vger.kernel.org, Emanuele Giuseppe Esposito <eesposit@redhat.com> Subject: [PATCH v2 0/3] KVM: allow listener to stop all vcpus before Date: Thu, 10 Nov 2022 11:48:04 -0500 Message-Id: <20221110164807.1306076-1-eesposit@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: <kvm.vger.kernel.org> X-Mailing-List: kvm@vger.kernel.org |
Series |
KVM: allow listener to stop all vcpus before
|
expand
|