spice: simple display
commit3d59848713d1bf7b57d50039e0940c10958426a5
authorGerd Hoffmann <kraxel@redhat.com>
Wed, 24 Mar 2010 14:47:18 +0000 (24 15:47 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 15 Jun 2010 10:57:26 +0000 (15 12:57 +0200)
tree1b9fd7b3830f621c13b4977d3959a79d7e989db6
parentd436504cd8c3ba53cd2d13e28ecf8dc70e1414c4
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.
Makefile.objs
qemu-spice.h
spice-display.c [new file with mode: 0644]
spice-display.h [new file with mode: 0644]
vl.c