Message ID | 20240412173532.3481264-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 91BBF14C593 for <kvm@vger.kernel.org>; Fri, 12 Apr 2024 17:35:37 +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=1712943339; cv=none; b=Y5feOBy954WLrRsMDzlWSM7uuw9rzVsDJg07I5t27M3H2WMTJ49iZ7Fg9q9d67tCriV+7m76oi2IWXHDAXk9E6Col7BiOuUpeWkv2mx1dmefX0AnUvR0npyeEWGNtcW4gcwHOG7j8W0TuPbeyNzTE85r8DiHgE+duNuowwme42Y= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712943339; c=relaxed/simple; bh=aJFKNG8JFdsknm0cM70DGXhrFg8VJGGZkSPTRdlR2Gw=; h=From:To:Subject:Date:Message-ID:MIME-Version:Content-Type; b=G8ooSc/rhv9113KYe9POjcSSN/36v9Jyen+0wdRSeDfBzJDw4S/LqwBlWQBoKdRyUkaYJGFI2vaw/cUtix4vkB+/5zWma1H8scY4SXd7EyJ9q8em9CL8flAX+ktHZeU0ZPrjCSZLvpAVHHDfNIh3x5qVmITZPo0DB+R4TiuIuiM= 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=feqc8frN; 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="feqc8frN" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1712943336; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=7F11F8b0j1hRRpTpVJdUgzEjbTqkJrpProdSq6OmwYM=; b=feqc8frNA/FDDYZ475zNqyZ3w1RqzQSyEgi73GEYSWfCZXX0BWGE7kb3n8jZiKkccNi+mu Nf6RkV0yWT4gZfBCvko9r3tdv62teRmSxxn4y4/WP5G2fJDiwgdvN2jsevRam/NoXgUFVR GFYCD2shgnKJdcb6y7S1bqQOh0CEuSc= 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-62-lzXLJ7bZMau5hyJugf41rg-1; Fri, 12 Apr 2024 13:35:33 -0400 X-MC-Unique: lzXLJ7bZMau5hyJugf41rg-1 Received: from smtp.corp.redhat.com (int-mx09.intmail.prod.int.rdu2.redhat.com [10.11.54.9]) (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 0F5A61C4C39B; Fri, 12 Apr 2024 17:35:33 +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 EBA7B492BC7; Fri, 12 Apr 2024 17:35:32 +0000 (UTC) From: Paolo Bonzini <pbonzini@redhat.com> To: linux-kernel@vger.kernel.org, kvm@vger.kernel.org Subject: [PATCH 00/10] KVM: MMU changes for confidential computing Date: Fri, 12 Apr 2024 13:35:22 -0400 Message-ID: <20240412173532.3481264-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.9 |
Series |
KVM: MMU changes for confidential computing
|
expand
|