[Spice-commits] Changes to 'spice.v3'

Gerd Hoffmann kraxel at kemper.freedesktop.org
Tue Apr 13 14:19:18 PDT 2010


New branch 'spice.v3' available with the following commits:
commit 7d0049b9f2124e06e32ade547c0820ca220bafb7
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Tue Apr 13 16:55:18 2010 +0200

    configure: kraxel's spice devel hack

commit 3ca0abf384bcf3b19999464b871b14e064e0cf2a
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Tue Apr 13 10:34:46 2010 +0200

    spice: add audio

commit f1ac27bbdebf645b47ca787ebf52ca97e4dd1da7
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Tue Apr 13 09:05:03 2010 +0200

    spice: add tablet support

commit 58c54249f3bc9637378b612afb70ebfbf207da04
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Tue Apr 13 09:04:24 2010 +0200

    qxl: local rendering for sdl/vnc
    
    Not fully functional yet.  Known issues:
    
     - if the guest creates a "top down" primary surface (windows does)
       the vns/sdl display will be upside down.
     - mouse pointer isn't rendered.

commit 306319109ff02294550bf2860a881943f049cea4
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Wed Mar 31 16:33:40 2010 +0200

    spice: add qxl device

commit c3273f1db68f286b9a34caaf6f74772668aeeae9
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Thu Mar 11 11:13:32 2010 -0300

    spice: tls support
    
    Add options to the -spice command line switch to setup tls:
    
    tls-port
    	listening port
    
    x509-dir
    	x509 file directory.  Expects same filenames as
    	-vnc $display,x509=$dir
    
    x509-key-file
    x509-key-password
    x509-cert-file
    x509-cacert-file
    x509-dh-key-file
    	x509 files can also be set individually.
    
    tls-ciphers
    	which ciphers to use.

commit bbf0bbe2fbebe2fec0de6b3c62a4768958d63e9d
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Wed Mar 24 15:47:18 2010 +0100

    spice: simple display
    
    With that patch applied you'll actually see the guests screen in the
    spice client.  This does *not* bring qxl and full spice support though.
    This is basically the qxl vga mode made more generic, so it plays
    together with any qemu-emulated gfx card.  You can display stdvga or
    cirrus via spice client.  You can have both vnc and spice enabled and
    clients connected at the same time.

commit 07e5e0a988dce899dec673d7be09864f2df8e2f4
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Thu Mar 11 11:13:29 2010 -0300

    spice: add mouse
    
    Open mouse channel.  Now you can move the guests mouse pointer.
    No tablet / absolute positioning (yet) though.

commit d495eca39cbd2a28449ce17af24dc970f878aa6c
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Thu Mar 11 11:13:28 2010 -0300

    spice: add keyboard
    
    Open keyboard channel.  Now you can type into the spice client and the
    keyboard events are sent to your guest.  You'll need some other display
    like vnc to actually see the guest responding to them though.

commit c025e63cfc6ddcc6d4b4400727d663673d10356d
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Thu Mar 11 11:13:27 2010 -0300

    spice: core bits
    
    Add -spice command line switch.  Has support setting passwd and port for
    now.  With this patch applied the spice client can successfully connect
    to qemu.  You can't do anything useful yet though.

commit 2718e9e02e2f18f74a687f28d26c0e0aa1aac136
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Wed Mar 24 10:26:51 2010 +0100

    add spice into the configure file

commit 17ee580ac8efa940f3f0cc0fe9cf0604e83d813f
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Wed Mar 24 11:16:54 2010 +0100

    vgabios update to 0.6c, add bios for qxl/unstable

commit f0426917e791da2e0fb61be4ecaf05c8b01d8e04
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Wed Mar 24 11:16:02 2010 +0100

    update bochs vbe interface
    
    The bochs vbe interface got a new register a while back, which specifies
    the linear framebuffer size in 64k units.  This patch adds support for
    the new register to qemu.  With this patch applied vgabios 0.6c works
    with qemu.
    
    [ v2:  Don't savevm the new register.  Doing so breaks migration,
           and as it carries read-only information for the guest there
           is no need to save it. ]
    
    [ v3: Don't put the new register into vbe_regs. ]

commit 6164a227fc34579650a2e724d1bed8b70a0c5b74
Author: Gerd Hoffmann <kraxel at redhat.com>
Date:   Mon Mar 29 15:31:03 2010 +0200

    lsi: fix segfault in lsi_command_complete



More information about the Spice-commits mailing list