]> git.proxmox.com Git - mirror_qemu.git/commit
tap: use an exit notifier to call down_script
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Mon, 11 Jul 2016 14:48:47 +0000 (16:48 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 13 Jul 2016 11:29:56 +0000 (13:29 +0200)
commit9e32ff32995f8c18f85f20e28ef09bae4ff2e48a
treef4cdc57b89a48f48a237b2a2ac88c0ec486918cd
parentd27ba624aa1dfe5c07cc01200d95967ffce905d9
tap: use an exit notifier to call down_script

We would like to move back net_cleanup() at the end of main function,
like it used to be until f30dbae63a46f23116715dff8d130c, but minimum
tap cleanup is necessary regarless at exit() time. Use an exit notifier
to call TAP down_script. If net_cleanup() is called first, then remove
the exit notifier as it will become a dangling pointer otherwise.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Suggested-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <20160711144847.16651-1-marcandre.lureau@redhat.com>
Reviewed-by: Jason Wang <jasowang@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
net/tap.c