Re: [libvirt] [PATCH 4/4] parallels: implementation of attach/detach network devices

2015-06-22 Thread Dmitry Guryanov
On 06/17/2015 03:35 PM, Mikhail Feoktistov wrote: In this patch we add VIR_DOMAIN_DEVICE_NET handlers implementation for domainAttachDevice and domainDetachDevice callbacks. As soon as we don't support this operation for hypervisor type domains, we implement this functionality for containers

[libvirt] [PATCH 4/4] parallels: implementation of attach/detach network devices

2015-06-17 Thread Mikhail Feoktistov
In this patch we add VIR_DOMAIN_DEVICE_NET handlers implementation for domainAttachDevice and domainDetachDevice callbacks. As soon as we don't support this operation for hypervisor type domains, we implement this functionality for containers only. In detach procedure we find network device by

[libvirt] [PATCH 4/4] parallels: implementation of attach/detach network devices

2015-06-15 Thread Mikhail Feoktistov
In this patch we add VIR_DOMAIN_DEVICE_NET handlers implementation for domainAttachDevice and domainDetachDevice callbacks. As soon as we don't support this operation for hypervisor type domains, we implement this functionality for containers only. In detach procedure we find network device by