I understand. Thanks for your reminding.
On 09/17/2013 11:16 AM, Hongwei Bi wrote:The buffer is used for the description provided on the virsh command line:
> Since there is a check on buf through virBufferError(),
> it is not necessary to check desc again.
$ virsh desc <domain> Description
If you don't provide the description:
$ virsh desc --edit <domain>
then 'desc' is NULL and we need to fetch the existing domain description and
let the user edit it. Your patch removes this functionality.
Jan