aboutsummaryrefslogtreecommitdiffstats
path: root/docs/linux/setup_linux-host_qemu-vm_s390x-kernel.md
Commit message (Collapse)AuthorAgeFilesLines
* tools/create-image.sh: update default Debian release to trixieAndrew Donnellan2025-12-111-5/+5
| | | | | | | | | | Debian bullseye is now oldoldstable, so update the default release to trixie. While we're at it, update documentation references to old Debian releases to match. Signed-off-by: Andrew Donnellan <ajd@linux.ibm.com>
* tools/create-image.sh: upgrade default release to bullseyeAndrew Donnellan2023-04-121-3/+3
| | | | | | | | | | | | bullseye has been the current Debian stable release since 2021, and stretch is now well and truly in the LTS support phase. Change the default release in create-image.sh to bullseye. Also update most other references to stretch in the documentation and elsewhere (there's still a few references we don't change because they're links to images etc). Signed-off-by: Andrew Donnellan <ajd@linux.ibm.com>
* tools/check-whitespace.sh: check for trailing whitespacesDmitry Vyukov2020-09-141-1/+1
| | | | | | File types that we don't format automatically can end up with such basic untidiness as trailing whitespaces. Check for these. Remove all existing precedents.
* docs/linux: describe how to setup s390x test environmentAlexander Egorenkov2020-09-131-0/+174
Signed-off-by: Alexander Egorenkov <Alexander.Egorenkov@ibm.com>