Re: [libvirt] [PATCH] Fix --with-xen-proxy related compile error

2010-07-29 Thread Matthias Bolte
2010/7/29 Eric Blake : > On 07/29/2010 08:07 AM, Matthias Bolte wrote: >> Move virDomainChrTargetTypeToString out of the #ifndef PROXY >> block, because it's used outside of it. >> --- >>  src/conf/domain_conf.c |   40 >>  1 files changed, 20 insertions(+),

Re: [libvirt] [PATCH] Fix --with-xen-proxy related compile error

2010-07-29 Thread Chris Lalancette
On 07/29/10 - 04:07:08PM, Matthias Bolte wrote: > Move virDomainChrTargetTypeToString out of the #ifndef PROXY > block, because it's used outside of it. > --- > src/conf/domain_conf.c | 40 > 1 files changed, 20 insertions(+), 20 deletions(-) > > diff --

Re: [libvirt] [PATCH] Fix --with-xen-proxy related compile error

2010-07-29 Thread Eric Blake
On 07/29/2010 08:07 AM, Matthias Bolte wrote: > Move virDomainChrTargetTypeToString out of the #ifndef PROXY > block, because it's used outside of it. > --- > src/conf/domain_conf.c | 40 > 1 files changed, 20 insertions(+), 20 deletions(-) ACK. -- Eri

[libvirt] [PATCH] Fix --with-xen-proxy related compile error

2010-07-29 Thread Matthias Bolte
Move virDomainChrTargetTypeToString out of the #ifndef PROXY block, because it's used outside of it. --- src/conf/domain_conf.c | 40 1 files changed, 20 insertions(+), 20 deletions(-) diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c index 82