All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] KVM: selftests: Fix Clang build issues in KVM_ASM_SAFE()
@ 2022-07-22 23:48 David Matlack
  2022-07-22 23:48 ` [PATCH 1/2] KVM: selftests: Fix KVM_EXCEPTION_MAGIC build with Clang David Matlack
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: David Matlack @ 2022-07-22 23:48 UTC (permalink / raw)
  To: Paolo Bonzini
  Cc: Nathan Chancellor, Nick Desaulniers, Tom Rix, Sean Christopherson,
	Peter Xu, David Matlack, Jim Mattson, Oliver Upton,
	open list:CLANG/LLVM BUILD SUPPORT, kvm

The LLVM integrated assembler has some differences from the GNU
assembler, and recent commit 3b23054cd3f5 ("KVM: selftests: Add x86-64
support for exception fixup") seems to be tripping over a few of those
differences.

David Matlack (2):
  KVM: selftests: Fix KVM_EXCEPTION_MAGIC build with Clang
  KVM: selftests: Fix ambiguous mov in KVM_ASM_SAFE()

 tools/testing/selftests/kvm/include/x86_64/processor.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


base-commit: 1a4d88a361af4f2e91861d632c6a1fe87a9665c2
-- 
2.37.1.359.gd136c6c3e2-goog


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-08-12  7:58 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-22 23:48 [PATCH 0/2] KVM: selftests: Fix Clang build issues in KVM_ASM_SAFE() David Matlack
2022-07-22 23:48 ` [PATCH 1/2] KVM: selftests: Fix KVM_EXCEPTION_MAGIC build with Clang David Matlack
2022-07-23  0:01   ` Sean Christopherson
2022-07-23  0:07     ` David Matlack
2022-07-22 23:48 ` [PATCH 2/2] KVM: selftests: Fix ambiguous mov in KVM_ASM_SAFE() David Matlack
2022-07-23  0:14   ` Sean Christopherson
2022-08-10 22:53 ` [PATCH 0/2] KVM: selftests: Fix Clang build issues " David Matlack
2022-08-12  7:49   ` Paolo Bonzini
2022-08-12  7:57 ` Paolo Bonzini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.