Re: [libvirt] [PATCH 09/20] Use virFileAbsPath instead of manually creating the absolute path

2011-04-04 Thread Daniel P. Berrange
On Sun, Apr 03, 2011 at 11:21:22AM +0200, Matthias Bolte wrote: Removes multiple 4kb stack allocations. --- src/libvirt.c | 113 + 1 files changed, 42 insertions(+), 71 deletions(-) diff --git a/src/libvirt.c b/src/libvirt.c index

[libvirt] [PATCH 09/20] Use virFileAbsPath instead of manually creating the absolute path

2011-04-03 Thread Matthias Bolte
Removes multiple 4kb stack allocations. --- src/libvirt.c | 113 + 1 files changed, 42 insertions(+), 71 deletions(-) diff --git a/src/libvirt.c b/src/libvirt.c index 8be18d4..25f8d41 100644 --- a/src/libvirt.c +++ b/src/libvirt.c @@