The command line argument disables the stolen time functionality when is specified. Reviewed-by: Alexandru Elisei <alexandru.elisei@xxxxxxx> 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.723.g4982287a31-goog