]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: VMX: Print VM-instruction error as unsigned
authorJim Mattson <jmattson@google.com>
Tue, 10 May 2022 22:40:35 +0000 (15:40 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 25 May 2022 09:23:39 +0000 (05:23 -0400)
commit9e5fb058851bb6cf92b674ad6760c1860d98c7c9
tree33671fcca15a52d0667e98b69618671c2f53da65
parent71d87a2f273518a5d0404a656b977d5b2796caff
KVM: VMX: Print VM-instruction error as unsigned

Change the printf format character from 'd' to 'u' for the
VM-instruction error in vmwrite_error().

Fixes: b4d1853ff20b ("[PATCH] kvm: userspace interface")
Reported-by: Sean Christopherson <seanjc@google.com>
Signed-off-by: Jim Mattson <jmattson@google.com>
Message-Id: <20220510224035.1792952-2-jmattson@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/vmx/vmx.c