Message ID | 20240416201935.3525739-1-pbonzini@redhat.com (mailing list archive) |
---|---|
Headers | show
Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) (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 E52F0139D04 for <kvm@vger.kernel.org>; Tue, 16 Apr 2024 20:19:41 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=170.10.133.124 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713298784; cv=none; b=X8/SATYCbzCrBJs/nnRSclqim4ehwOVRRDxekp0FGibLqyNhskP4DnbQvCf6T3GngT3Do9wwPGT6VjR1WWtJ5YtMZOXLR9D3sR8URIQZ3B1cgd5WhZRqHkT+hMvsxwKulIFgA5xX6OfCVVcNcVNRI5jvuJyMfT9WxMwcqOlzRbM= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713298784; c=relaxed/simple; bh=ybXCHcqj00FEPMcU1M4yoB8jDZaSpssGJBd7HYa/CAE=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type; b=l8R/3dFJkaTNf/Dws6mJ/TkW8Iz5GMHUtS7Gi1wb7y0K1fAiSwMhNUgZ8fkYtiCWvqefeHlLLBn8wGEN5HIwuytKBlN85petFGErK1l3OPdRULc1Jq16zcR81y6PiZVOKnvup+lzBa2EcAG3BG9mvLzo/UwOXpDUIpTxrjOOvPs= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=redhat.com; spf=pass smtp.mailfrom=redhat.com; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b=gbLIxlLg; arc=none smtp.client-ip=170.10.133.124 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=redhat.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="gbLIxlLg" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1713298781; 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=7FwpDdGBz6aFJuG+idTO3fB38qLbpwOngplwKUDudyw=; b=gbLIxlLgcL96Lti9pc9UsJQDFt+uFRFeaLDuzS2rdgcG5cRPddEXCwUce6C9mGiSChM2ic 3btJWoE4fxR1KC1PL2AiJNLvxe/N93p9BEU9egB3Zyywhq4de8DdU7pgZ67tnJV0ze2nuT EhYLbTPPQtfN3B0QmnWzmcWW5kPGbb8= Received: from mimecast-mx02.redhat.com (mx-ext.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-516-hwl9LjASO2u4cF1X6UgTFQ-1; Tue, 16 Apr 2024 16:19:37 -0400 X-MC-Unique: hwl9LjASO2u4cF1X6UgTFQ-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.rdu2.redhat.com [10.11.54.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 9BC043830082; Tue, 16 Apr 2024 20:19:36 +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 5E19018209F; Tue, 16 Apr 2024 20:19:36 +0000 (UTC) From: Paolo Bonzini <pbonzini@redhat.com> To: linux-kernel@vger.kernel.org, kvm@vger.kernel.org Cc: isaku.yamahata@intel.com, xiaoyao.li@intel.com, binbin.wu@linux.intel.com, chao.gao@intel.com Subject: [PATCH v2 00/10] KVM: MMU changes for confidential computing Date: Tue, 16 Apr 2024 16:19:25 -0400 Message-ID: <20240416201935.3525739-1-pbonzini@redhat.com> 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-Type: text/plain Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.1 |
Series |
KVM: MMU changes for confidential computing
|
expand
|