Re: [Qemu-devel] [PATCH] spapr: increase temporary fdt buffer size

2013-09-25 Thread Alexander Graf
On 24.09.2013, at 07:59, Alexey Kardashevskiy wrote: > At the moment the size of the buffer is set to 64K which is > enough for approximately 150 VCPUs which is not the limit. > > This increases the buffer up to 256K which allows having > a tree for approximately 600 VCPUs which is way beyond th

Re: [Qemu-devel] [PATCH] spapr: increase temporary fdt buffer size

2013-09-25 Thread Alexander Graf
On 24.09.2013, at 12:05, mike wrote: > On 09/24/2013 01:59 PM, Alexey Kardashevskiy wrote: >> At the moment the size of the buffer is set to 64K which is >> enough for approximately 150 VCPUs which is not the limit. >> >> This increases the buffer up to 256K which allows having >> a tree for app

Re: [Qemu-devel] [PATCH] spapr: increase temporary fdt buffer size

2013-09-24 Thread mike
On 09/24/2013 01:59 PM, Alexey Kardashevskiy wrote: At the moment the size of the buffer is set to 64K which is enough for approximately 150 VCPUs which is not the limit. This increases the buffer up to 256K which allows having a tree for approximately 600 VCPUs which is way beyond the real numb

[Qemu-devel] [PATCH] spapr: increase temporary fdt buffer size

2013-09-23 Thread Alexey Kardashevskiy
At the moment the size of the buffer is set to 64K which is enough for approximately 150 VCPUs which is not the limit. This increases the buffer up to 256K which allows having a tree for approximately 600 VCPUs which is way beyond the real number we need. As only the real size of the tree is copi