All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anthony Liguori <aliguori@us.ibm.com>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] musicpal: Fix regression caused by 6839
Date: Sat, 28 Mar 2009 12:30:25 -0500	[thread overview]
Message-ID: <49CE5EB1.7090602@us.ibm.com> (raw)
In-Reply-To: <49BBBFE4.5070301@web.de>

Jan Kiszka wrote:
> [ Mmh, I was hoping that bringing down "normal" warnings to a minimum
> would help people noticing patch regressions more easily... ]
>
> Pass correct DisplayState field to is_surface_bgr().
>
> Signed-off-by: Jan Kiszka <jan.kiszka@web.de>
>   

Applied.  Thanks.

Regards,

Anthony Liguori

> ---
>
>  hw/musicpal.c |    3 ++-
>  1 files changed, 2 insertions(+), 1 deletions(-)
>
> diff --git a/hw/musicpal.c b/hw/musicpal.c
> index abd3afa..8eb1316 100644
> --- a/hw/musicpal.c
> +++ b/hw/musicpal.c
> @@ -831,7 +831,8 @@ static void lcd_refresh(void *opaque)
>          break;
>      LCD_REFRESH(8, rgb_to_pixel8)
>      LCD_REFRESH(16, rgb_to_pixel16)
> -    LCD_REFRESH(32, (is_surface_bgr(s->ds) ? rgb_to_pixel32bgr : rgb_to_pixel32))
> +    LCD_REFRESH(32, (is_surface_bgr(s->ds->surface) ?
> +                     rgb_to_pixel32bgr : rgb_to_pixel32))
>      default:
>          cpu_abort(cpu_single_env, "unsupported colour depth %i\n",
>                    ds_get_bits_per_pixel(s->ds));
>
>
>
>   

      reply	other threads:[~2009-03-28 17:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-14 14:32 [Qemu-devel] [PATCH] musicpal: Fix regression caused by 6839 Jan Kiszka
2009-03-28 17:30 ` 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=49CE5EB1.7090602@us.ibm.com \
    --to=aliguori@us.ibm.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.