[Spice-commits] Changes to 'submit.5'
Gerd Hoffmann
kraxel at kemper.freedesktop.org
Tue Aug 31 07:19:26 PDT 2010
New branch 'submit.5' available with the following commits:
commit 4f7a1f234f7ee94710f57edce01e022585cb70e9
Author: Gerd Hoffmann <kraxel at redhat.com>
Date: Tue Apr 13 09:05:03 2010 +0200
spice: add tablet support
Add support for the spice tablet interface. The tablet interface will
be registered (and then used by the spice client) as soon as a absolute
pointing device is available and used by the guest, i.e. you'll have to
configure your guest with '-usbdevice tablet'.
commit f8347966667edf31a51497e6e78db7f32c71b933
Author: Gerd Hoffmann <kraxel at redhat.com>
Date: Wed Aug 25 15:32:06 2010 +0200
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 6312b30485cdb8c62bd0a4382d92c57a1ba2a9e5
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 6c4ff3a30c14ac149ff88f1cf37cc98251cca80f
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 7262bfa4fe735994d6b58b6af600ef233a56620d
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 da6da0264143991ce3d05cd05d2c5664b4cd66fb
Author: Gerd Hoffmann <kraxel at redhat.com>
Date: Wed Mar 24 10:26:51 2010 +0100
add spice into the configure file
commit f6612dc125ad330857dd98c2bbe4bff71902193a
Author: Gerd Hoffmann <kraxel at redhat.com>
Date: Fri Apr 23 13:44:10 2010 +0200
configure: add logging
Write compile commands and messages to config.log.
Useful for debugging configure.
commit 2644955ffdd9af463d7a26231b33fdc39425d836
Author: Gerd Hoffmann <kraxel at redhat.com>
Date: Mon Jun 14 09:54:27 2010 +0200
add pflib: PixelFormat conversion library.
commit 7e33bf20fefb01c4836e63fa29f70f05297da5cf
Author: Gerd Hoffmann <kraxel at redhat.com>
Date: Wed Aug 25 12:19:49 2010 +0200
Use machine_init() to register virtfs config options.
commit e6ab0e8f2b44f873830df0d7fc0323560741ed71
Author: Gerd Hoffmann <kraxel at redhat.com>
Date: Wed Aug 25 10:51:06 2010 +0200
Use display types for local display only.
This patch drops DT_VNC. The display types are only used to select
select the local display (i.e. curses, sdl, coca, ...). Remote
displays (for now only vnc, spice will follow) can be enabled
independently.
More information about the Spice-commits
mailing list