Re: [libvirt] [PATCH 6/6] normalize_xml: New virsh command to normalize device XML

2012-01-09 Thread Eric Blake
On 01/09/2012 07:29 AM, Osier Yang wrote: > The command here is just to demo the effect of the API and for > one wants to play with it, it's not much useful as a virsh command > IMO, so it's not for final commit. On the contrary, I think that every libvirt API should be exposed via virsh commands,

[libvirt] [PATCH 6/6] normalize_xml: New virsh command to normalize device XML

2012-01-09 Thread Osier Yang
The command here is just to demo the effect of the API and for one wants to play with it, it's not much useful as a virsh command IMO, so it's not for final commit. --- tools/virsh.c | 50 ++ 1 files changed, 50 insertions(+), 0 deletions(-) diff