commit | 8cad55161c98b95deacdb9c1a66980f5b24d3179 | [log] [tgz] |
---|---|---|
author | Mark McLoughlin <markmc@redhat.com> | Thu Jun 18 18:21:29 2009 +0100 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Mon Jun 22 10:15:30 2009 -0500 |
tree | a04068a9130c6df2bc6a43367737cd38e399ed20 | |
parent | 08b9d66b96f7afe77448e73882281586680a58c6 [diff] |
net: add qemu_purge_queued_packets() If net client sends packets asynchronously, it needs to purge its queued packets in cleanup() so as to prevent sent callbacks being invoked with a freed client. Signed-off-by: Mark McLoughlin <markmc@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>