mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
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.
This commit is contained in:
parent
78dd9ac1ca
commit
a3e2226031
5 changed files with 490 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue