Re: [PATCH v4 00/31] Add AMD Secure Nested Paging (SEV-SNP) support

2024-06-03 Thread Paolo Bonzini
On Mon, Jun 3, 2024 at 4:16 PM Michael Roth wrote: > Paolo mentioned he dropped the this hunk from: > > hw/i386: Add support for loading BIOS using guest_memfd > > diff --git a/hw/i386/x86.c b/hw/i386/x86.c > index de606369b0..d076b30ccb 100644 > --- a/hw/i386/x86.c > +++

Re: [PATCH v4 00/31] Add AMD Secure Nested Paging (SEV-SNP) support

2024-06-03 Thread Michael Roth
On Sat, Jun 01, 2024 at 06:57:21AM +0200, Gupta, Pankaj wrote: > Hi Paolo, > > > > > please check if branch qemu-coco-queue of > > > > https://gitlab.com/bonzini/qemu works for you! > > > > > > Getting compilation error here: Hope I am looking at correct branch. > > > > Oops, sorry: > > > >

Re: [PATCH v4 00/31] Add AMD Secure Nested Paging (SEV-SNP) support

2024-05-31 Thread Gupta, Pankaj
Hi Paolo, please check if branch qemu-coco-queue of https://gitlab.com/bonzini/qemu works for you! Getting compilation error here: Hope I am looking at correct branch. Oops, sorry: diff --git a/target/i386/kvm/kvm.c b/target/i386/kvm/kvm.c index 96dc41d355c..ede3ef1225f 100644 ---

Re: [PATCH v4 00/31] Add AMD Secure Nested Paging (SEV-SNP) support

2024-05-31 Thread Paolo Bonzini
On Fri, May 31, 2024 at 7:41 PM Gupta, Pankaj wrote: > > please check if branch qemu-coco-queue of > > https://gitlab.com/bonzini/qemu works for you! > > Getting compilation error here: Hope I am looking at correct branch. Oops, sorry: diff --git a/target/i386/kvm/kvm.c b/target/i386/kvm/kvm.c

Re: [PATCH v4 00/31] Add AMD Secure Nested Paging (SEV-SNP) support

2024-05-31 Thread Gupta, Pankaj
These patches implement SEV-SNP base support along with CPUID enforcement support for QEMU, and are also available at: https://github.com/pagupta/qemu/tree/snp_v4 Latest version of kvm changes are posted here [2] and also queued in kvm/next. Patch Layout 01-03: 'error_setg'

Re: [PATCH v4 00/31] Add AMD Secure Nested Paging (SEV-SNP) support

2024-05-31 Thread Paolo Bonzini
On Fri, May 31, 2024 at 1:20 PM Paolo Bonzini wrote: > > On Thu, May 30, 2024 at 1:16 PM Pankaj Gupta wrote: > > > > These patches implement SEV-SNP base support along with CPUID enforcement > > support for QEMU, and are also available at: > > > > https://github.com/pagupta/qemu/tree/snp_v4 > >

Re: [PATCH v4 00/31] Add AMD Secure Nested Paging (SEV-SNP) support

2024-05-31 Thread Paolo Bonzini
On Thu, May 30, 2024 at 1:16 PM Pankaj Gupta wrote: > > These patches implement SEV-SNP base support along with CPUID enforcement > support for QEMU, and are also available at: > > https://github.com/pagupta/qemu/tree/snp_v4 > > Latest version of kvm changes are posted here [2] and also queued in

[PATCH v4 00/31] Add AMD Secure Nested Paging (SEV-SNP) support

2024-05-30 Thread Pankaj Gupta
These patches implement SEV-SNP base support along with CPUID enforcement support for QEMU, and are also available at: https://github.com/pagupta/qemu/tree/snp_v4 Latest version of kvm changes are posted here [2] and also queued in kvm/next. Patch Layout 01-03: 'error_setg'