qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Anthony Liguori <anthony@codemonkey.ws>
To: Brian Jackson <iggy@theiggy.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH 1/1] Increase VNC_MAX_WIDTH
Date: Wed, 10 Feb 2010 15:42:19 -0600	[thread overview]
Message-ID: <4B73283B.7010300@codemonkey.ws> (raw)
In-Reply-To: <201002081422.29418.iggy@theiggy.com>

On 02/08/2010 02:22 PM, Brian Jackson wrote:
> Increase VNC_MAX_WIDTH to match "commonly available" consumer level monitors
> available these days.
>
> This also closes KVM bug 2907597
>
> Signed-off-by: Brian Jackson<iggy@theiggy.com>
>    

Applied.  Thanks.

Regards,

Anthony Liguori
> ---
>   vnc.h |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/vnc.h b/vnc.h
> index 1210824..1575af2 100644
> --- a/vnc.h
> +++ b/vnc.h
> @@ -68,7 +68,7 @@ typedef void VncSendHextileTile(VncState *vs,
>                                   void *last_fg,
>                                   int *has_bg, int *has_fg);
>
> -#define VNC_MAX_WIDTH 2048
> +#define VNC_MAX_WIDTH 2560
>   #define VNC_MAX_HEIGHT 2048
>   #define VNC_DIRTY_WORDS (VNC_MAX_WIDTH / (16 * 32))
>
>
>
>
>    

      reply	other threads:[~2010-02-10 21:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-08 20:22 [Qemu-devel] [PATCH 1/1] Increase VNC_MAX_WIDTH Brian Jackson
2010-02-10 21:42 ` 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=4B73283B.7010300@codemonkey.ws \
    --to=anthony@codemonkey.ws \
    --cc=iggy@theiggy.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).