From patchwork Thu Sep 10 15:39:00 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Denis V. Lunev" X-Patchwork-Id: 516320 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 41137140134 for ; Fri, 11 Sep 2015 01:40:13 +1000 (AEST) Received: from localhost ([::1]:49904 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Za3x0-00064v-4N for incoming@patchwork.ozlabs.org; Thu, 10 Sep 2015 11:39:50 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51493) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Za3wX-0005Jm-D2 for qemu-devel@nongnu.org; Thu, 10 Sep 2015 11:39:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Za3wV-0006yP-Rz for qemu-devel@nongnu.org; Thu, 10 Sep 2015 11:39:21 -0400 Received: from mailhub.sw.ru ([195.214.232.25]:3175 helo=relay.sw.ru) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Za3wV-0006ug-FY for qemu-devel@nongnu.org; Thu, 10 Sep 2015 11:39:19 -0400 Received: from irbis.sw.ru ([10.24.38.119]) by relay.sw.ru (8.13.4/8.13.4) with ESMTP id t8AFd1O5014912; Thu, 10 Sep 2015 18:39:07 +0300 (MSK) From: "Denis V. Lunev" To: Date: Thu, 10 Sep 2015 18:39:00 +0300 Message-Id: <1441899541-1856-4-git-send-email-den@openvz.org> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1441899541-1856-1-git-send-email-den@openvz.org> References: <1441899541-1856-1-git-send-email-den@openvz.org> X-detected-operating-system: by eggs.gnu.org: OpenBSD 3.x X-Received-From: 195.214.232.25 Cc: Peter Maydell , "Denis V. Lunev" , Paolo Bonzini , qemu-devel@nongnu.org, Pavel Butsykin Subject: [Qemu-devel] [PATCH 3/4] hmp-commands.hx: fix end of table info X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org From: Pavel Butsykin The table info(information about the system state) closes earlier and some of its elements are outside(trace-events, rocker, etc). This can be confusing and lead to additional bugs. Signed-off-by: Pavel Butsykin Signed-off-by: Denis V. Lunev CC: Paolo Bonzini CC: Peter Maydell --- hmp-commands.hx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hmp-commands.hx b/hmp-commands.hx index 286dcc7..89fc09f 100644 --- a/hmp-commands.hx +++ b/hmp-commands.hx @@ -1811,7 +1811,6 @@ show the memory devices Display the value of a storage key (s390 only) @item info iothreads show iothreads -@end table ETEXI STEXI @@ -1846,3 +1845,7 @@ ETEXI STEXI @end table ETEXI + +STEXI +@end table +ETEXI