Hi, I broke these out of my earlier MTTCG test series as they are not strictly related. The libcflat/pci fixes are a result of trying to cross-compile arm32 binaries on my arm64 box with a arm-none-abi compiler. I've also tidied up some documentation (along with a controversial move to Markdown ;-). And finally the run_script now follows the convention of passing arguments after -- to the child process. Alex Bennée (6): libcflat: add PRI(dux)32 format types lib/pci: fix BAR format strings docs: move README to README.md and symlink docs: mention checkpatch in the README docs: mention modifying env vars in README run_tests: allow passing of options to QEMU Makefile | 1 + README | 69 +----------------------------------- README.md | 96 ++++++++++++++++++++++++++++++++++++++++++++++++++ configure | 13 +++++++ lib/libcflat.h | 9 +++++ lib/pci.c | 4 +-- run_tests.sh | 13 +++++-- scripts/functions.bash | 7 ++-- 8 files changed, 137 insertions(+), 75 deletions(-) mode change 100644 => 120000 README create mode 100644 README.md -- 2.11.0 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html