Re: [Qemu-devel] [PATCH V5 4/7] qmp: Allow to change password on named block driver states.

2014-01-21 Thread Kevin Wolf
Am 12.12.2013 um 16:33 hat Benoît Canet geschrieben: > There was two candidate ways to implement named node manipulation: > > 1) > { 'command': 'block_passwd', 'data': {'*device': 'str', > '*node-name': 'str', 'password': 'str'} > } > > 2) > > { 'command': '

Re: [Qemu-devel] [PATCH V5 4/7] qmp: Allow to change password on named block driver states.

2014-01-20 Thread Fam Zheng
On Thu, 12/12 16:33, Benoît Canet wrote: > There was two candidate ways to implement named node manipulation: > > 1) > { 'command': 'block_passwd', 'data': {'*device': 'str', > '*node-name': 'str', 'password': 'str'} > } > > 2) > > { 'command': 'block_passwd

[Qemu-devel] [PATCH V5 4/7] qmp: Allow to change password on named block driver states.

2013-12-12 Thread Benoît Canet
There was two candidate ways to implement named node manipulation: 1) { 'command': 'block_passwd', 'data': {'*device': 'str', '*node-name': 'str', 'password': 'str'} } 2) { 'command': 'block_passwd', 'data': {'device': 'str',