Hi, Looks good to me: Reviewed-by: Alexandru Elisei <alexandru.elisei@xxxxxxx> Thanks, Alex On Mon, Mar 07, 2022 at 02:42:44PM +0000, Sebastian Ene wrote: > The command line argument disables the stolen time functionality when is > specified. > > Signed-off-by: Sebastian Ene <sebastianene@xxxxxxxxxx> > --- > builtin-run.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/builtin-run.c b/builtin-run.c > index 9a1a0c1..7c8be9d 100644 > --- a/builtin-run.c > +++ b/builtin-run.c > @@ -128,6 +128,8 @@ void kvm_run_set_wrapper_sandbox(void) > " rootfs"), \ > OPT_STRING('\0', "hugetlbfs", &(cfg)->hugetlbfs_path, "path", \ > "Hugetlbfs path"), \ > + OPT_BOOLEAN('\0', "no-pvtime", &(cfg)->no_pvtime, "Disable" \ > + " stolen time"), \ > \ > OPT_GROUP("Kernel options:"), \ > OPT_STRING('k', "kernel", &(cfg)->kernel_filename, "kernel", \ > -- > 2.35.1.616.g0bdcbb4464-goog >