On 29.05.2017 13:07, Paolo Bonzini wrote: > > > On 29/05/2017 13:06, David Hildenbrand wrote: >> Add the s390x psw and lowcore structs and generate asm offsets for lowcore >> fields. Add all lowcore fields defined in the current PoP (z13). >> >> Signed-off-by: David Hildenbrand <david@xxxxxxxxxx> >> --- >> lib/s390x/asm-offsets.c | 70 +++++++++++++++++++++++++++++++++++++ >> lib/s390x/asm/arch_def.h | 85 +++++++++++++++++++++++++++++++++++++++++++++ >> lib/s390x/asm/asm-offsets.h | 10 ++++++ >> s390x/Makefile | 8 ++++- >> 4 files changed, 172 insertions(+), 1 deletion(-) >> create mode 100644 lib/s390x/asm-offsets.c >> create mode 100644 lib/s390x/asm/arch_def.h >> create mode 100644 lib/s390x/asm/asm-offsets.h > > Can you remind me of this patch when you add the first user? > Sure, that one should pop up either today or tomorrow! Thanks! > Thanks, > > Paolo > -- Thanks, David