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
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
_
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