Message ID | 20240404185034.3184582-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.129.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 9ABE21311B4 for <kvm@vger.kernel.org>; Thu, 4 Apr 2024 18:50:39 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=170.10.129.124 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712256641; cv=none; b=afQM8XA8rDRAwldUCDluTXQkq+LV+3vtdFpSR+7KrEvY/6XlxdWrNgwpdcHM9ywREPBZGph+gBwTBBCXLGzEh+mr/vd/xrYQ3E8qx8oSocwB1SDkHebRKkl9qJ43tRGh63BaT4/4EWRyNM2YTV1lA4lY+YMvfLE2fSLPhUIxzYQ= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712256641; c=relaxed/simple; bh=+Ow8KhJTzO8VPoYKwL7qe3PnkQ9EklWJ5SuZs3K2q/I=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type; b=a1MARcV+vzMxkH3ri6XTkZjIW/lPf7MPq6G5J6sUmroeg6HHCJNZlrA5FtOtbIccMXrxQ7lvzZHq1Cv4tG7xHyp/1DXs44XUhbgvztxkadJLG/R7IyTNAiCyPP6xB6p1uFEWbCYR5cUrQt2JpaX7AIRTEJZEB6Esthn0ow85hm4= 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=h3M+Dofd; arc=none smtp.client-ip=170.10.129.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="h3M+Dofd" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1712256638; 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=x14DtsNMvIOrspoag3gOecAB/Pjfzl1YzHd1pA6CG68=; b=h3M+Dofd3UX117k3iJeV5JetS2hezLe816l5kE1dYoKoaZT6kkagEIDqQCLi4Uv6rSQDJt WoSXX5aOdvIGZBNPiyzY1nuVvpQ2hulSQ26ynA5Riwa6158v+OoLJCGOaRmI0w39DpgZOR iEbRabW2RnwH2LJIDOthKJeUumlUo/M= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-617-_faobFCjPIaRe213qj9J7A-1; Thu, 04 Apr 2024 14:50:35 -0400 X-MC-Unique: _faobFCjPIaRe213qj9J7A-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.rdu2.redhat.com [10.11.54.7]) (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 C30BE8007A3; Thu, 4 Apr 2024 18:50:34 +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 951DA1C060A4; Thu, 4 Apr 2024 18:50:34 +0000 (UTC) From: Paolo Bonzini <pbonzini@redhat.com> To: linux-kernel@vger.kernel.org, kvm@vger.kernel.org Cc: seanjc@google.com, michael.roth@amd.com, isaku.yamahata@intel.com, Matthew Wilcox <willy@infradead.org> Subject: [PATCH 00/11] KVM: guest_memfd: New hooks and functionality for SEV-SNP and TDX Date: Thu, 4 Apr 2024 14:50:22 -0400 Message-ID: <20240404185034.3184582-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.7 |
Series |
KVM: guest_memfd: New hooks and functionality for SEV-SNP and TDX
|
expand
|