xen/public: sysctl: set_parameter.params and debug.keys should be const
authorJulien Grall <jgrall@amazon.com>
Mon, 30 Mar 2020 19:21:51 +0000 (20:21 +0100)
committerJulien Grall <jgrall@amazon.com>
Wed, 1 Apr 2020 09:55:35 +0000 (10:55 +0100)
commitc4336b0b1a35c1a54a21c0cafad39466613a714f
tree3a128a49e2fb52b0e728e2f2b909bcba52f95764
parentdc0b3eb56b9ce3e2b61f0c7d3af5a98b5a586099
xen/public: sysctl: set_parameter.params and debug.keys should be const

The fields set_parameter.params and debug.keys should never be modified
by the hypervisor. So mark them as const.

Signed-off-by: Julien Grall <jgrall@amazon.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
xen/include/public/sysctl.h