From: Alexandru Elisei <alexandru.elisei@arm.com>
To: Sebastian Ene <sebastianene@google.com>
Cc: kvm@vger.kernel.org, maz@kernel.org, will@kernel.org,
kvmarm@lists.cs.columbia.edu
Subject: Re: [PATCH kvmtool v8 3/3] Add --no-pvtime command line argument
Date: Tue, 8 Mar 2022 10:46:10 +0000 [thread overview]
Message-ID: <Yicz4klF1ecWDu45@monolith.localdoman> (raw)
In-Reply-To: <20220307144243.2039409-4-sebastianene@google.com>
Hi,
Looks good to me:
Reviewed-by: Alexandru Elisei <alexandru.elisei@arm.com>
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@google.com>
> ---
> 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
>
_______________________________________________
kvmarm mailing list
kvmarm@lists.cs.columbia.edu
https://lists.cs.columbia.edu/mailman/listinfo/kvmarm
WARNING: multiple messages have this Message-ID (diff)
From: Alexandru Elisei <alexandru.elisei@arm.com>
To: Sebastian Ene <sebastianene@google.com>
Cc: kvm@vger.kernel.org, qperret@google.com, maz@kernel.org,
kvmarm@lists.cs.columbia.edu, will@kernel.org,
julien.thierry.kdev@gmail.com
Subject: Re: [PATCH kvmtool v8 3/3] Add --no-pvtime command line argument
Date: Tue, 8 Mar 2022 10:46:10 +0000 [thread overview]
Message-ID: <Yicz4klF1ecWDu45@monolith.localdoman> (raw)
In-Reply-To: <20220307144243.2039409-4-sebastianene@google.com>
Hi,
Looks good to me:
Reviewed-by: Alexandru Elisei <alexandru.elisei@arm.com>
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@google.com>
> ---
> 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
>
next prev parent reply other threads:[~2022-03-08 10:45 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-07 14:42 [PATCH kvmtool v8 0/3] aarch64: Add stolen time support Sebastian Ene
2022-03-07 14:42 ` Sebastian Ene
2022-03-07 14:42 ` [PATCH kvmtool v8 1/3] aarch64: Populate the vCPU struct before target->init() Sebastian Ene
2022-03-07 14:42 ` Sebastian Ene
2022-03-08 10:28 ` Alexandru Elisei
2022-03-08 10:28 ` Alexandru Elisei
2022-03-08 13:17 ` Sebastian Ene
2022-03-07 14:42 ` [PATCH kvmtool v8 2/3] aarch64: Add stolen time support Sebastian Ene
2022-03-07 14:42 ` Sebastian Ene
2022-03-08 10:44 ` Alexandru Elisei
2022-03-08 10:44 ` Alexandru Elisei
2022-03-08 13:14 ` Sebastian Ene
2022-03-07 14:42 ` [PATCH kvmtool v8 3/3] Add --no-pvtime command line argument Sebastian Ene
2022-03-07 14:42 ` Sebastian Ene
2022-03-08 10:46 ` Alexandru Elisei [this message]
2022-03-08 10:46 ` Alexandru Elisei
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Yicz4klF1ecWDu45@monolith.localdoman \
--to=alexandru.elisei@arm.com \
--cc=kvm@vger.kernel.org \
--cc=kvmarm@lists.cs.columbia.edu \
--cc=maz@kernel.org \
--cc=sebastianene@google.com \
--cc=will@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.