On Thu, Nov 25, 2021 at 7:21 AM Varad Gautam <varad.gautam@xxxxxxxx> wrote: > > On 10/21/21 4:10 PM, Paolo Bonzini wrote: > > On 04/10/21 22:49, Zixuan Wang wrote: > >> Hello, > > > > WHOA IT WORKS! XD > > > > There are still a few rough edges around the build system (and in general, the test harness is starting to really show its limits), but this is awesome work. Thanks Drew, Varad and Zixuan (in alphabetic and temporal order) for the combined contribution! > > > > For now I've placed it at a 'uefi' branch on gitlab, while I'm waiting for some reviews of my GDT cleanup work. Any future improvements can be done on top. > > > > While doing the #VC handler support for test binaries [1], I realised I can't seem > to run any of the tests from the uefi branch [2] that write to cr3 via setup_vm() > on SEV-ES. These tests (eg., tscdeadline_latency) crash with SEV-ES, and work with > uefi without SEV-ES (policy=0x0). I'm wondering if I am missing something, is > setup_vm->setup_mmu->write_cr3() known to work on SEV-ES elsewhere? > > [1] https://lore.kernel.org/all/20211117134752.32662-1-varad.gautam@xxxxxxxx/ > [2] https://gitlab.com/kvm-unit-tests/kvm-unit-tests/-/tree/uefi I've only been running amd_sev under SEV-ES up to now. I just tried tscdeadline_latency on my setup, and can confirm that it does indeed fail under SEV-ES.