Quoting Claudio Imbrenda (2023-03-28 19:01:06) [...] > > diff --git a/lib/s390x/sie.h b/lib/s390x/sie.h > > index 0b00fb709776..8ab755dc9456 100644 > > --- a/lib/s390x/sie.h > > +++ b/lib/s390x/sie.h > > @@ -37,6 +37,7 @@ struct kvm_s390_sie_block { > > uint32_t ibc : 12; > > uint8_t reserved08[4]; /* 0x0008 */ > > #define PROG_IN_SIE (1<<0) > > +#define PROG_PGM_IN_SIE (1<<1) > > please align the body of the macros with tabs, so they are more readable Thanks, would do, but this is gonna go away anyways in favor of Janoschs suggestion.