qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] xenfb: fix build breakage caused by console cle


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH] xenfb: fix build breakage caused by console cleanup series
Date: Fri, 02 Nov 2012 14:12:01 -0500
User-agent: Notmuch/0.13.2+93~ged93d79 (http://notmuchmail.org) Emacs/23.3.1 (x86_64-pc-linux-gnu)

Gerd Hoffmann <address@hidden> writes:

> Console cleanup series renamed dpy_resize and dpy_update all over the
> tree, but hw/xenfb.c was forgotten.  Update it too so it builds again.
>
> Reported-by: Jan Kiszka <address@hidden>
> Signed-off-by: Gerd Hoffmann <address@hidden>

Applied. Thanks.

Regards,

Anthony Liguori

> ---
>  hw/xenfb.c |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/hw/xenfb.c b/hw/xenfb.c
> index ef24c33..442a63a 100644
> --- a/hw/xenfb.c
> +++ b/hw/xenfb.c
> @@ -648,7 +648,7 @@ static void xenfb_guest_copy(struct XenFB *xenfb, int x, 
> int y, int w, int h)
>          xen_be_printf(&xenfb->c.xendev, 0, "%s: oops: convert %d -> %d 
> bpp?\n",
>                        __FUNCTION__, xenfb->depth, bpp);
>  
> -    dpy_update(xenfb->c.ds, x, y, w, h);
> +    dpy_gfx_update(xenfb->c.ds, x, y, w, h);
>  }
>  
>  #ifdef XENFB_TYPE_REFRESH_PERIOD
> @@ -766,7 +766,7 @@ static void xenfb_update(void *opaque)
>          xen_be_printf(&xenfb->c.xendev, 1, "update: resizing: %dx%d @ %d 
> bpp%s\n",
>                        xenfb->width, xenfb->height, xenfb->depth,
>                        is_buffer_shared(xenfb->c.ds->surface) ? " (shared)" : 
> "");
> -        dpy_resize(xenfb->c.ds);
> +        dpy_gfx_resize(xenfb->c.ds);
>          xenfb->up_fullscreen = 1;
>      }
>  
> -- 
> 1.7.1



reply via email to

[Prev in Thread] Current Thread [Next in Thread]