hw/net: move allocation to the heap due to very large stack frame
commit2d154d2694009f9294e34875059e3a650ee5110a
authorElena Afanasova <eafanasova@gmail.com>
Fri, 9 Oct 2020 13:41:36 +0000 (9 06:41 -0700)
committerDavid Gibson <david@gibson.dropbear.id.au>
Tue, 27 Oct 2020 14:08:53 +0000 (28 01:08 +1100)
tree7fe1d7e4dd19f611d34ecf72d41ba98badd21a1a
parentdff669d6a15fb92b063cb5aa691b4bb498727404
hw/net: move allocation to the heap due to very large stack frame

[dwg] The stack frame itself probably isn't that big a deal, but
avoiding alloca() is generally recommended these days.

Signed-off-by: Elena Afanasova <eafanasova@gmail.com>
Message-Id: <8f07132478469b35fb50a4706691e2b56b10a67b.camel@gmail.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/net/spapr_llan.c