From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46308) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1etEOX-0002fY-71 for qemu-devel@nongnu.org; Tue, 06 Mar 2018 10:20:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1etEOU-000631-HN for qemu-devel@nongnu.org; Tue, 06 Mar 2018 10:20:49 -0500 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:34374 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 1etEOU-00062h-Cf for qemu-devel@nongnu.org; Tue, 06 Mar 2018 10:20:46 -0500 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 6E52B7B4AD for ; Tue, 6 Mar 2018 15:20:42 +0000 (UTC) References: <1520342370-123606-1-git-send-email-pbonzini@redhat.com> <1520342370-123606-8-git-send-email-pbonzini@redhat.com> From: Paolo Bonzini Message-ID: <94d0e802-7b74-465f-4a09-387d53d64459@redhat.com> Date: Tue, 6 Mar 2018 16:20:34 +0100 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] [PULL 07/34] Document --rtc-td-hack, --localtime and --startdate as deprecated List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Thomas Huth , qemu-devel@nongnu.org On 06/03/2018 16:13, Thomas Huth wrote: > On 06.03.2018 14:19, Paolo Bonzini wrote: >> From: Thomas Huth >> >> These options have been marked in a comment in qemu-options.hx as >> deprecated in 2009 already (see commit 1ed2fc1fa35fadc0d6), but we >> never informed the users about these deprecations. Let's catch up >> on that omission now. >> >> Signed-off-by: Thomas Huth >> Message-Id: <1519138892-12836-1-git-send-email-thuth@redhat.com> >> [Fix messages. - Paolo] >> Signed-off-by: Paolo Bonzini >> --- >> qemu-doc.texi | 16 +++++++++++----- >> vl.c | 5 +++++ >> 2 files changed, 16 insertions(+), 5 deletions(-) >> >> diff --git a/qemu-doc.texi b/qemu-doc.texi >> index fb6fac5..589519a 100644 >> --- a/qemu-doc.texi >> +++ b/qemu-doc.texi >> @@ -2723,12 +2723,18 @@ filesystem test suite. Also it requires the CAP_DAC_READ_SEARCH capability, >> which is not the recommended way to run QEMU. This backend should not be >> used and it will be removed with no replacement. >> >> -@subsection -no-frame (since 2.12.0) >> +@subsection -rtc-td-hack (since 2.12.0) >> >> -The ``-no-frame'' argument works with SDL 1.2 only. SDL 2.0 lacks >> -support for frameless windows, and the other user interfaces never >> -implemented this in the first place. So this will be removed together >> -with SDL 1.2 support. > > No, this should not be removed. Looks like an accident when resolving a > conflict? Oops, yes. My wrong understanding was that 2.12 removed SDL 1.2 support. Paolo