On May 22, 2012, at 12:41 AM, Tracy Reed wrote: > I've been a Xen user for a long time. Being CentOS/RHEL based I've been eyeing > KVM. KVM seems to use XML config files which is a real bummer. I would really > miss being able to easily edit my VM configs.
XML config file format is an artifact of the management framework you're using (likely libvirt). If you were managing Xen with libvirt you'd have the very same XML config files, as opposed to the simpler format used by 'xm'. There are similar non-XML options for KVM too, some examples (or you can roll your own): http://www.linux-kvm.org/page/Kvmtools http://www.linux-kvm.org/page/HowToConfigScript _______________________________________________ Tech mailing list [email protected] https://lists.lopsa.org/cgi-bin/mailman/listinfo/tech This list provided by the League of Professional System Administrators http://lopsa.org/
