On Thu, Jun 10 2021, Paolo Bonzini <pbonzini@xxxxxxxxxx> wrote: > On Wed, 9 Jun 2021 16:37:05 +0200, Cornelia Huck wrote: >> This is an extension of "s390x: unify header guards" to the rest >> of kvm-unit-tests. I tried to choose a pattern that minimizes the >> changes; most of them are for s390x and x86. >> >> v1->v2: >> - change the patterns and document them >> - change other architectures and architecture-independent code as well >> >> [...] > > Applied, thanks! > > [1/7] README.md: add guideline for header guards format > commit: 844669a9631d78a54b47f6667c9a2750b65d101c > [2/7] lib: unify header guards > commit: 9f0ae3012430ed7072d04247fb674125c616a6b4 > [3/7] asm-generic: unify header guards > commit: 951e6299b30016bf04a343973296c4274e87f0e2 > [4/7] arm: unify header guards > commit: 16f52ec9a4763e62e35453497e4f077031abcbfb > [5/7] powerpc: unify header guards > commit: 040ee6d9aee563b2b1f28e810c5e36fbbcc17bd9 > [6/7] s390x: unify header guards > commit: eb5a1bbab00619256b76177e7a88cfe05834b026 > [7/7] x86: unify header guards > commit: c865f654ffe4c5955038aaf74f702ba62f3eb014 Oh, that was quick :) I'll do some further (small) updates on top, then.