On 18/10/2022 20:56, Philippe Mathieu-Daudé wrote:
On 4/10/22 05:00, Alexey Kardashevskiy wrote:
Anyone, ping?

On 27/09/2022 12:35, Alexey Kardashevskiy wrote:
Hi!

I am trying qemu-system-x86_64 with OVMF with the q35 machine, the complete command line is below.

It works fine (including SEV on AMD EPYC), but these 2 parameters make me wonder if I miss something:

-drive if=pflash,format=raw,unit=0,file=/home/aik/OVMF_CODE.fd,readonly=on,id=MYPF \
-d guest_errors

With this, I see a bunch of
===
Invalid access at addr 0xFFC00000, size 1, region '(null)', reason: rejected Invalid access at addr 0xFFC00001, size 1, region '(null)', reason: rejected Invalid access at addr 0xFFC00002, size 1, region '(null)', reason: rejected
...
Invalid access at addr 0xFFC00FFF, size 1, region '(null)', reason: rejected
QEMU Flash: Failed to find probe location
QEMU flash was not detected. Writable FVB is not being installed.

Could you be missing the VAR STORE flash?

-drive if=pflash,format=raw,unit=1,file=/home/aik/OVMF_VARS.fd,id=FVB

Yes! This helps, thanks!



--
Alexey

Reply via email to