From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Spyridakis Subject: [kvm-unit-tests PATCH 0/2] arm/arm64: Add self-modifying code test case Date: Wed, 2 Sep 2015 11:25:24 +0200 Message-ID: <1441185926-61587-1-git-send-email-a.spyridakis@virtualopensystems.com> Cc: kvm@vger.kernel.org, qemu-devel@nongnu.org, drjones@redhat.com, alex.bennee@linaro.org, fred.konrad@greensocs.com, mark.burton@greensocs.com, a.rigo@virtualopensystems.com, claudio.fontana@huawei.com, Jani.Kokkonen@huawei.com, Alexander Spyridakis To: mttcg@listserver.greensocs.com Return-path: Received: from mail-wi0-f174.google.com ([209.85.212.174]:32858 "EHLO mail-wi0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752082AbbIBJZk (ORCPT ); Wed, 2 Sep 2015 05:25:40 -0400 Received: by wicmc4 with SMTP id mc4so59215266wic.0 for ; Wed, 02 Sep 2015 02:25:39 -0700 (PDT) Sender: kvm-owner@vger.kernel.org List-ID: 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