Branch: refs/heads/next
Home: https://github.com/siemens/jailhouse
Commit: 9bd0cfa500d930b37272b3fb2fad31e0aeeb1158
https://github.com/siemens/jailhouse/commit/9bd0cfa500d930b37272b3fb2fad31e0aeeb1158
Author: Jan Kiszka <[email protected]>
Date: 2018-05-24 (Thu, 24 May 2018)
Changed paths:
M tools/jailhouse-cell-linux
Log Message:
-----------
tools: cell-linux: Require cpu_reset_address to be 0
Anything else is not supported by the loader.
Signed-off-by: Jan Kiszka <[email protected]>
Commit: 91891ef12c79c18f67e982e511f76af6aa3277c5
https://github.com/siemens/jailhouse/commit/91891ef12c79c18f67e982e511f76af6aa3277c5
Author: Jan Kiszka <[email protected]>
Date: 2018-05-24 (Thu, 24 May 2018)
Changed paths:
M inmates/tools/x86/linux-loader.c
M tools/jailhouse-cell-linux
Log Message:
-----------
inmates/tools: x86: Move boot params into cmdline section
Expand the cmdline buffer so that the boot params surely fit in and use
that more stable address from now on.
Suggested-by: Ralf Ramsauer <[email protected]>
Signed-off-by: Jan Kiszka <[email protected]>
Commit: 7931a23205b58591a5193562860ef67727951eb3
https://github.com/siemens/jailhouse/commit/7931a23205b58591a5193562860ef67727951eb3
Author: Imanol Allende <[email protected]>
Date: 2018-05-24 (Thu, 24 May 2018)
Changed paths:
A Documentation/setup-on-zynqmp-zcu102.md
Log Message:
-----------
Documentation: Step-by-step instructions on how to setup Jailhouse on ZCU102
based on Xilinx ZynqMP Ultrascale+
Signed-off-by: Imanol Allende <[email protected]>
[Jan: wrap long line, remove trailing whitespaces]
Signed-off-by: Jan Kiszka <[email protected]>
Commit: 36551c18fd3dff1d856fb9343261014ed1eea9f3
https://github.com/siemens/jailhouse/commit/36551c18fd3dff1d856fb9343261014ed1eea9f3
Author: Ralf Ramsauer <[email protected]>
Date: 2018-05-24 (Thu, 24 May 2018)
Changed paths:
M Documentation/debug-output.md
M inmates/lib/arm/inmate.lds.S
M tools/jailhouse-cell-linux
Log Message:
-----------
inmates: arm: move cmdline section to 0x1000
This aligns the location of the cmdline section of ARM inmates with
ARM64 inmates.
Signed-off-by: Ralf Ramsauer <[email protected]>
[Jan: adjust jailhouse-cell-linux as well]
Signed-off-by: Jan Kiszka <[email protected]>
Commit: 91332fa7790340587e2c249ec28719a0fc77b623
https://github.com/siemens/jailhouse/commit/91332fa7790340587e2c249ec28719a0fc77b623
Author: Ralf Ramsauer <[email protected]>
Date: 2018-05-24 (Thu, 24 May 2018)
Changed paths:
M Documentation/debug-output.md
M README.md
M inmates/lib/x86/inmate.lds
Log Message:
-----------
inmates: x86: move cmdline section to 0x1000
Now all architectures use the same address for the cmdline section to
ease the use of the cmdline.
Signed-off-by: Ralf Ramsauer <[email protected]>
Signed-off-by: Jan Kiszka <[email protected]>
Commit: 4805536f3504c56e8a05e35f591c30b723454f7f
https://github.com/siemens/jailhouse/commit/4805536f3504c56e8a05e35f591c30b723454f7f
Author: Ralf Ramsauer <[email protected]>
Date: 2018-05-24 (Thu, 24 May 2018)
Changed paths:
M tools/jailhouse-cell.8.in
Log Message:
-----------
Documentation: manpage: maintain changes in cmdline addresses
Signed-off-by: Ralf Ramsauer <[email protected]>
Signed-off-by: Jan Kiszka <[email protected]>
Commit: 25312d30f2e2e847eb5a40fb8161d0e8d8074532
https://github.com/siemens/jailhouse/commit/25312d30f2e2e847eb5a40fb8161d0e8d8074532
Author: Ralf Ramsauer <[email protected]>
Date: 2018-05-24 (Thu, 24 May 2018)
Changed paths:
M tools/jailhouse-cell-linux
Log Message:
-----------
tools: jailhouse-cell-linux: align cmdline offsets
Both archs now have the cmdline offset at 0x1000, we can now consolidate
them and move them over to ARMCommon.
Signed-off-by: Ralf Ramsauer <[email protected]>
Signed-off-by: Jan Kiszka <[email protected]>
Commit: b6fa4ae972e02dc51bd960287ba19264aca849c5
https://github.com/siemens/jailhouse/commit/b6fa4ae972e02dc51bd960287ba19264aca849c5
Author: Ralf Ramsauer <[email protected]>
Date: 2018-05-24 (Thu, 24 May 2018)
Changed paths:
M tools/jailhouse-cell.8.in
Log Message:
-----------
Documentation: manpage: minor change
Use different wording to make it easier to understand.
(includes correct line-wrapping and the removal of a redundant \&.)
Signed-off-by: Ralf Ramsauer <[email protected]>
Signed-off-by: Jan Kiszka <[email protected]>
Commit: 7439f7f27a9697d35664d78c293c3f70012cf06a
https://github.com/siemens/jailhouse/commit/7439f7f27a9697d35664d78c293c3f70012cf06a
Author: Ralf Ramsauer <[email protected]>
Date: 2018-05-24 (Thu, 24 May 2018)
Changed paths:
M hypervisor/arch/x86/control.c
M hypervisor/control.c
Log Message:
-----------
core: reinitialise comm region on cell restart
The communication region is RW for both, the inmate and the hypervisor.
As a consequence, an inmate may overwrite the whole region. Currently,
the region is filled in cell_create.
Move initialisation to cell_start to provide a proper initial state when
starting the cell. Move architecture specific initialisation to
arch_cell_reset, which will be called by cell_start.
Leave the cell's shut down state in cell_create to maintain a valid
state after cell creation.
Signed-off-by: Ralf Ramsauer <[email protected]>
[Jan: migrated cpu variable as well, massaged comment format in cell_start]
Signed-off-by: Jan Kiszka <[email protected]>
Compare:
https://github.com/siemens/jailhouse/compare/550f2f4c54a4...7439f7f27a96
**NOTE:** This service been marked for deprecation:
https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
--
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].
For more options, visit https://groups.google.com/d/optout.