From cb11558b75bc84cf6c824c94aad9b343fea1224b Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Wed, 16 Dec 2015 14:15:19 +0000 Subject: emulators/qemu: Update version 0.11.1=>2.4.1 - MASTER_SITES has been changed from SAVANNAH and local repo of nox@ to new wiki.qemu.org - Take MAINTAINERSHIP - Updated to maintain version release with UPSTREAM. qemu-devel will be updated to maintain with SNAPSHOTS - Some of the patches has been converted to OPTIONSNG with post-patch - Most of the patches are now makepatch compatible - Converted most of the LEGACY OPTIONS to OPTIONSNG --- emulators/qemu/files/patch-tapclose | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 emulators/qemu/files/patch-tapclose (limited to 'emulators/qemu/files/patch-tapclose') diff --git a/emulators/qemu/files/patch-tapclose b/emulators/qemu/files/patch-tapclose deleted file mode 100644 index 8da33adb673f..000000000000 --- a/emulators/qemu/files/patch-tapclose +++ /dev/null @@ -1,18 +0,0 @@ -Index: qemu/net.c -@@ -1643,12 +1643,13 @@ static void tap_cleanup(VLANClientState - - qemu_purge_queued_packets(vc); - -- if (s->down_script[0]) -- launch_script(s->down_script, s->down_script_arg, s->fd); -- - tap_read_poll(s, 0); - tap_write_poll(s, 0); - close(s->fd); -+ -+ if (s->down_script[0]) -+ launch_script(s->down_script, s->down_script_arg, -1); -+ - qemu_free(s); - } - -- cgit v1.2.3