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

2015-02-09 Thread Daniel P. Berrange
On Fri, Jan 30, 2015 at 02:21:06PM +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 info. ---

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

2015-01-30 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 | 104