public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] kvm-unit-tests/arm: add vectors support
@ 2013-12-13 10:58 Andrew Jones
  2013-12-13 10:58 ` [PATCH 1/3] printf: support field padding Andrew Jones
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Andrew Jones @ 2013-12-13 10:58 UTC (permalink / raw)
  To: kvmarm, kvm; +Cc: christoffer.dall

This series adds exception handling support to kvm-unit-tests/arm, and
is based on v2 of the arm initial drop series. A vector support patch
was also posted with the v1 of the arm initial drop series, but not
with the v2. This series is its v2.

v2:
 - use pt_regs as the kernel does [Christoffer Dall]

Andrew Jones (3):
  printf: support field padding
  arm: add useful headers from the linux kernel
  arm: vectors support

 arm/boot.c                | 128 +++++++++++++++++++++++++++++++++--
 arm/cstart.S              | 168 ++++++++++++++++++++++++++++++++++++++++++++--
 arm/flat.lds              |   7 +-
 arm/unittests.cfg         |  19 ++++++
 config/config-arm.mak     |  18 +++--
 lib/arm/asm-offsets.h     |  27 ++++++++
 lib/arm/cp15.h            |  36 ++++++++++
 lib/arm/processor.c       |  97 ++++++++++++++++++++++++++
 lib/arm/processor.h       |  29 ++++++++
 lib/arm/ptrace.h          | 100 +++++++++++++++++++++++++++
 lib/arm/sysinfo.h         |   4 ++
 lib/libcflat.h            |   2 +
 lib/printf.c              |  84 +++++++++++++++++++----
 scripts/arm/asm-offsets.c |  40 +++++++++++
 14 files changed, 729 insertions(+), 30 deletions(-)
 create mode 100644 lib/arm/asm-offsets.h
 create mode 100644 lib/arm/cp15.h
 create mode 100644 lib/arm/processor.c
 create mode 100644 lib/arm/processor.h
 create mode 100644 lib/arm/ptrace.h
 create mode 100644 scripts/arm/asm-offsets.c

-- 
1.8.1.4


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

end of thread, other threads:[~2014-01-02 21:04 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-13 10:58 [PATCH v2 0/3] kvm-unit-tests/arm: add vectors support Andrew Jones
2013-12-13 10:58 ` [PATCH 1/3] printf: support field padding Andrew Jones
2013-12-29  6:31   ` Christoffer Dall
2014-01-02 17:09     ` Andrew Jones
2014-01-02 17:25       ` Christoffer Dall
2013-12-13 10:58 ` [PATCH 2/3] arm: add useful headers from the linux kernel Andrew Jones
2013-12-29  6:31   ` Christoffer Dall
2014-01-02 17:24     ` Andrew Jones
2014-01-02 18:08       ` Christoffer Dall
2013-12-13 10:58 ` [PATCH 3/3] arm: vectors support Andrew Jones
2013-12-29  6:32   ` Christoffer Dall
2013-12-29 10:21     ` Peter Maydell
2014-01-02 18:36     ` Andrew Jones
2014-01-02 21:04       ` Christoffer Dall

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox