Re: [libvirt-users] dumpxml and edit the vm xml are not match.

2012-09-11 Thread Timon Wang
Thanks, --security-info option is the right way to get vnc password in dumpxml mode. On Tue, Sep 11, 2012 at 4:58 PM, Michal Privoznik wrote: > On 11.09.2012 05:50, Timon Wang wrote: > > I use vnc with password for the vm graphics, it works well. > > When I want to dump the xml of the vm, I found

Re: [libvirt-users] dumpxml and edit the vm xml are not match.

2012-09-11 Thread Michal Privoznik
On 11.09.2012 05:50, Timon Wang wrote: > I use vnc with password for the vm graphics, it works well. > When I want to dump the xml of the vm, I found that the dumped xml does > not contains the password properties in the graphics node. > But when I use virsh edit to check the xml of the vm, I foun

[libvirt-users] dumpxml and edit the vm xml are not match.

2012-09-10 Thread Timon Wang
I use vnc with password for the vm graphics, it works well. When I want to dump the xml of the vm, I found that the dumped xml does not contains the password properties in the graphics node. But when I use virsh edit to check the xml of the vm, I found the password is displayed. It's it a bug or