[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v6 06/10] x86/mem-sharing: copy GADDR based shared guest areas
- To: Roger Pau Monne <roger.pau@xxxxxxxxxx>
- From: Tamas K Lengyel <tamas@xxxxxxxxxxxxx>
- Date: Wed, 4 Oct 2023 17:36:20 -0400
- Arc-authentication-results: i=1; mx.zohomail.com; dkim=pass header.i=tklengyel.com; spf=pass smtp.mailfrom=tamas@xxxxxxxxxxxxx; dmarc=pass header.from=<tamas@xxxxxxxxxxxxx>
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1696455419; h=Content-Type:Content-Transfer-Encoding:Cc:Cc:Date:Date:From:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:Subject:To:To:Message-Id:Reply-To; bh=NlBMhfH5dOHpz+PXev7wAwSA56dLJy6EolPtUl7sUdQ=; b=jSi7NrF+vKtj1CmJsc+P/ewS8UYqFjz49GLkN5+q9uyCoVX0IgNTYpy7nIDfyqiLt+VWu4o+VvP74Uzik5U76Xa7u25ZH6IpDkVfhIg2D7QALrIp0fRZpATX29jXsC1Oo80xYrMvRgDa23Wrq8FJDDb02Okie2QyKRtzlqapp/o=
- Arc-seal: i=1; a=rsa-sha256; t=1696455419; cv=none; d=zohomail.com; s=zohoarc; b=aTetDs+1qcMNUksMCFO0rkk6ob3ac1k+EydauUDXAbeO5zEPEXQ6/kbFYAizWjD89wgOb03zj/4O/NmQL+uEZy0fg/1EmdWh4KgmQNAomWqN5uNzXWE2iAlxxcjo1Raai4Vhb+eROpxpH1nlAtf7GF3oJraNRcrOpPdWZgYcJIM=
- Cc: xen-devel@xxxxxxxxxxxxxxxxxxxx, Jan Beulich <jbeulich@xxxxxxxx>, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, George Dunlap <george.dunlap@xxxxxxxxxx>, Wei Liu <wl@xxxxxxx>, Julien Grall <julien@xxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>
- Delivery-date: Wed, 04 Oct 2023 21:37:15 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On Wed, Oct 4, 2023 at 9:54 AM Roger Pau Monne <roger.pau@xxxxxxxxxx> wrote:
>
> From: Jan Beulich <jbeulich@xxxxxxxx>
>
> In preparation of the introduction of new vCPU operations allowing to
> register the respective areas (one of the two is x86-specific) by
> guest-physical address, add the necessary fork handling (with the
> backing function yet to be filled in).
>
> Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx>
> Signed-off-by: Roger Pau Monné <roger.pau@xxxxxxxxxx>
Acked-by: Tamas K Lengyel <tamas@xxxxxxxxxxxxx>
|