On 20/01/2023 09.23, Philippe Mathieu-Daudé wrote:
Missing review: #7
Two test were failing on Darwin when testing Fabiano's series
which allows building ARM targets without TCG accelerator:
https://lore.kernel.org/qemu-devel/20230118193518.26433-1-faro...@suse.de/
These patches allow boot-serial / migration tests to run without
TCG / KVM.
I just started reviewing while you were sending v3 ... please see my mails
in reply to v2 for some comments.
Also, I don't quite understand why this is necessary. If you specify both,
"-accel kvm -accel tcg" on the command line, QEMU should simply fall back to
the second accelerator if the first one is not available? What's exactly the
problem you are trying to solve here?
Thomas