Re: [PATCH v3 27/49] i386/sev: Set ms->require_guest_memfd for SNP

2024-03-20 Thread Paolo Bonzini
On 3/20/24 09:39, Michael Roth wrote: SNP requires guest_memfd for private guest memory, so enable it so that the appropriate guest_memfd backend will be available for normal RAM regions. Signed-off-by: Michael Roth --- target/i386/sev.c | 5 + 1 file changed, 5 insertions(+) diff

[PATCH v3 27/49] i386/sev: Set ms->require_guest_memfd for SNP

2024-03-20 Thread Michael Roth
SNP requires guest_memfd for private guest memory, so enable it so that the appropriate guest_memfd backend will be available for normal RAM regions. Signed-off-by: Michael Roth --- target/i386/sev.c | 5 + 1 file changed, 5 insertions(+) diff --git a/target/i386/sev.c b/target/i386/sev.c