Ard/Laszlo or anyone familiar with QEMU.
I read up on the ovmf readme and the qemu wiki but still have a few issues i am hoping for quick/easy answers.
1. How do i programmatically exit the emulator. Seems like uefi shell > reset just reboots. Other ideas?
I'd like to know the answer to this too. I've ended up using gdb/lldb to kill it. Can you just kill the process after the test completes from the thread that is processing test results?
2. Is there an easy way to map a local file system so that i can setup a startup.nsh?
I think you can mount a dir as a FAT32 disk by passing this to QEMU `-drive file=fat:rw:c:\Exchange,format=raw,media=disk`
Thanks,