Would it be possible to cross compile a small arm binary on x86 and run it through qemu-linux-user? Something like $ zypper in gcc-whatever qemu-something $ gcc somecode.c $ qemu-something a.out; echo $? That should be easy to run in openQA... Something t...
↧