Re: [libvirt PATCH 1/4] qemu: prevent use of on non-x86 arches

2021-09-09 Thread Ján Tomko
On a Thursday in 2021, Daniel P. Berrangé wrote: The config results in use of the '-device sga' QEMU options. This in turn causes QEMU go load the sgabios.bin option ROM, which contains x86 machine code. This cannot work on non-x86 arches, thus we should block the bad config. Signed-off-by:

[libvirt PATCH 1/4] qemu: prevent use of on non-x86 arches

2021-09-09 Thread Daniel P . Berrangé
The config results in use of the '-device sga' QEMU options. This in turn causes QEMU go load the sgabios.bin option ROM, which contains x86 machine code. This cannot work on non-x86 arches, thus we should block the bad config. Signed-off-by: Daniel P. Berrangé --- src/qemu/qemu_validate.c | 8