Andreas Färber writes:
> Am 11.02.2013 05:59, schrieb David Gibson:
>> Currently the spapr-vlan device does not supply a cleanup call for its
>> NetClientInfo structure. With current qemu versions, that leads to a SEGV
>> on exit, when net_cleanup() attempts to call the cleanup handlers on all
>
Am 11.02.2013 05:59, schrieb David Gibson:
> Currently the spapr-vlan device does not supply a cleanup call for its
> NetClientInfo structure. With current qemu versions, that leads to a SEGV
> on exit, when net_cleanup() attempts to call the cleanup handlers on all
> net clients.
>
> Signed-off-
On 11.02.2013, at 05:59, David Gibson wrote:
> Currently the spapr-vlan device does not supply a cleanup call for its
> NetClientInfo structure. With current qemu versions, that leads to a SEGV
> on exit, when net_cleanup() attempts to call the cleanup handlers on all
> net clients.
>
> Signed-
Currently the spapr-vlan device does not supply a cleanup call for its
NetClientInfo structure. With current qemu versions, that leads to a SEGV
on exit, when net_cleanup() attempts to call the cleanup handlers on all
net clients.
Signed-off-by: David Gibson
---
hw/spapr_llan.c |8