diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2010-08-25 15:32:06 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2010-09-21 18:36:43 +0200 |
commit | a3e2226031496f479b5fe4a069ec1acd68a17e8d (patch) | |
tree | 63c39570f191877a6b2732ca9a8605dc8f51df65 /ui/qemu-spice.h | |
parent | 78dd9ac1ca5130ae144a6abe8361a59483a5464b (diff) |
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.
Diffstat (limited to 'ui/qemu-spice.h')
-rw-r--r-- | ui/qemu-spice.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/qemu-spice.h b/ui/qemu-spice.h index 175c961189..063c7dc8c8 100644 --- a/ui/qemu-spice.h +++ b/ui/qemu-spice.h @@ -29,6 +29,7 @@ extern int using_spice; void qemu_spice_init(void); void qemu_spice_input_init(void); +void qemu_spice_display_init(DisplayState *ds); int qemu_spice_add_interface(SpiceBaseInstance *sin); #else /* CONFIG_SPICE */ |