From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33158) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fuKAm-0004ED-1d for qemu-devel@nongnu.org; Mon, 27 Aug 2018 12:15:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fuKAh-0004NI-Va for qemu-devel@nongnu.org; Mon, 27 Aug 2018 12:15:24 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:55136 helo=mx1.redhat.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fuKAh-0004KD-NX for qemu-devel@nongnu.org; Mon, 27 Aug 2018 12:15:19 -0400 References: <1535381652-19870-1-git-send-email-thuth@redhat.com> <1535381652-19870-5-git-send-email-thuth@redhat.com> From: Thomas Huth Message-ID: Date: Mon, 27 Aug 2018 18:15:14 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 4/4] net: Remove the deprecated -tftp, -bootp, -redir and -smb options List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers , Libvirt , Jason Wang , Markus Armbruster , Samuel Thibault , Paolo Bonzini On 2018-08-27 18:11, Peter Maydell wrote: > On 27 August 2018 at 15:54, Thomas Huth wrote: >> These options likely do not work as expected as soon as the user >> tries to use more than one network interface at once. The parameters >> have been marked as deprecated since QEMU v2.6, so users had plenty >> of time to move their scripts to the new syntax. > > I still haven't changed my scripts, because the warning > message if you use -redir still doesn't tell you what > exactly the new syntax option equivalent is... Oh, c'mon, I explicitly updated the documentation after you've complained the last time: https://git.qemu.org/?p=qemu.git;a=commitdiff;h=0065e915192cdf83c270 Just RTFM ;-) Thomas