On 22.05.2014 23:30, Max Reitz wrote:
This series enables qemu-iotests to be run in a build tree outside of
the source tree. It also makes the tests use the command for invoking
the Python interpreter specified through configure instead of always
using "/usr/bin/env python".
v3:
- Patch 1:
- assume in-tree build when run from the source tree [Fam]
- if "./qemu", "./qemu-io" etc. exist, prefer them over automatic
detection
- 'for binary in "*-softmmu/qemu-system-*"' is not what we want, but
rather 'for binary in *-softmmu/qemu-system-*'
Forgot to CC Fam, I hope he'll forgive me. :-)
Max