[Spice-devel] [PATCH spice-protocol] Add controller message ENABLE_SMARTCARD
Alon Levy
alevy at redhat.com
Sat Feb 18 11:45:52 PST 2012
On Sat, Feb 18, 2012 at 04:20:24PM +0100, Marc-André Lureau wrote:
> The sent message must be a ControllerValue whose value is either '0'
> disabled, or '1' enabled.
I'm going to be sending a patch to add an additional change to the
protocol this week, for the spice_qel_update_async_dirty call, so I
suggest we not do a release of 0.10.2 until that point, to avoid having to
do a 0.10.3 right after.
> ---
> configure.ac | 2 +-
> spice/controller_prot.h | 2 ++
> 2 files changed, 3 insertions(+), 1 deletions(-)
>
> diff --git a/configure.ac b/configure.ac
> index e1c3861..9047742 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -2,7 +2,7 @@ AC_PREREQ([2.57])
>
> m4_define([SPICE_MAJOR], 0)
> m4_define([SPICE_MINOR], 10)
> -m4_define([SPICE_MICRO], 1)
> +m4_define([SPICE_MICRO], 2)
>
> AC_INIT(spice-protocol, [SPICE_MAJOR.SPICE_MINOR.SPICE_MICRO], [], spice-protocol)
>
> diff --git a/spice/controller_prot.h b/spice/controller_prot.h
> index 44d78e1..a60b122 100644
> --- a/spice/controller_prot.h
> +++ b/spice/controller_prot.h
> @@ -73,6 +73,8 @@ enum {
> CONTROLLER_SHOW,
> CONTROLLER_HIDE,
>
> + CONTROLLER_ENABLE_SMARTCARD,
> +
> //spice client -> extrenal app
> CONTROLLER_MENU_ITEM_CLICK = 1001,
> };
> --
> 1.7.7.6
>
> _______________________________________________
> Spice-devel mailing list
> Spice-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/spice-devel
More information about the Spice-devel
mailing list