mbox

[PULL,kvm-unit-tests,00/10] arm/arm64 updates

Message ID 20191024130701.31238-1-drjones@redhat.com (mailing list archive)
State New, archived
Headers show

Pull-request

https://github.com/rhdrjones/kvm-unit-tests pull-arm-oct-24-2019

Message

Andrew Jones Oct. 24, 2019, 1:06 p.m. UTC
The following changes since commit ac033c9a2cb287c1bb5ebe414c63067563a05bbb:

  Revert "lib: use an argument which doesn't require default argument promotion" (2019-10-23 11:03:31 +0200)

are available in the Git repository at:

  https://github.com/rhdrjones/kvm-unit-tests pull-arm-oct-24-2019

for you to fetch changes up to 00d7e26501263263877465d2a74a330897de1e70:

  arm: Add PL031 test (2019-10-24 14:41:01 +0200)

----------------------------------------------------------------
Alexander Graf (1):
  arm: Add PL031 test

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

Andre Przywara (6):
  arm: gic: check_acked: add test description
  arm: gic: Split variable output data from test name
  arm: timer: Split variable output data from test name
  arm: selftest: Split variable output data from test name
  arm: selftest: Make MPIDR output stable
  arm: Add missing test name prefix calls

 arm/Makefile.arm64    |   1 +
 arm/Makefile.common   |   1 +
 arm/cache.c           | 122 ++++++++++++++++++++
 arm/gic.c             |  64 ++++++-----
 arm/pci-test.c        |   2 +
 arm/pl031.c           | 262 ++++++++++++++++++++++++++++++++++++++++++
 arm/psci.c            |   2 +
 arm/selftest.c        |  23 +++-
 arm/timer.c           |   3 +-
 arm/unittests.cfg     |   6 +
 lib/arm/asm/gic.h     |   1 +
 lib/arm/asm/mmu-api.h |   1 +
 lib/arm/mmu.c         |  15 +++
 lib/arm64/asm/mmu.h   |   1 +
 14 files changed, 472 insertions(+), 32 deletions(-)
 create mode 100644 arm/cache.c
 create mode 100644 arm/pl031.c

Comments

Paolo Bonzini Oct. 24, 2019, 8:30 p.m. UTC | #1
On 24/10/19 15:06, Andrew Jones wrote:
>   https://github.com/rhdrjones/kvm-unit-tests pull-arm-oct-24-2019

Pulled, thanks.

Paolo