[Spice-devel] [PATCH spice-gtk] Add spice-usbredir-filter alias for spice-usbredir-auto-redirect-filter

Christophe Fergeau cfergeau at redhat.com
Thu Oct 11 01:23:16 PDT 2012


Hey,

I'd go with a G_OPTION_ARG_CALLBACK option in order to be able to display
a g_warning("This option is deprecated and has been superseded by
--spice-usbredir-...);

Christophe

On Thu, Oct 11, 2012 at 10:01:00AM +0200, Hans de Goede wrote:
> For commandline backward compatibility with older spice-gtk versions.
> 
> Signed-off-by: Hans de Goede <hdegoede at redhat.com>
> ---
>  gtk/spice-option.c | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/gtk/spice-option.c b/gtk/spice-option.c
> index 85c9e55..6ee9b07 100644
> --- a/gtk/spice-option.c
> +++ b/gtk/spice-option.c
> @@ -132,6 +132,9 @@ GOptionGroup* spice_get_option_group(void)
>            N_("Path to the local certificate database to use for software smartcard certificates"), N_("<certificate-db>") },
>          { "spice-disable-usbredir", '\0', 0, G_OPTION_ARG_NONE, &disable_usbredir,
>            N_("Disable USB redirection support"), NULL },
> +        /* Backward compats version of spice-usbredir-auto-redirect-filter */
> +        { "spice-usbredir-filter", '\0', G_OPTION_FLAG_HIDDEN, G_OPTION_ARG_STRING, &usbredir_auto_redirect_filter,
> +          NULL, NULL },
>          { "spice-usbredir-auto-redirect-filter", '\0', 0, G_OPTION_ARG_STRING, &usbredir_auto_redirect_filter,
>            N_("Filter selecting USB devices to be auto-redirected when plugged in"), N_("<filter-string>") },
>          { "spice-usbredir-redirect-on-connect", '\0', 0, G_OPTION_ARG_STRING, &usbredir_redirect_on_connect,
> -- 
> 1.7.12.1
> 
> _______________________________________________
> Spice-devel mailing list
> Spice-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/spice-devel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/spice-devel/attachments/20121011/7ef73b1c/attachment.pgp>


More information about the Spice-devel mailing list