Re: [libvirt] [PATCH 01/12] conf: Introduce helper to find duplicate device address

2015-02-09 Thread Peter Krempa
On Mon, Feb 09, 2015 at 16:51:24 +0100, Ján Tomko wrote: On Fri, Feb 06, 2015 at 04:32:15PM +0100, Peter Krempa wrote: When adding devices to the definition it's useful to check whether the devices don't reside on a conflicting address. This patch adds a helper that iterates all device info

Re: [libvirt] [PATCH 01/12] conf: Introduce helper to find duplicate device address

2015-02-09 Thread Ján Tomko
On Fri, Feb 06, 2015 at 04:32:15PM +0100, Peter Krempa wrote: When adding devices to the definition it's useful to check whether the devices don't reside on a conflicting address. This patch adds a helper that iterates all device info and comapres the addresses with the given

[libvirt] [PATCH 01/12] conf: Introduce helper to find duplicate device address

2015-02-06 Thread Peter Krempa
When adding devices to the definition it's useful to check whether the devices don't reside on a conflicting address. This patch adds a helper that iterates all device info and comapres the addresses with the given info. --- src/conf/domain_conf.c | 98