Re: [PATCH v2] Documentation: kunit: Add CLI args for kunit_tool
From: Daniel Latypov
Date: Thu Jul 21 2022 - 20:54:58 EST
On Thu, Jul 21, 2022 at 1:26 AM 'Sadiya Kazi' via KUnit Development
<kunit-dev@xxxxxxxxxxxxxxxx> wrote:
>
> Run_wrapper.rst was missing some command line arguments. Added
> additional args in the file.
>
> Signed-off-by: Sadiya Kazi <sadiyakazi@xxxxxxxxxx>
Reviewed-by: Daniel Latypov <dlatypov@xxxxxxxxxx>
Looks good!
A minor suggestion down below to go along with what everyone else has said.
> +- ``--qemu_config``: Specifies the path to a file containing a
> + custom qemu architecture definition. This should be a python file
> + containing a `QemuArchParams` object.
> +
> +- ``--qemu_args``: Specifies additional QEMU arguments, for example, "-smp 8".
Minor nit: I think ``-smp 8`` would be a bit better here.
It feels like it would fit what we did with other example arguments.