qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] spice: fix display initialization


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH] spice: fix display initialization
Date: Mon, 22 Jul 2013 10:41:50 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7

On 07/22/2013 07:47 AM, Gerd Hoffmann wrote:
> Spice has two display interface implementations:  One integrated into
> the qxl graphics card, and one generic which can operate with every
> qemu-emulated graphics card.
> 
> The generic one is activated in case spice is used without qxl.  The
> logic for that only catched the "-vga qxl" case, "-device qxl-vga" goes

s/catched/caught/

> unnoticed.  Fix that by adding a check in the spice interface
> registration so we'll notice the qxl card no matter how it is created.
> 
> Signed-off-by: Gerd Hoffmann <address@hidden>
> ---
>  include/ui/qemu-spice.h |    2 ++
>  ui/spice-core.c         |    5 +++++
>  vl.c                    |    2 +-
>  3 files changed, 8 insertions(+), 1 deletion(-)
> 

Looks like this will fix https://bugzilla.redhat.com/show_bug.cgi?id=981094

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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