On 21.05.21 12:24, Jan Kiszka wrote: > On 21.05.21 10:02, Florian Bezdeka wrote: >> Hi! >> >> This are the necessary changes for building and running Jailhouse on a >> Debian 11 system. As Debian 11 will no longer support Python 2, most of >> the changes are related to the Python2 -> Python3 migration. >> > > Thanks, valuable step forward. > > Some surther conversion / cleanup points /wrt python2: > - scripts/arm64-parsedump.py (probably not run in 5 years now...) > - "from __future__ import print_function" > - ExtendedEnum (as Ralf already mentioned) > - CONTRIBUTING.md still mandates python 2
- sysfs_parser, IORegion.start_str > > Jan > >> Testing was done on x86 only so far. >> >> Most of the problems where found while trying to update jailhouse-images >> to Debian 11 as well. jailhouse-images patches will follow soon. >> >> Best regards, >> Florian >> >> Florian Bezdeka (4): >> Makefile: Update build dependency from python to python3 >> tools: Update shebang from python to python3 >> tools: jailhouse-hardware-check: Remove python2 specific dummy >> doc: Migrate setup instructions from python2 to pyhton3 >> >> Documentation/setup-on-banana-pi-arm-board.md | 2 +- >> scripts/include.mk | 4 ++-- >> tools/Makefile | 2 +- >> tools/jailhouse-cell-linux | 2 +- >> tools/jailhouse-cell-stats | 2 +- >> tools/jailhouse-config-check | 2 +- >> tools/jailhouse-config-create | 2 +- >> tools/jailhouse-hardware-check | 6 +----- >> 8 files changed, 9 insertions(+), 13 deletions(-) >> > -- Siemens AG, T RDA IOT Corporate Competence Center Embedded Linux -- 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/7888da56-68bd-0e15-5173-3016e4654a1e%40siemens.com.
