Message ID | 20240711222755.57476-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 74A9315531B for <kvm@vger.kernel.org>; Thu, 11 Jul 2024 22:28:00 +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=1720736882; cv=none; b=emlXJUbjy4x+lTH/GM4rKokZO32CyNZlc5nfLFsQqZqKr2/IJi9xxq44cMKuYSXES/wub2gwoCAVuNCWQG5UrM/xxeGzQtxw5/5GB/p8UQPzstxeP1Zx6s0outOdbJIlF3Bb84VPWSUk4SvtcfjO8RgYAumk4s6eIVmNnUi3kpo= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1720736882; c=relaxed/simple; bh=f3630Vzc1r91ymNj3NqDjNRznUNWNoTaS9DusDbuMeg=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type; b=q1hURjKlXP1RQatQs3fMHW7Btn519BevBVbhTWIDwhq9/a2OMmqRfYl91UgUB8ggd2w4XD/D6qi5OKMDBP7MB7ib1T4MhoZOh7+zZCTqH9jqmHoK/fPzsJLXJUfY2o96fk64U2vHEQtEYwJeTQj1qYtZWtxKBXkm4yl2y3skC18= 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=dHQ1MEUG; 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="dHQ1MEUG" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1720736879; 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=GRaWiXvRWFa9Ve6tZcyVHtL4d6UYKXRciWOsNEopzA8=; b=dHQ1MEUG81J35Xp+XwWQTMEJVcUF+oJ7yuOK8/7ieH4vHv9e5hcd8Z8XWJQNR0m/+GVaHO c4JZvgm+tSED1ANO7A3KJvujAOSEZVQphZEunlU92pC4Cj6CWYqo+1T5zzL4DCIyxrh0ks OnE5qyxypXC1O4Kb/YxwYC999Tb8MVc= Received: from mx-prod-mc-01.mail-002.prod.us-west-2.aws.redhat.com (ec2-54-186-198-63.us-west-2.compute.amazonaws.com [54.186.198.63]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-163-ZoHG-xItPVCiZ_XaQu750A-1; Thu, 11 Jul 2024 18:27:57 -0400 X-MC-Unique: ZoHG-xItPVCiZ_XaQu750A-1 Received: from mx-prod-int-03.mail-002.prod.us-west-2.aws.redhat.com (mx-prod-int-03.mail-002.prod.us-west-2.aws.redhat.com [10.30.177.12]) (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 mx-prod-mc-01.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id B3412196E090; Thu, 11 Jul 2024 22:27:56 +0000 (UTC) Received: from virtlab1023.lab.eng.rdu2.redhat.com (virtlab1023.lab.eng.rdu2.redhat.com [10.8.1.187]) by mx-prod-int-03.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTP id 056BE1955F68; Thu, 11 Jul 2024 22:27:55 +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 Subject: [PATCH 00/12] KVM: guest_memfd: lazy preparation of pages + prefault support for SEV-SNP Date: Thu, 11 Jul 2024 18:27:43 -0400 Message-ID: <20240711222755.57476-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.0 on 10.30.177.12 |
Series |
KVM: guest_memfd: lazy preparation of pages + prefault support for SEV-SNP
|
expand
|