]> git.proxmox.com Git - qemu.git/commit - vl.c
spice: simple display
authorGerd Hoffmann <kraxel@redhat.com>
Wed, 25 Aug 2010 13:32:06 +0000 (15:32 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 21 Sep 2010 16:36:43 +0000 (18:36 +0200)
commita3e2226031496f479b5fe4a069ec1acd68a17e8d
tree63c39570f191877a6b2732ca9a8605dc8f51df65
parent78dd9ac1ca5130ae144a6abe8361a59483a5464b
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
ui/qemu-spice.h
ui/spice-display.c [new file with mode: 0644]
ui/spice-display.h [new file with mode: 0644]
vl.c