The sysfs parser changes were driven by generating a config on an AMD R1505G board. They still need validation on some Intel boards.
See patches for further details. Jan Jan Kiszka (8): kbuild: Avoid deprecated 'always' driver: Adjust to kernel 5.8 and 5.9 pyjailhouse: sysfs_parser: Fix wording of parse_iomem_tree comment pyjailhouse: sysfs_parser: Filter out AMD IOMMU memory regions pyjailhouse: sysfs_parser: Return true size from IORegion pyjailhouse: sysfs_parser: Always walk reserved regions with children pyjailhouse: sysfs_parser: Factor out MemRegion.is_ram pyjailhouse: sysfs_parser: Merge adjacent RAM regions Kbuild | 3 ++ configs/Makefile | 6 ++-- driver/main.c | 23 +++++++++++-- hypervisor/Makefile | 6 ++-- hypervisor/arch/arm-common/Kbuild | 2 ++ hypervisor/arch/arm/Kbuild | 2 +- hypervisor/arch/arm64/Kbuild | 2 +- hypervisor/arch/x86/Kbuild | 4 ++- inmates/lib/arm-common/Makefile.lib | 2 ++ inmates/lib/arm/Makefile | 2 +- inmates/lib/arm/Makefile.lib | 2 +- inmates/lib/arm64/Makefile | 2 +- inmates/lib/arm64/Makefile.lib | 2 +- inmates/lib/x86/Makefile | 2 +- inmates/lib/x86/Makefile.lib | 4 ++- pyjailhouse/sysfs_parser.py | 50 ++++++++++++++++------------- scripts/always-compat.mk | 16 +++++++++ tools/Makefile | 8 ++--- 18 files changed, 97 insertions(+), 41 deletions(-) create mode 100644 scripts/always-compat.mk -- 2.26.2 -- 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/cover.1599473999.git.jan.kiszka%40siemens.com.
