spapr: increase temporary fdt buffer size
commit3bf6eedd4b6ee5cb7be53aa962583a24293d3441
authorAlexey Kardashevskiy <aik@ozlabs.ru>
Tue, 24 Sep 2013 05:59:55 +0000 (24 15:59 +1000)
committerAlexander Graf <agraf@suse.de>
Fri, 25 Oct 2013 21:25:46 +0000 (25 23:25 +0200)
tree921bf741f5e4f59f5b39340d5f2c488127052354
parent9633fcc6a02f23e3ef00aa5fe3fe9c41f57c3456
spapr: increase temporary fdt buffer size

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 copied to the guest, there
will be no impact on existing configurations.

Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Signed-off-by: Alexander Graf <agraf@suse.de>
hw/ppc/spapr.c