Re: [Xen-devel] [PATCH v2 08/10] xen-access: Use getopt_long for cmdline parsing

2019-07-17 Thread Alexandru Stefan ISAILA
On 16.07.2019 20:06, Petre Pircalabu wrote: > This simplifies the command line parsing logic and makes it easier to > add new test parameters. > > Signed-off-by: Petre Pircalabu Reviewed-by: Alexandru Isaila ___ Xen-devel mailing list Xen-devel@list

Re: [Xen-devel] [PATCH v2 08/10] xen-access: Use getopt_long for cmdline parsing

2019-07-16 Thread Tamas K Lengyel
On Tue, Jul 16, 2019 at 11:06 AM Petre Pircalabu wrote: > > This simplifies the command line parsing logic and makes it easier to > add new test parameters. > > Signed-off-by: Petre Pircalabu Thanks, this was much needed. Acked-by: Tamas K Lengyel _

[Xen-devel] [PATCH v2 08/10] xen-access: Use getopt_long for cmdline parsing

2019-07-16 Thread Petre Pircalabu
This simplifies the command line parsing logic and makes it easier to add new test parameters. Signed-off-by: Petre Pircalabu --- tools/tests/xen-access/xen-access.c | 60 + 1 file changed, 35 insertions(+), 25 deletions(-) diff --git a/tools/tests/xen-access