> >> +{ 'command': 'change-vnc-authz',
> >> + 'data': { 'type' : 'str',
> >> +'index': 'str'},
> >> + 'if': 'defined(CONFIG_VNC_SASL)' }
> >
> > type should be an enum I think.
> It is a good idea to set type to enum, I will fix it in the next version.
>
> > Also index should be an
Hi,
On 2021/1/8 0:04, Gerd Hoffmann wrote:
> Hi,
>
>> This patch add a new qmp 'change-vnc-authz' to support change the
>> tls/sasl authz of vm. If index='', unset tlsauthzid/sasl.authzid
>> {
>>"execute":"change-vnc-authz",
>>"arguments":{
>> "index":"object-authz-id",
>> "
On Thu, Jan 07, 2021 at 08:46:57PM +0800, Zihao Chang wrote:
> This patch add a new qmp 'change-vnc-authz' to support change the
> tls/sasl authz of vm. If index='', unset tlsauthzid/sasl.authzid
> {
>"execute":"change-vnc-authz",
>"arguments":{
> "index":"object-authz-id",
> "t
Hi,
> This patch add a new qmp 'change-vnc-authz' to support change the
> tls/sasl authz of vm. If index='', unset tlsauthzid/sasl.authzid
> {
>"execute":"change-vnc-authz",
>"arguments":{
> "index":"object-authz-id",
> "type":"tls/sasl"
>}
> }
> +##
> +# @change-vnc-aut
This patch add a new qmp 'change-vnc-authz' to support change the
tls/sasl authz of vm. If index='', unset tlsauthzid/sasl.authzid
{
"execute":"change-vnc-authz",
"arguments":{
"index":"object-authz-id",
"type":"tls/sasl"
}
}
Signed-off-by: Zihao Chang
---
include/ui/console