From 9f04e09e36e430dd57c69c88b0532e9dc5061a47 Mon Sep 17 00:00:00 2001 From: Yonit Halperin Date: Wed, 14 Jul 2010 13:26:34 +0300 Subject: spice: make compression configurable. This patch adds options to the -spice command line switch to configure image compression. [ v2: speling fix in the documentation ] --- qemu-config.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'qemu-config.c') diff --git a/qemu-config.c b/qemu-config.c index 26748a5..8b545b1 100644 --- a/qemu-config.c +++ b/qemu-config.c @@ -391,6 +391,15 @@ QemuOptsList qemu_spice_opts = { },{ .name = "tls-ciphers", .type = QEMU_OPT_STRING, + },{ + .name = "image-compression", + .type = QEMU_OPT_STRING, + },{ + .name = "jpeg-wan-compression", + .type = QEMU_OPT_STRING, + },{ + .name = "zlib-glz-wan-compression", + .type = QEMU_OPT_STRING, }, { /* end if list */ } }, -- cgit v1.1