Branch: refs/heads/next
Home: https://github.com/siemens/jailhouse
Commit: 01f2f493344b15ff046adeff88ce2eac0dcc1b6a
https://github.com/siemens/jailhouse/commit/01f2f493344b15ff046adeff88ce2eac0dcc1b6a
Author: Jan Kiszka <[email protected]>
Date: 2020-09-21 (Mon, 21 Sep 2020)
Changed paths:
M include/arch/arm-common/asm/jailhouse_hypercall.h
M include/arch/arm/asm/jailhouse_hypercall.h
M include/arch/arm64/asm/jailhouse_hypercall.h
Log Message:
-----------
arm/arm64: Factor out common hypercall stubs
Just the argument types differ. Factoring that out allows to move all
stub definitions to the common header.
Signed-off-by: Jan Kiszka <[email protected]>
Commit: 881ff3a27244532c61b9dc7cbe2faad56d11a222
https://github.com/siemens/jailhouse/commit/881ff3a27244532c61b9dc7cbe2faad56d11a222
Author: Jan Kiszka <[email protected]>
Date: 2020-09-21 (Mon, 21 Sep 2020)
Changed paths:
M hypervisor/arch/arm/mmu_hyp.c
Log Message:
-----------
arm: Drop sp from clobber list
This gives
warning: listing the stack pointer register ‘sp’ in a clobber list is
deprecated
note: the value of the stack pointer after an ‘asm’ statement must be the
same as it was before the statement
with gcc 9. Obviously, this cannot be fulfilled in the given case as it
is one of the purposes of the assembly block. But as there is no code
after it anyway, it's safe to drop sp from the clobbering list.
Signed-off-by: Jan Kiszka <[email protected]>
Compare:
https://github.com/siemens/jailhouse/compare/90684e3e8551...881ff3a27244
--
You received this message because you are subscribed to the Google Groups
"Jailhouse" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jailhouse-dev/siemens/jailhouse/push/refs/heads/next/90684e-881ff3%40github.com.