Re: [libvirt] [PATCH 2/5] tests: refactor virstoragetest for less stack space

2014-04-04 Thread Eric Blake
On 04/04/2014 02:54 AM, Peter Krempa wrote: > On 04/04/14 06:32, Eric Blake wrote: >> I'm about to add fields to virStorageFileMetadata, which means >> also adding fields to the testFileData struct in virstoragetest. >> Alas, adding even one pointer on an x86_64 machine gave me a >> dreaded compile

Re: [libvirt] [PATCH 2/5] tests: refactor virstoragetest for less stack space

2014-04-04 Thread Peter Krempa
On 04/04/14 06:32, Eric Blake wrote: > I'm about to add fields to virStorageFileMetadata, which means > also adding fields to the testFileData struct in virstoragetest. > Alas, adding even one pointer on an x86_64 machine gave me a > dreaded compiler error: > > virstoragetest.c:712:1: error: the f

[libvirt] [PATCH 2/5] tests: refactor virstoragetest for less stack space

2014-04-03 Thread Eric Blake
I'm about to add fields to virStorageFileMetadata, which means also adding fields to the testFileData struct in virstoragetest. Alas, adding even one pointer on an x86_64 machine gave me a dreaded compiler error: virstoragetest.c:712:1: error: the frame size of 4208 bytes is larger than 4096 byte