public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH kvm-unit-tests 0/2] arm64: One fix and one improvement
@ 2021-03-25 15:56 Andrew Jones
  2021-03-25 15:56 ` [PATCH kvm-unit-tests 1/2] arm64: argc is an int Andrew Jones
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Andrew Jones @ 2021-03-25 15:56 UTC (permalink / raw)
  To: kvm; +Cc: nikos.nikoleris, alexandru.elisei

Fix the loading of argc. Nikos reported an issue with its alignment
while testing target-efi (aligned to four bytes is OK, as long as we
only load four bytes like we should). Also, take a patch developed
while working on target-efi which can make debugging a bit more
convenient (by doing some subtraction for the test developer).

Andrew Jones (2):
  arm64: argc is an int
  arm64: Output PC load offset on unhandled exceptions

 arm/cstart64.S        | 2 +-
 arm/flat.lds          | 1 +
 lib/arm64/processor.c | 7 +++++++
 3 files changed, 9 insertions(+), 1 deletion(-)

-- 
2.26.3


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

end of thread, other threads:[~2021-03-25 16:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-25 15:56 [PATCH kvm-unit-tests 0/2] arm64: One fix and one improvement Andrew Jones
2021-03-25 15:56 ` [PATCH kvm-unit-tests 1/2] arm64: argc is an int Andrew Jones
2021-03-25 16:15   ` Nikos Nikoleris
2021-03-25 15:56 ` [PATCH kvm-unit-tests 2/2] arm64: Output PC load offset on unhandled exceptions Andrew Jones
2021-03-25 16:20   ` Nikos Nikoleris
2021-03-25 16:28 ` [PATCH kvm-unit-tests 0/2] arm64: One fix and one improvement Andrew Jones

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