From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35427) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZX4Ia-0006R6-FY for qemu-devel@nongnu.org; Wed, 02 Sep 2015 05:25:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZX4IW-0003XC-E6 for qemu-devel@nongnu.org; Wed, 02 Sep 2015 05:25:44 -0400 Received: from mail-wi0-f172.google.com ([209.85.212.172]:36551) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZX4IW-0003Wg-6q for qemu-devel@nongnu.org; Wed, 02 Sep 2015 05:25:40 -0400 Received: by wibz8 with SMTP id z8so58606795wib.1 for ; Wed, 02 Sep 2015 02:25:39 -0700 (PDT) From: Alexander Spyridakis Date: Wed, 2 Sep 2015 11:25:24 +0200 Message-Id: <1441185926-61587-1-git-send-email-a.spyridakis@virtualopensystems.com> Subject: [Qemu-devel] [kvm-unit-tests PATCH 0/2] arm/arm64: Add self-modifying code test case List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: mttcg@listserver.greensocs.com Cc: drjones@redhat.com, kvm@vger.kernel.org, claudio.fontana@huawei.com, mark.burton@greensocs.com, qemu-devel@nongnu.org, a.rigo@virtualopensystems.com, Alexander Spyridakis , Jani.Kokkonen@huawei.com, alex.bennee@linaro.org, fred.konrad@greensocs.com This series implements a self-modifying code test for the arm and arm64 targets. The first patch adds the new test case, while the second modifies the arch_clean rule for arm and arm64, to explicitly remove object files and binaries on 'make clean' (fixing and issue while reconfiguring). The test case is meant for testing the new mttcg implementation, although it was also verified on KVM targets like Arndale and OMAP5-uevm for ARMv7 and the Juno board (aarch32 and aarch64 guests) for ARMv8. Alexander Spyridakis (2): arm/arm64: Add self-modifying code test arm/arm64 config: Fix arch_clean rule arm/self-modifying-test.c | 109 +++++++++++++++++++++++++++++++++++++++++++ config/config-arm-common.mak | 2 + config/config-arm.mak | 2 + config/config-arm64.mak | 3 +- 4 files changed, 115 insertions(+), 1 deletion(-) create mode 100644 arm/self-modifying-test.c -- 2.1.4