diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2017-02-21 08:57:37 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2017-02-27 16:21:23 +0100 |
commit | 8bf69b499a5ef44b81fec6287df312f1f35d5725 (patch) | |
tree | 8477feb32acb4daf0e723883c8a11757182a5369 /ui/spice-core.c | |
parent | 857e479552cd092edf0f7af09ac5073d76e11057 (diff) |
spice: add display & head options
This allows to specify display and head to use, simliar to vnc.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Message-id: 1487663858-11731-1-git-send-email-kraxel@redhat.com
Diffstat (limited to 'ui/spice-core.c')
-rw-r--r-- | ui/spice-core.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ui/spice-core.c b/ui/spice-core.c index 39ccab7561..804abc5c0f 100644 --- a/ui/spice-core.c +++ b/ui/spice-core.c @@ -497,6 +497,12 @@ static QemuOptsList qemu_spice_opts = { },{ .name = "seamless-migration", .type = QEMU_OPT_BOOL, + },{ + .name = "display", + .type = QEMU_OPT_STRING, + },{ + .name = "head", + .type = QEMU_OPT_NUMBER, #ifdef HAVE_SPICE_GL },{ .name = "gl", |