mbox series

[PULL,kvm-unit-tests] arm/arm64: support kvmtool

Message ID 20190325155403.14529-1-drjones@redhat.com (mailing list archive)
State New, archived
Headers show
Series [PULL,kvm-unit-tests] arm/arm64: support kvmtool | expand

Pull-request

https://github.com/rhdrjones/kvm-unit-tests support-kvmtool

Message

Andrew Jones March 25, 2019, 3:54 p.m. UTC
The following changes since commit 0eac5394af6b481328857d43acb5d8e628b0dbac:

  x86/apic: wait for wrap around in lapic timer periodic test (2019-03-08 14:03:30 +0100)

are available in the Git repository at:

  https://github.com/rhdrjones/kvm-unit-tests support-kvmtool

for you to fetch changes up to 35145f140442b286a27b2daf0c23466e83756061:

  arm/arm64: kvmtool: force all tests to run (2019-03-20 18:57:23 +0100)

----------------------------------------------------------------
Alexandru Elisei (5):
      lib: arm: Use UART address from generated config.h
      configure: arm/arm64: Add --vmm option with no effect
      lib: arm: Use ns16550a UART when --vmm=kvmtool
      lib: arm: Implement PSCI SYSTEM_OFF in psci_system_off()
      lib: arm: Fallback to psci_system_off() in exit()

Andrew Jones (2):
      arm/arm64: selftest.vectors-user: clean up PSCI exit
      arm/arm64: kvmtool: force all tests to run

 .gitignore         |  1 +
 Makefile           |  2 +-
 arm/selftest.c     | 25 +++++++++++++++++++++++++
 configure          | 35 +++++++++++++++++++++++++++++++++++
 lib/arm/asm/psci.h |  3 ++-
 lib/arm/io.c       | 41 ++++++++++++++++++++++++++---------------
 lib/arm/psci.c     |  8 +++++++-
 lib/errata.h       | 11 ++++++++++-
 8 files changed, 107 insertions(+), 19 deletions(-)