mbox

[PULL,kvm-unit-tests,0/3] arm/arm64: Add prefetch abort test

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

Pull-request

https://github.com/rhdrjones/kvm-unit-tests arm/queue

Message

Andrew Jones Jan. 21, 2020, 1:17 p.m. UTC
The following changes since commit 3c13c64209599d16c1b04655144af5097aabb857:

  Merge branch 'arm/queue' of https://github.com/rhdrjones/kvm-unit-tests into HEAD (2020-01-08 16:39:22 +0100)

are available in the Git repository at:

  https://github.com/rhdrjones/kvm-unit-tests arm/queue

for you to fetch changes up to cf251b7106d54ef239ad0f34a3dbc9716b9f9ffe:

  arm/arm64: selftest: Add prefetch abort test (2020-01-13 13:31:49 +0100)

Thanks,
drew

----------------------------------------------------------------
Andrew Jones (3):
      arm/arm64: Improve memory region management
      arm/arm64: selftest: Allow test_exception clobber list to be extended
      arm/arm64: selftest: Add prefetch abort test

 arm/selftest.c      | 199 ++++++++++++++++++++++++++++++++++++++--------------
 lib/arm/asm/setup.h |   8 ++-
 lib/arm/mmu.c       |  24 ++-----
 lib/arm/setup.c     |  56 +++++++++++----
 lib/arm64/asm/esr.h |   3 +
 5 files changed, 203 insertions(+), 87 deletions(-)

Comments

Paolo Bonzini Jan. 21, 2020, 3:29 p.m. UTC | #1
On 21/01/20 14:17, Andrew Jones wrote:
>   https://github.com/rhdrjones/kvm-unit-tests arm/queue

Pulled, thanks.  It may take until tomorrow before I push because I'm
testing 100-odd x86 patches. :)

Paolo