From b7f9864528b74790f71aad3b277f162e3651664a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Ferr=C3=A3o?= <2031761+viniciusferrao@users.noreply.github.com> Date: Fri, 4 Sep 2026 16:20:38 -0300 Subject: [PATCH] docs(genesis): clarify s390x support --- .../developers/guides/code/dhcp_backend_validation_matrix.rst | 3 ++- .../developers/guides/code/genesis_openembedded_plan.rst | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/source/developers/guides/code/dhcp_backend_validation_matrix.rst b/docs/source/developers/guides/code/dhcp_backend_validation_matrix.rst index 606d4175a..4b62f1582 100644 --- a/docs/source/developers/guides/code/dhcp_backend_validation_matrix.rst +++ b/docs/source/developers/guides/code/dhcp_backend_validation_matrix.rst @@ -134,8 +134,9 @@ The following matrix is the default live validation gate for DHCP backend work. - ``ISC`` and ``Kea`` - ``s390-ccw BIOS network IPL`` - ``makedhcp -n``; backend parser; architecture ``0x001f``; DHCP options - 209 and 210; TFTP fetch of the generated ``pxelinux.cfg``-style configuration, + 209; TFTP fetch of the generated ``pxelinux.cfg``-style configuration, Genesis kernel, and initramfs + Kea Boot and Reservation Regression Matrix ------------------------------------------ diff --git a/docs/source/developers/guides/code/genesis_openembedded_plan.rst b/docs/source/developers/guides/code/genesis_openembedded_plan.rst index 40df7b2b3..07917459e 100644 --- a/docs/source/developers/guides/code/genesis_openembedded_plan.rst +++ b/docs/source/developers/guides/code/genesis_openembedded_plan.rst @@ -97,10 +97,10 @@ The ``s390x`` image uses virtio networking under QEMU. QEMU does not emulate qeth, and Genesis does not yet configure qeth channel groups. Physical LPAR and z/VM Genesis networking therefore remain unvalidated. Genesis does not use the shared CEC serial as an s390x node identifier. -QEMU validation covers network IPL, DHCP options 209 and 210, TFTP, and the +QEMU validation covers network IPL, DHCP option 209, TFTP, and the network-specific ``pxelinux.cfg``-style configuration written by ``mknb``. This release does not advertise a DPM boot configuration. -Existing xCAT s390x operating-system provisioning remains unchanged. +Legacy xCAT z/VM operating-system provisioning remains unchanged. xCAT protocol -------------