Message ID | 20250128015345.7929-1-szy0127@sjtu.edu.cn (mailing list archive) |
---|---|
Headers | show
Received: from smtp237.sjtu.edu.cn (smtp237.sjtu.edu.cn [202.120.2.237]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 929BA1B59A; Tue, 28 Jan 2025 01:54:05 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=202.120.2.237 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1738029249; cv=none; b=iYdzKtT7Db3Tat9KY43o8qNicaGwDkiLxwtBiH7ko6pvyqAhQtxEjm69O/o0HHrSSosMx7GppvTism0hvWVy/6IMsNPoeAMV2HiU9a7DaNnA/k3r6ix8oBZIBA04vYie6IjRRc2i+18DWu2F5Y1mbgCegGG9UfVFN0xzp2ILwPw= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1738029249; c=relaxed/simple; bh=eCBV3SVc1IwYf3mw3kNVtvVULgUmL7UjKTvK5dSd58A=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=kdww3GkcOyNI1PV2sox2b8IHf0yZNBitRoWwaCCwPkKJzH/a7+uCW05N0PnI6LgGI1OesqumxoqLufERzvI37/n3jKdBv18JP60mR1tbJXML84euXe+bygXu9qkSG8X4NOlS0lgIE1kviwxlCsRUEgF0djeVoh1jRpxw/ZU6T9A= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=sjtu.edu.cn; spf=pass smtp.mailfrom=sjtu.edu.cn; arc=none smtp.client-ip=202.120.2.237 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=sjtu.edu.cn Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=sjtu.edu.cn Received: from proxy189.sjtu.edu.cn (smtp189.sjtu.edu.cn [202.120.2.189]) by smtp237.sjtu.edu.cn (Postfix) with ESMTPS id 8D68A7FD46; Tue, 28 Jan 2025 09:53:56 +0800 (CST) Received: from localhost.localdomain (unknown [101.80.151.229]) by proxy189.sjtu.edu.cn (Postfix) with ESMTPSA id 69D4C3FC501; Tue, 28 Jan 2025 09:53:47 +0800 (CST) From: Zheyun Shen <szy0127@sjtu.edu.cn> To: thomas.lendacky@amd.com, seanjc@google.com, pbonzini@redhat.com, tglx@linutronix.de, kevinloughlin@google.com, mingo@redhat.com, bp@alien8.de Cc: kvm@vger.kernel.org, linux-kernel@vger.kernel.org, Zheyun Shen <szy0127@sjtu.edu.cn> Subject: [PATCH v7 0/3] KVM: SVM: Flush cache only on CPUs running SEV guest Date: Tue, 28 Jan 2025 09:53:42 +0800 Message-Id: <20250128015345.7929-1-szy0127@sjtu.edu.cn> X-Mailer: git-send-email 2.39.5 (Apple Git-154) Precedence: bulk X-Mailing-List: kvm@vger.kernel.org List-Id: <kvm.vger.kernel.org> List-Subscribe: <mailto:kvm+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:kvm+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit |
Series |
KVM: SVM: Flush cache only on CPUs running SEV guest
|
expand
|