GNOME Bugzilla – Bug 666315
Start making use of libvirt-gconfig
Last modified: 2016-03-31 13:53:36 UTC
Instead of manually writing the libvirt's XML strings, we now make use of libvirt-gconfig to deal with the XML for us.
Created attachment 203601 [details] [review] Start making use of libvirt-gconfig Instead of manually writing the libvirt's XML strings, we now make use of libvirt-gconfig to deal with the XML for us. Also featured in this patch is separation of configuration XML authoring from management of domain into a separate class/module. Now we can remove the ugly namespace prefixes everywhere without compromising on readability or confusing the compiler.
Review of attachment 203601 [details] [review]: looks fine
(In reply to comment #1) > Now we can > remove the ugly namespace prefixes everywhere without compromising on > readability or confusing the compiler. I disagree. You don't need to express your opinion again here.
(In reply to comment #2) > Review of attachment 203601 [details] [review]: > > looks fine Thanks for the quick review. I'll take this as an 'ack'.
Created attachment 203614 [details] [review] Start making use of libvirt-gconfig Instead of manually writing the libvirt's XML strings, we now make use of libvirt-gconfig to deal with the XML for us.
Attachment 203614 [details] pushed as 1cb45c3 - Start making use of libvirt-gconfig