Re: [libvirt] [PATCH v2 1/8] domain_conf: Introduce chardev hotplug helpers

2013-06-21 Thread Martin Kletzander
On 06/06/2013 02:29 PM, Michal Privoznik wrote: For now, only these three helpers are needed: virDomainChrFind - to find a duplicate chardev within VM def virDomainChrInsert - wrapper for inserting a new chardev into VM def virDomainChrRemove - wrapper for removing chardev from VM def There

[libvirt] [PATCH v2 1/8] domain_conf: Introduce chardev hotplug helpers

2013-06-06 Thread Michal Privoznik
For now, only these three helpers are needed: virDomainChrFind - to find a duplicate chardev within VM def virDomainChrInsert - wrapper for inserting a new chardev into VM def virDomainChrRemove - wrapper for removing chardev from VM def There is, however, one internal helper as well: