qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [kvm-unit-tests PATCH 0/2] arm/arm64: Add self-modifying co


From: Alexander Spyridakis
Subject: [Qemu-devel] [kvm-unit-tests PATCH 0/2] arm/arm64: Add self-modifying code test case
Date: Wed, 2 Sep 2015 11:25:24 +0200

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]