Re: [libvirt] [PATCH 05/20] phyp: Remove 16kb stack allocation

2011-04-04 Thread Daniel P. Berrange
On Sun, Apr 03, 2011 at 11:21:18AM +0200, Matthias Bolte wrote: > Allocate on the heap instead. > --- > src/phyp/phyp_driver.c | 13 +++-- > 1 files changed, 11 insertions(+), 2 deletions(-) ACK Daniel -- |: http://berrange.com -o-http://www.flickr.com/photos/dberrange/ :| |:

[libvirt] [PATCH 05/20] phyp: Remove 16kb stack allocation

2011-04-03 Thread Matthias Bolte
Allocate on the heap instead. --- src/phyp/phyp_driver.c | 13 +++-- 1 files changed, 11 insertions(+), 2 deletions(-) diff --git a/src/phyp/phyp_driver.c b/src/phyp/phyp_driver.c index 51f9ff6..fe2e99d 100644 --- a/src/phyp/phyp_driver.c +++ b/src/phyp/phyp_driver.c @@ -115,12 +115,18