On 04/10/21 22:49, Zixuan Wang wrote:
+"$TEST_DIR/run" \ + -drive file="$EFI_UEFI",format=raw,if=pflash \ + -drive file.dir="$EFI_TEST/$EFI_CASE/",file.driver=vvfat,file.rw=on,format=raw \
For what it's worth, SEV doesn't work for me unless I add ",if=virtio" to the second -drive option. Since it's a good idea anyway, I squashed it into the patch.
Paolo