Re: [Qemu-devel] [PATCH] pseries: Add cleanup hook for PAPR virtual LAN device

2013-02-13 Thread Anthony Liguori
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 >

Re: [Qemu-devel] [PATCH] pseries: Add cleanup hook for PAPR virtual LAN device

2013-02-12 Thread Andreas Färber
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-

Re: [Qemu-devel] [PATCH] pseries: Add cleanup hook for PAPR virtual LAN device

2013-02-12 Thread Alexander Graf
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-

[Qemu-devel] [PATCH] pseries: Add cleanup hook for PAPR virtual LAN device

2013-02-10 Thread 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-by: David Gibson --- hw/spapr_llan.c |8