From: Anthony Liguori <anthony@codemonkey.ws>
To: Catalin Patulea <catalinp@google.com>, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] vnc: fix option misspelling ("non-adapative" -> "non-adaptive")
Date: Mon, 26 Nov 2012 15:49:49 -0600 [thread overview]
Message-ID: <87fw3wrq4i.fsf@codemonkey.ws> (raw)
In-Reply-To: <1352503875-30263-1-git-send-email-catalinp@google.com>
Catalin Patulea <catalinp@google.com> writes:
> Signed-off-by: Catalin Patulea <catalinp@google.com>
> ---
> A cursory web search shows that this flag doesn't show up much other than in
> QEMU mailing lists and source. I don't think this will break anything.
>
Applied. Thanks.
Regards,
Anthony Liguori
> ui/vnc.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/ui/vnc.c b/ui/vnc.c
> index 61f120e..073fbe7 100644
> --- a/ui/vnc.c
> +++ b/ui/vnc.c
> @@ -2945,7 +2945,7 @@ void vnc_display_open(DisplayState *ds, const char *display, Error **errp)
> #endif
> } else if (strncmp(options, "lossy", 5) == 0) {
> vs->lossy = true;
> - } else if (strncmp(options, "non-adapative", 13) == 0) {
> + } else if (strncmp(options, "non-adaptive", 13) == 0) {
> vs->non_adaptive = true;
> } else if (strncmp(options, "share=", 6) == 0) {
> if (strncmp(options+6, "ignore", 6) == 0) {
> --
> 1.7.7.3
prev parent reply other threads:[~2012-11-26 21:49 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-09 23:31 [Qemu-devel] [PATCH] vnc: fix option misspelling ("non-adapative" -> "non-adaptive") Catalin Patulea
2012-11-09 23:58 ` Peter Maydell
2012-11-10 0:01 ` Catalin Patulea
2012-11-10 0:19 ` Peter Maydell
2012-11-20 9:06 ` Catalin Patulea
2012-11-20 13:07 ` Stefan Hajnoczi
2012-11-20 13:11 ` Peter Maydell
2012-11-26 21:49 ` Anthony Liguori [this message]
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=87fw3wrq4i.fsf@codemonkey.ws \
--to=anthony@codemonkey.ws \
--cc=catalinp@google.com \
--cc=qemu-devel@nongnu.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.