On Thu, 02 Feb 2023 10:57:15 +0800, shahuang@redhat.com wrote:
The parameter arg in guest_modes_cmdline not being used now, and the optarg should be replaced with arg in guest_modes_cmdline.
And this is the chance to change strtoul() to atoi_non_negative(), since guest mode ID will never be negative.
[...]
Applied to kvm-x86 selftests, thanks!
[1/1] selftests: KVM: Replace optarg with arg in guest_modes_cmdline https://github.com/kvm-x86/linux/commit/62f86202d76d
-- https://github.com/kvm-x86/linux/tree/next https://github.com/kvm-x86/linux/tree/fixes