[Spice-commits] Changes to 'qxl'

Gerd Hoffmann kraxel at kemper.freedesktop.org
Tue Nov 30 05:15:17 PST 2010


New branch 'qxl' available with the following commits:
commit d4383e7744e921f4ce98622af97e3d38084d0b68
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Tue Apr 27 11:50:11 2010 +0200

    spice: add qxl device
    
    qxl is a paravirtual graphics card.  The qxl device is the bridge
    between the guest and the spice server (aka libspice-server).  The
    spice server will send the rendering commands to the spice client, which
    will actually render them.
    
    The spice server is also able to render locally, which is done in case
    the guest wants read something from video memory.  Local rendering is
    also used to support display over vnc and sdl.
    
    qxl is activated using "-vga qxl".  qxl supports multihead, additional
    cards can be added via '-device qxl".
    
    [ v2: add copyright to files                     ]
    [ v2: use qemu-common.h for standard includes    ]
    [ v2: create separate qxl-vga device for primary ]
    
    Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>

commit eb957c07c4df4d8f50b4dc3f6530aa2d297e43ad
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Tue Nov 30 11:54:33 2010 +0100

    spice: add qxl vgabios binary.
    
    Just compiled from vgabios git repo @ git.qemu.org,
    copyed over and committed.  Also added to the list
    of blobs in the Makefile.
    
    Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>



More information about the Spice-commits mailing list