[Qemu-devel] [PATCH] vnc: fix option misspelling ("non-adapative" -> "non-adaptive")

2012-11-09 Thread Catalin Patulea
Signed-off-by: Catalin Patulea --- 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. ui/vnc.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ui/vnc.c b/ui/vnc.c index 61f1

[Qemu-devel] [PATCH] vnc: fix option misspelling ("non-adapative" -> "non-adaptive")

2012-11-09 Thread Catalin Patulea
Signed-off-by: Catalin Patulea --- D'oh, that was really stupid. Here it is with the correct length. ui/vnc.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ui/vnc.c b/ui/vnc.c index 61f120e..ba30362 100644 --- a/ui/vnc.c +++ b/ui/vnc.c @@ -2945,7 +2945,7 @@ void vnc_

Re: [Qemu-devel] [PATCH] vnc: fix option misspelling ("non-adapative" -> "non-adaptive")

2012-11-26 Thread Anthony Liguori
Catalin Patulea writes: > Signed-off-by: Catalin Patulea > --- > 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 c

Re: [Qemu-devel] [PATCH] vnc: fix option misspelling ("non-adapative" -> "non-adaptive")

2012-11-09 Thread Peter Maydell
On 10 November 2012 00:31, Catalin Patulea wrote: > > Signed-off-by: Catalin Patulea > --- > 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. Yeah. In particular we documented it with the correct

Re: [Qemu-devel] [PATCH] vnc: fix option misspelling ("non-adapative" -> "non-adaptive")

2012-11-09 Thread Peter Maydell
On 10 November 2012 01:01, Catalin Patulea wrote: > > Signed-off-by: Catalin Patulea > --- > D'oh, that was really stupid. Here it is with the correct length. > > ui/vnc.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/ui/vnc.c b/ui/vnc.c > index 61f120e..ba30362

Re: [Qemu-devel] [PATCH] vnc: fix option misspelling ("non-adapative" -> "non-adaptive")

2012-11-20 Thread Catalin Patulea
On Fri, Nov 9, 2012 at 7:19 PM, Peter Maydell wrote: > If we're gonna do this I guess it should go into 1.3... > cc'ing Anthony. Friendly ping for trivial patch :)

Re: [Qemu-devel] [PATCH] vnc: fix option misspelling ("non-adapative" -> "non-adaptive")

2012-11-20 Thread Stefan Hajnoczi
On Tue, Nov 20, 2012 at 04:06:31AM -0500, Catalin Patulea wrote: > On Fri, Nov 9, 2012 at 7:19 PM, Peter Maydell > wrote: > > If we're gonna do this I guess it should go into 1.3... > > cc'ing Anthony. > Friendly ping for trivial patch :) Hi Catalin, In the future feel free to email qemu-triv...

Re: [Qemu-devel] [PATCH] vnc: fix option misspelling ("non-adapative" -> "non-adaptive")

2012-11-20 Thread Peter Maydell
On 20 November 2012 13:07, Stefan Hajnoczi wrote: > On Tue, Nov 20, 2012 at 04:06:31AM -0500, Catalin Patulea wrote: >> On Fri, Nov 9, 2012 at 7:19 PM, Peter Maydell >> wrote: >> > If we're gonna do this I guess it should go into 1.3... >> > cc'ing Anthony. >> Friendly ping for trivial patch :)