Attilio Rao writes ("Re: [Xen-devel] [PATCH] [PATCH v3] Fetch the OVMF repository from specific git mirror and enable it"):
I think I see the issue here. Are you running with i486 as an arch?
This is a deficiency of the OVMF support, because it has some wrappers
to build appropriately the firmware which are OS and architectures
specific and it does support Linux-i686 and Linux-x86_64 but not Linux-i486.
I'm not sure about what we should do here, possible options include:
- Verify that, on all i486,i586,etc. we can eventually use i686 and
unify the script to do that
Surely it's just wanting to know roughly what architecture to build
for. The difference between i686 and i486 isn't relevant here.
(I hope. If it is then we have other problems because this is tested
at build-time and might be run on a different kernel to the one it's
built on.)
So I think this is the right thing to do.