]> git.ipfire.org Git - thirdparty/qemu.git/commit
pc-bios/s390-ccw: Allow up to 31 entries for pxelinux.cfg
authorThomas Huth <thuth@redhat.com>
Wed, 9 Jul 2025 08:34:40 +0000 (10:34 +0200)
committerThomas Huth <thuth@redhat.com>
Fri, 11 Jul 2025 08:04:29 +0000 (10:04 +0200)
commit108977796fbb765c7bcf040500ae9711cb2fa596
treed49c2515695b959f34269d95e4c1bc324eba5e02
parenta4adf071dc7ee615c2ed4517ad77b125e2e70066
pc-bios/s390-ccw: Allow up to 31 entries for pxelinux.cfg

We're going to support a menu for the pxelinux.cfg code, and to be able
to reuse some functionality from menu.c, we should align the maximum
amount of possible entries with the MAX_BOOT_ENTRIES constant that is
used there. Thus replace MAX_PXELINUX_ENTRIES with MAX_BOOT_ENTRIES.

Reviewed-by: Jared Rossi <jrossi@linux.ibm.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-ID: <20250709083443.41574-3-thuth@redhat.com>
pc-bios/s390-ccw/netmain.c