All of lore.kernel.org
 help / color / mirror / Atom feed
* [kvm-unit-tests PATCH 0/2] arm/arm64: Add self-modifying code test case
@ 2015-09-02  9:25 ` Alexander Spyridakis
  0 siblings, 0 replies; 24+ messages in thread
From: Alexander Spyridakis @ 2015-09-02  9:25 UTC (permalink / raw)
  To: mttcg
  Cc: kvm, qemu-devel, drjones, alex.bennee, fred.konrad, mark.burton,
	a.rigo, claudio.fontana, Jani.Kokkonen, Alexander Spyridakis

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


^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2015-09-07 14:59 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-02  9:25 [kvm-unit-tests PATCH 0/2] arm/arm64: Add self-modifying code test case Alexander Spyridakis
2015-09-02  9:25 ` [Qemu-devel] " Alexander Spyridakis
2015-09-02  9:25 ` [kvm-unit-tests PATCH 1/2] arm/arm64: Add self-modifying code test Alexander Spyridakis
2015-09-02  9:25   ` [Qemu-devel] " Alexander Spyridakis
2015-09-02  9:25 ` [kvm-unit-tests PATCH 2/2] arm/arm64 config: Fix arch_clean rule Alexander Spyridakis
2015-09-02  9:25   ` [Qemu-devel] " Alexander Spyridakis
2015-09-04 10:48   ` Andrew Jones
2015-09-04 13:48     ` Alexander Spyridakis
2015-09-04 13:48       ` Alexander Spyridakis
2015-09-04 14:05       ` Andrew Jones
2015-09-04 14:18         ` Peter Maydell
2015-09-04 14:18           ` Peter Maydell
2015-09-04 14:53         ` Alexander Spyridakis
2015-09-04 14:53           ` Alexander Spyridakis
2015-09-07 13:35         ` Alexander Spyridakis
2015-09-07 13:35           ` Alexander Spyridakis
2015-09-07 14:37           ` Andrew Jones
2015-09-07 14:37             ` [Qemu-devel] " Andrew Jones
2015-09-07 14:59             ` Alexander Spyridakis
2015-09-07 14:59               ` Alexander Spyridakis
2015-09-04 13:53     ` Alexander Spyridakis
2015-09-04 13:53       ` Alexander Spyridakis
2015-09-04 14:08       ` Andrew Jones
2015-09-04 14:08         ` Andrew Jones

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.