Re: [strace PATCH 04/12] Introduce s390_sthyi system call decoder

2018-01-22 Thread Eugene Syromiatnikov
On Mon, Jan 22, 2018 at 02:16:43PM +0100, Heiko Carstens wrote: > On Thu, Jan 18, 2018 at 07:16:44AM +0100, Eugene Syromyatnikov wrote: > > +static void > > +print_sthyi_hypervisor(struct tcb *tcp, struct sthyi_hypervisor *hdr, > > + uint16_t size, int num, bool mt) > > +{ > > +

Re: [strace PATCH 04/12] Introduce s390_sthyi system call decoder

2018-01-22 Thread Heiko Carstens
On Thu, Jan 18, 2018 at 07:16:44AM +0100, Eugene Syromyatnikov wrote: > +static void > +print_sthyi_hypervisor(struct tcb *tcp, struct sthyi_hypervisor *hdr, > +uint16_t size, int num, bool mt) > +{ > + CHECK_SIZE(hdr, size, "hypervisor %d structure", num); > + > + tprin

[strace PATCH 04/12] Introduce s390_sthyi system call decoder

2018-01-17 Thread Eugene Syromyatnikov
* s390.c: New file. * Makefile.am (strace_SOURCES): Add it. * linux/s390/syscallent.h ([380]): Change decoder to s390_sthyi. * linux/s390x/syscallent.h: Likewise. * xlat/s390_sthyi_function_codes.in: New file. --- Makefile.am |1 + linux/s390/syscallent.h |1