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-vl.c-serial | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 emulators/qemu/files/patch-vl.c-serial (limited to 'emulators/qemu/files/patch-vl.c-serial') diff --git a/emulators/qemu/files/patch-vl.c-serial b/emulators/qemu/files/patch-vl.c-serial deleted file mode 100644 index 0918cd7a724f..000000000000 --- a/emulators/qemu/files/patch-vl.c-serial +++ /dev/null @@ -1,17 +0,0 @@ -Index: qemu/qemu-char.c -@@ -1606,10 +1606,13 @@ - cfsetospeed(&tty, spd); - - tty.c_iflag &= ~(IGNBRK|BRKINT|PARMRK|ISTRIP -- |INLCR|IGNCR|ICRNL|IXON); -- tty.c_oflag |= OPOST; -+ |INLCR|IGNCR|ICRNL|IXON|IMAXBEL); -+ tty.c_oflag &= ~OPOST; /* Don't do any output processing! */ - tty.c_lflag &= ~(ECHO|ECHONL|ICANON|IEXTEN|ISIG); - tty.c_cflag &= ~(CSIZE|PARENB|PARODD|CRTSCTS|CSTOPB); -+#ifdef __FreeBSD__ -+ cfmakeraw(&tty); -+#endif - switch(data_bits) { - default: - case 8: -- cgit v1.2.3