From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Jones Subject: [kvm-unit-tests PATCH 00/18] bunch of mostly trivial patches Date: Thu, 5 Nov 2015 18:24:25 -0600 Message-ID: <1446769483-21586-1-git-send-email-drjones@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: alex.bennee@linaro.org, cov@codeaurora.org To: pbonzini@redhat.com, kvm@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:60836 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754519AbbKFAYv (ORCPT ); Thu, 5 Nov 2015 19:24:51 -0500 Sender: kvm-owner@vger.kernel.org List-ID: Many of these patches were posted once. Some weren't, but anyway almost everything is pretty trivial. I'd like to get these in, or at least get definitive nacks on them (and then drop them) in order to clean my queue before more patches (coming from Alex Benn=C3=A9e and Chistopher are reposted). All patches also available here https://github.com/rhdrjones/kvm-unit-tests/commits/queue Thanks, drew Alex Benn=C3=A9e (4): README: add some CONTRIBUTING notes configure: emit HOST=3D$host to config.mak lib/printf: support the %u unsigned fmt field lib/arm: add flush_tlb_page mmu function Andrew Jones (13): makefiles: use bash trivial: lib: fail hard on failed mallocs trivial: alloc: don't use 'top' outside spinlock trivial: lib: missing extern in string.h README: add pointer to new wiki page run_tests: pass test name to run script arm/run: use ACCEL to choose between kvm and tcg run_tests: probe for max-smp arm/arm64: allow building a single test arm/arm64: generate map files lib: link in linux kernel headers (uapi) Revert "arm/arm64: import include/uapi/linux/psci.h" arm/arm64: uart0_init: check /chosen/stdout-path Christopher Covington (1): arm: Fail on unknown subtest .gitignore | 2 ++ Makefile | 6 ++-- README | 32 +++++++++++++++++++ arm/run | 43 ++++++++++++++++++++++---- arm/selftest.c | 3 ++ arm/unittests.cfg | 7 +++-- config/config-arm-common.mak | 9 +++++- configure | 11 +++++++ lib/alloc.c | 8 +++-- lib/arm/asm/mmu.h | 11 +++++++ lib/arm/asm/page.h | 2 +- lib/arm/asm/psci.h | 2 +- lib/arm/asm/uapi-psci.h | 73 ------------------------------------= -------- lib/arm/io.c | 36 ++++++++++++++++------ lib/arm64/asm/mmu.h | 8 +++++ lib/arm64/asm/page.h | 2 +- lib/arm64/asm/psci.h | 2 +- lib/arm64/asm/uapi-psci.h | 1 - lib/asm-generic/page.h | 2 +- lib/const.h | 11 ------- lib/printf.c | 13 ++++++++ lib/string.h | 2 +- lib/virtio-mmio.c | 7 ++--- run_tests.sh | 12 +++++++- scripts/functions.bash | 8 +++-- scripts/mkstandalone.sh | 22 ++++++++++--- x86/unittests.cfg | 1 + 27 files changed, 210 insertions(+), 126 deletions(-) delete mode 100644 lib/arm/asm/uapi-psci.h delete mode 100644 lib/arm64/asm/uapi-psci.h delete mode 100644 lib/const.h --=20 2.4.3