Re: [PATCH] KVM: selftests: Fix printf() format goof in SEV smoke test

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, 28 Feb 2025 15:38:52 -0800, Sean Christopherson wrote:
> Print out the index of mismatching XSAVE bytes using unsigned decimal
> format.  Some versions of clang complain about trying to print an integer
> as an unsigned char.
> 
>   x86/sev_smoke_test.c:55:51: error: format specifies type 'unsigned char'
>                                      but the argument has type 'int' [-Werror,-Wformat]
> 
> [...]

Applied to kvm-x86 fixes, thanks!

[1/1] KVM: selftests: Fix printf() format goof in SEV smoke test
      https://github.com/kvm-x86/linux/commit/3b2d3db36801

--
https://github.com/kvm-x86/linux/tree/next




[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux