This series is just a reposting of the patches on

https://github.com/rhdrjones/kvm-unit-tests/commits/staging

I believe all patches have been posted before, well except 07/11.

Thanks,
drew

Alex Bennée (5):
  README: add some CONTRIBUTING notes
  configure: emit HOST=$host to config.mak
  lib/printf: support the %u unsigned fmt field
  lib: add isaac prng library from CCAN
  lib/arm: add flush_tlb_page mmu function

Andrew Jones (6):
  arm/arm64: uart0_init: check /chosen/stdout-path
  arm/arm64: allow building a single test
  run_tests: pass test name to run script
  arm/run: use ACCEL to choose between kvm and tcg
  run_tests: probe for max-smp
  makefiles: use bash

 Makefile                     |   2 +
 README                       |  26 +++++++
 arm/run                      |  43 ++++++++++--
 arm/unittests.cfg            |   7 +-
 config/config-arm-common.mak |   7 ++
 configure                    |   2 +
 lib/arm/asm/mmu.h            |  11 +++
 lib/arm/io.c                 |  36 +++++++---
 lib/arm64/asm/mmu.h          |   8 +++
 lib/printf.c                 |  13 ++++
 lib/prng.c                   | 162 +++++++++++++++++++++++++++++++++++++++++++
 lib/prng.h                   |  82 ++++++++++++++++++++++
 run_tests.sh                 |  12 +++-
 scripts/functions.bash       |   8 ++-
 scripts/mkstandalone.sh      |  22 ++++--
 x86/unittests.cfg            |   1 +
 16 files changed, 418 insertions(+), 24 deletions(-)
 create mode 100644 lib/prng.c
 create mode 100644 lib/prng.h

-- 
2.4.3

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to