mbox series

[kvm-unit-tests,v2,0/3] arm64: Add code generation test

Message ID 20191003113217.25464-1-alexandru.elisei@arm.com (mailing list archive)
Headers show
Series arm64: Add code generation test | expand

Message

Alexandru Elisei Oct. 3, 2019, 11:32 a.m. UTC
Add a test to check if KVM honors the CTR_EL0.{IDC, DIC} bits that it
advertises to the guests. Full details are in patch #3.

Changes in v2:
* Gathered Reviewed-by tags.
* Fixed typo s/group/groups in #3.

Alexandru Elisei (3):
  lib: arm64: Add missing ISB in flush_tlb_page
  lib: arm/arm64: Add function to clear the PTE_USER bit
  arm64: Add cache code generation test

 arm/Makefile.arm64    |   1 +
 lib/arm/asm/mmu-api.h |   1 +
 lib/arm64/asm/mmu.h   |   1 +
 lib/arm/mmu.c         |  15 ++++++
 arm/cache.c           | 122 ++++++++++++++++++++++++++++++++++++++++++
 arm/unittests.cfg     |   6 +++
 6 files changed, 146 insertions(+)
 create mode 100644 arm/cache.c