]> git.proxmox.com Git - qemu.git/commit
pseries: Add cleanup hook for PAPR virtual LAN device
authorDavid Gibson <david@gibson.dropbear.id.au>
Sun, 10 Feb 2013 18:59:02 +0000 (18:59 +0000)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 2 Apr 2013 16:51:39 +0000 (11:51 -0500)
commit611c7f2c3aba7885fd94a4b267e419f351d37a0f
tree1908bd40a328018004a76448f565d594f95f13b3
parent4e4566ce78e8d0668a0b66c90b4bc01b5c88d050
pseries: Add cleanup hook for PAPR virtual LAN device

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 <david@gibson.dropbear.id.au>
Signed-off-by: Alexander Graf <agraf@suse.de>
(cherry picked from commit 156dfaded87d718a9ea798083e1c3e5ea7526713)

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
hw/spapr_llan.c