Re: [PATCH 2/2] asinfo: Introduce static query tool asinfo

2017-08-07 Thread Eugene Syromiatnikov
On Tue, Aug 01, 2017 at 01:13:56AM +0300, Edgar Kaziakhmedov wrote: > On Mon, 31 Jul 2017 06:19:23 +0200 > Eugene Syromiatnikov wrote: > > > +enum impl_type > > > +al_sck_syscall(struct arch_service *m, unsigned index) > > > +{ > > > + struct arch_descriptor *elem = al_get(m,

Re: [PATCH 2/2] asinfo: Introduce static query tool asinfo

2017-07-31 Thread Edgar Kaziakhmedov
On Mon, 31 Jul 2017 06:19:23 +0200 Eugene Syromiatnikov wrote: > On Fri, Jul 28, 2017 at 06:43:25PM +0300, Edgar Kaziakhmedov wrote: > > From: Edgar Kaziakhmedov > > > > The 1.2 version of asinfo tool. The asinfo tool has the > This version is

Re: [PATCH 2/2] asinfo: Introduce static query tool asinfo

2017-07-30 Thread Eugene Syromiatnikov
On Fri, Jul 28, 2017 at 06:43:25PM +0300, Edgar Kaziakhmedov wrote: > From: Edgar Kaziakhmedov > > The 1.2 version of asinfo tool. The asinfo tool has the This version is not mentioned anywhere else. > following architecture: > commnand dispatcher->architecture

Re: [PATCH 2/2] asinfo: Introduce static query tool asinfo

2017-07-10 Thread Eugene Syromiatnikov
On Wed, Jun 28, 2017 at 05:56:40AM +0300, Edgar Kaziahmedov wrote: > ... I've also forgot to mention the lack of documentation, test suite, and wiring of the tool installation in the spec/dsc files. -- Check out the

Re: [PATCH 2/2] asinfo: Introduce static query tool asinfo

2017-07-09 Thread Eugene Syromiatnikov
On Wed, Jun 28, 2017 at 05:56:40AM +0300, Edgar Kaziahmedov wrote: > From: Edgar Kaziahmedov > > The first version of asinfo tool. The asinfo tool has the > following architecture: > architecture dispatcher->system call dispatcher->filter dispatcher > > As for arch. dispatcher,