xl: constify cmd_table entries
authorAnthony PERARD <anthony.perard@citrix.com>
Tue, 4 May 2021 16:14:36 +0000 (17:14 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 4 May 2021 18:09:55 +0000 (19:09 +0100)
commitaaf61c4750d467176cd49323019cd286e35b8688
tree9e359feb1811d473cdbbe931afc278a048098564
parent398ff4725b7b4804a3b8f5ee376f3d95d4bd32cd
xl: constify cmd_table entries

Also constify cmdtable_len and make use of ARRAY_SIZE, which is
available in "xen-tools/libs.h".

The entries in cmd_table don't need to be modified once xl is running.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Reviewed-by: Julien Grall <jgrall@amazon.com>
tools/xl/xl.c
tools/xl/xl.h
tools/xl/xl_cmdtable.c