Re: [libvirt] [PATCH 09/16] conf: Make virDomainDeviceInfoIterate usable without os type

2013-03-01 Thread Laine Stump
On 02/20/2013 12:06 PM, Peter Krempa wrote: Make the iterator function usable in the next patches. Also refactor some parts to avoid strcmp if not necessary. --- src/conf/domain_conf.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/conf/domain_conf.c

[libvirt] [PATCH 09/16] conf: Make virDomainDeviceInfoIterate usable without os type

2013-02-20 Thread Peter Krempa
Make the iterator function usable in the next patches. Also refactor some parts to avoid strcmp if not necessary. --- src/conf/domain_conf.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c index 8024bff..421492f 100644 ---