Branch: refs/heads/master
Home: https://github.com/siemens/jailhouse
Commit: 1fdaf40c11ebe09053b49f412f54a0a7f41de1b9
https://github.com/siemens/jailhouse/commit/1fdaf40c11ebe09053b49f412f54a0a7f41de1b9
Author: Dongjiu Geng <[email protected]>
Date: 2021-06-10 (Thu, 10 Jun 2021)
Changed paths:
M hypervisor/include/jailhouse/paging.h
Log Message:
-----------
paging: correct a comment to bitmap of used pages
The used_bitmap member in struct page_pool is a base address,
so correct the comment to make it is easily understood.
Signed-off-by: Dongjiu Geng <[email protected]>
Signed-off-by: Jan Kiszka <[email protected]>
Commit: 9a493890c09c618ab21f3f8579a6dd1fd1ac086f
https://github.com/siemens/jailhouse/commit/9a493890c09c618ab21f3f8579a6dd1fd1ac086f
Author: Florian Bezdeka <[email protected]>
Date: 2021-07-21 (Wed, 21 Jul 2021)
Changed paths:
M scripts/include.mk
M tools/Makefile
Log Message:
-----------
Makefile: Update build dependency from python to python3
Some distributions are about to switch to Python 3 support only.
This means that /usr/bin/python, which is Python 2, is not available
anymore. Hence, switch scripts to use Python 3 explicitly.
Not that the PYTHON3 variable might be defined by the Makefile in
KDIR already, so depending on which make target is being called it
might be defined already.
Upstream kernel has the PYTHON3 variable for some time and is now
going to move away from pyhton2 as well.
Signed-off-by: Florian Bezdeka <[email protected]>
Signed-off-by: Jan Kiszka <[email protected]>
Commit: a2aed84fe918c3c6ca5e60db29aaef6751c76772
https://github.com/siemens/jailhouse/commit/a2aed84fe918c3c6ca5e60db29aaef6751c76772
Author: Florian Bezdeka <[email protected]>
Date: 2021-07-21 (Wed, 21 Jul 2021)
Changed paths:
M scripts/arm64-parsedump.py
M tools/jailhouse-cell-linux
M tools/jailhouse-cell-stats
M tools/jailhouse-config-check
M tools/jailhouse-config-create
M tools/jailhouse-hardware-check
Log Message:
-----------
tools: Update shebang from python to python3
On Debian 11 systems /usr/bin/python will no longer exist due to the
deprecation of Python 2. According to [1] the unversioned python
packages must not be used as build dependencies, dependencies,
recommendations or suggestions. So moving to the versioned python3 seems
the only remaining option.
[1]
https://www.debian.org/doc/packaging-manuals/python-policy/#unversioned-python-commands
Signed-off-by: Florian Bezdeka <[email protected]>
Signed-off-by: Jan Kiszka <[email protected]>
Commit: fb37d16f7f9df172877fc76631e4fccefceda29c
https://github.com/siemens/jailhouse/commit/fb37d16f7f9df172877fc76631e4fccefceda29c
Author: Florian Bezdeka <[email protected]>
Date: 2021-07-21 (Wed, 21 Jul 2021)
Changed paths:
M pyjailhouse/config_parser.py
M pyjailhouse/extendedenum.py
M pyjailhouse/sysfs_parser.py
M scripts/arm64-parsedump.py
M tools/jailhouse-cell-linux
M tools/jailhouse-cell-stats
M tools/jailhouse-config-check
M tools/jailhouse-config-create
M tools/jailhouse-hardware-check
Log Message:
-----------
tools/scripts: Remove python2 specific code
We are now calling python3 via shebang, so no need to care about
python2 anymore.
Signed-off-by: Florian Bezdeka <[email protected]>
Signed-off-by: Jan Kiszka <[email protected]>
Commit: 85aa7b0f1755d966c953b9c2ce9e2858df6b01f9
https://github.com/siemens/jailhouse/commit/85aa7b0f1755d966c953b9c2ce9e2858df6b01f9
Author: Florian Bezdeka <[email protected]>
Date: 2021-07-21 (Wed, 21 Jul 2021)
Changed paths:
M CONTRIBUTING.md
M Documentation/setup-on-banana-pi-arm-board.md
Log Message:
-----------
doc: Migrate docs from python 2 to python 3
Signed-off-by: Florian Bezdeka <[email protected]>
Signed-off-by: Jan Kiszka <[email protected]>
Commit: 630001202caec85370fb4f956e581f51109e490c
https://github.com/siemens/jailhouse/commit/630001202caec85370fb4f956e581f51109e490c
Author: Dongjiu Geng <[email protected]>
Date: 2021-07-21 (Wed, 21 Jul 2021)
Changed paths:
M hypervisor/arch/arm-common/irqchip.c
Log Message:
-----------
irqchip: Avoid set irq target twice for root cell
When enable hypervisor, it is no need to set irq
target twice for root cell, otherwise it will waste time.
Signed-off-by: Dongjiu Geng <[email protected]>
Signed-off-by: Jan Kiszka <[email protected]>
Compare:
https://github.com/siemens/jailhouse/compare/6d9c51d0bd81...630001202cae
--
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/master/6d9c51-630001%40github.com.