Statistics
| Branch: | Revision:

root / hw / qxl-logger.c @ 93148aa5

History | View | Annotate | Download (8.2 kB)

# Date Author Comment
a680f7e7 09/07/2011 10:20 am Peter Maydell

hw/qxl: Fix format string errors

Fix format string errors causing compile failure on 32 bit hosts
when spice is enabled.

Signed-off-by: Peter Maydell <>
Signed-off-by: Gerd Hoffmann <>

1f0ff2fb 07/04/2011 04:35 pm Alon Levy

qxl-logger: add timestamp to command log

Signed-off-by: Gerd Hoffmann <>

a19cbfb3 12/09/2010 03:23 pm Gerd Hoffmann

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....