Quoting Jiri Denemark (jdenemar(a)redhat.com):
On Tue, Feb 15, 2011 at 07:37:37 -0600, Serge E. Hallyn wrote:
> TEST: qemuxml2argvtest
> QEMU driver capabilities:
> <capabilities>
>
> <host>
> <cpu>
> <arch>armv7l</arch>
This is the problem. The code does not properly dealing with the case where
host CPU architecture as described by host capabilities does not match the
architecture of the real host CPU. This case can only happen in tests where we
fake host CPU.
I have a fix for that already. I'll make a proper patch from it and send soon.
Jirka
Thanks!
I'll wait for that and slurp it in. (Presumably the same thing is going
on with my ppc failure.)
thanks,
-serge