[Spice-commits] Changes to 'spice.v45.wip'
Gerd Hoffmann
kraxel at kemper.freedesktop.org
Tue Oct 25 05:12:33 PDT 2011
New branch 'spice.v45.wip' available with the following commits:
commit 0cd16ada6b38ec9b8924fe572d643f5dafa72c93
Author: Gerd Hoffmann <kraxel at redhat.com>
Date: Fri Oct 21 15:57:48 2011 +0200
[debug] qxl: some logging
Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>
commit b39e681e7e17b2b0daa800a1324b1a12e085b0c8
Author: Gerd Hoffmann <kraxel at redhat.com>
Date: Tue Sep 6 10:10:28 2011 +0200
[debug] add debug printfs
commit 1526b71f307b22011816e356ceecd2135b25f3fe
Author: Gerd Hoffmann <kraxel at redhat.com>
Date: Fri Oct 14 18:05:48 2011 +0200
[experimental] add optinal 64bit vram bar to qxl
commit 66eca73d480215d92944ee8b403c213db066b6c2
Author: Michael S. Tsirkin <mst at redhat.com>
Date: Mon Jul 4 12:43:59 2011 +0300
[playground] pci: add standard bridge device
This adds support for a standard pci to pci bridge,
enabling support for more than 32 PCI devices in the system.
To use, specify the device id as a 'bus' option.
Example:
-device pci-bridge,id=bridge1 \
-netdev user,id=u \
-device ne2k_pci,id=net2,bus=bridge1,netdev=u
TODO: device hotplug support.
[ kraxel: squashed in irq routing fix ]
Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
commit f337efd85a0e5b2f58a3844a9c0285d2577da620
Author: Gerd Hoffmann <kraxel at redhat.com>
Date: Fri Oct 21 21:53:54 2011 +0200
qxl: make sure we continue to run with a shared buffer
The qxl renderer works only with a shared displaysurface. So better
make sure we actually have one and restore it when needed.
Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>
commit 887f1bf8bdd172e9a4eb1d059d0147ec829546a9
Author: Gerd Hoffmann <kraxel at redhat.com>
Date: Fri Oct 21 15:59:07 2011 +0200
qxl: stride fixup
spice uses negative stride value to signal the bitmap is upside down.
The qxl renderer (used for scl, vnc and screenshots) wants a positive
value because it is easier to work with. The positive value is then
stored in the very same variable, which has the drawback that the
upside-down test works only once. Fix by using two variables.
Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>
More information about the Spice-commits
mailing list