From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44516) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZsBIF-0001R4-Hw for qemu-devel@nongnu.org; Fri, 30 Oct 2015 11:08:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZsBIE-0003LY-O8 for qemu-devel@nongnu.org; Fri, 30 Oct 2015 11:08:39 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60069) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZsBIE-0003L0-Jq for qemu-devel@nongnu.org; Fri, 30 Oct 2015 11:08:38 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (Postfix) with ESMTPS id 34F668EFC1 for ; Fri, 30 Oct 2015 15:08:38 +0000 (UTC) From: Eduardo Habkost Date: Fri, 30 Oct 2015 13:08:01 -0200 Message-Id: <1446217682-24421-11-git-send-email-ehabkost@redhat.com> In-Reply-To: <1446217682-24421-1-git-send-email-ehabkost@redhat.com> References: <1446217682-24421-1-git-send-email-ehabkost@redhat.com> Subject: [Qemu-devel] [PATCH v3 10/11] vl.c: Reword -no-kvm-pit-reinjection deprecation warning List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Paolo Bonzini , Andrew Jones , Markus Armbruster Signed-off-by: Eduardo Habkost --- Changes series v2 -> v3: * No need to mention option name in error message, as it is already present in the prefix printed by error_report() * Suggested-by: Markus Armbruster --- vl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vl.c b/vl.c index b6ba369..e2999c9 100644 --- a/vl.c +++ b/vl.c @@ -3670,8 +3670,8 @@ int main(int argc, char **argv, char **envp) { /* end of list */ } }; - error_report("warning: option deprecated, use " - "lost_tick_policy property of kvm-pit instead"); + error_report("warning: deprecated, replaced by " + "-global kvm-pit.lost_tick_policy=discard"); qdev_prop_register_global_list(kvm_pit_lost_tick_policy); break; } -- 2.1.0