]> git.ipfire.org Git - thirdparty/grub.git/commit
include/xen/xen.h: Rename MAX_GUEST_CMDLINE to GRUB_XEN_MAX_GUEST_CMDLINE
authorAaron Rainbolt <arraybolt3@gmail.com>
Thu, 14 Aug 2025 01:36:43 +0000 (20:36 -0500)
committerDaniel Kiper <daniel.kiper@oracle.com>
Thu, 14 Aug 2025 19:21:42 +0000 (21:21 +0200)
commiteb56a6af9a2a3a367da90ba6cc7bc80b82ba6ba5
treebe07f058b07fbb3de8e48de3fde2d6d652fa105c
parent80df5e13275cc5f090a971cf2b1240f32a99ca2e
include/xen/xen.h: Rename MAX_GUEST_CMDLINE to GRUB_XEN_MAX_GUEST_CMDLINE

The include/xen/xen.h header was using an overly generic name to refer
to the maximum length of the command line passed from Xen to a guest.
Rename it to avoid confusion or conflicts in the future.

Signed-off-by: Aaron Rainbolt <arraybolt3@gmail.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
include/xen/xen.h