From nobody Mon May 6 12:08:02 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) client-ip=208.118.235.17; envelope-from=qemu-devel-bounces+importer=patchew.org@gnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@gnu.org Return-Path: Received: from lists.gnu.org (208.118.235.17 [208.118.235.17]) by mx.zohomail.com with SMTPS id 1506952049832718.8621980144028; Mon, 2 Oct 2017 06:47:29 -0700 (PDT) Received: from localhost ([::1]:52371 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dz148-00050h-1Y for importer@patchew.org; Mon, 02 Oct 2017 09:47:24 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34477) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dz12Y-000463-TP for qemu-devel@nongnu.org; Mon, 02 Oct 2017 09:45:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dz12T-0002bs-8W for qemu-devel@nongnu.org; Mon, 02 Oct 2017 09:45:46 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35070) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dz12T-0002Zv-2e for qemu-devel@nongnu.org; Mon, 02 Oct 2017 09:45:41 -0400 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 22B69356D7 for ; Mon, 2 Oct 2017 13:45:40 +0000 (UTC) Received: from blackfin.pond.sub.org (ovpn-116-91.ams2.redhat.com [10.36.116.91]) by smtp.corp.redhat.com (Postfix) with ESMTPS id E5C92841CA; Mon, 2 Oct 2017 13:45:39 +0000 (UTC) Received: by blackfin.pond.sub.org (Postfix, from userid 1000) id 66D92115626B; Mon, 2 Oct 2017 15:45:38 +0200 (CEST) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 22B69356D7 Authentication-Results: ext-mx06.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx06.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=armbru@redhat.com From: Markus Armbruster To: qemu-devel@nongnu.org Date: Mon, 2 Oct 2017 15:45:36 +0200 Message-Id: <20171002134538.23332-2-armbru@redhat.com> In-Reply-To: <20171002134538.23332-1-armbru@redhat.com> References: <20171002134538.23332-1-armbru@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.30]); Mon, 02 Oct 2017 13:45:40 +0000 (UTC) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH 1/3] hmp-commands-info: Fix "info rocker-FOO" misspellings X-BeenThere: qemu-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: dgilbert@redhat.com Errors-To: qemu-devel-bounces+importer=patchew.org@gnu.org Sender: "Qemu-devel" X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Screwed up in commit da76ee7. Signed-off-by: Markus Armbruster Reviewed-by: Dr. David Alan Gilbert Reviewed-by: Marc-Andr=C3=A9 Lureau --- hmp-commands-info.hx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hmp-commands-info.hx b/hmp-commands-info.hx index 4f1ece93e5..574db7d24e 100644 --- a/hmp-commands-info.hx +++ b/hmp-commands-info.hx @@ -730,8 +730,8 @@ ETEXI }, =20 STEXI -@item info rocker_ports @var{name}-ports -@findex ocker-ports +@item info rocker-ports @var{name}-ports +@findex rocker-ports Show rocker ports. ETEXI =20 @@ -744,7 +744,7 @@ ETEXI }, =20 STEXI -@item info rocker_of_dpa_flows @var{name} [@var{tbl_id}] +@item info rocker-of-dpa-flows @var{name} [@var{tbl_id}] @findex rocker-of-dpa-flows Show rocker OF-DPA flow tables. ETEXI --=20 2.13.6 From nobody Mon May 6 12:08:02 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) client-ip=208.118.235.17; envelope-from=qemu-devel-bounces+importer=patchew.org@gnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@gnu.org Return-Path: Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) by mx.zohomail.com with SMTPS id 15069521214311023.2149634966541; Mon, 2 Oct 2017 06:48:41 -0700 (PDT) Received: from localhost ([::1]:52375 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dz15I-0005yQ-LT for importer@patchew.org; Mon, 02 Oct 2017 09:48:36 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34463) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dz12X-00045A-9R for qemu-devel@nongnu.org; Mon, 02 Oct 2017 09:45:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dz12T-0002c4-9R for qemu-devel@nongnu.org; Mon, 02 Oct 2017 09:45:45 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49172) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dz12T-0002a2-3e for qemu-devel@nongnu.org; Mon, 02 Oct 2017 09:45:41 -0400 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 25C245F7B9 for ; Mon, 2 Oct 2017 13:45:40 +0000 (UTC) Received: from blackfin.pond.sub.org (ovpn-116-91.ams2.redhat.com [10.36.116.91]) by smtp.corp.redhat.com (Postfix) with ESMTPS id E79F099DC4; Mon, 2 Oct 2017 13:45:39 +0000 (UTC) Received: by blackfin.pond.sub.org (Postfix, from userid 1000) id 69783115626C; Mon, 2 Oct 2017 15:45:38 +0200 (CEST) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 25C245F7B9 Authentication-Results: ext-mx10.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx10.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=armbru@redhat.com From: Markus Armbruster To: qemu-devel@nongnu.org Date: Mon, 2 Oct 2017 15:45:37 +0200 Message-Id: <20171002134538.23332-3-armbru@redhat.com> In-Reply-To: <20171002134538.23332-1-armbru@redhat.com> References: <20171002134538.23332-1-armbru@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.39]); Mon, 02 Oct 2017 13:45:40 +0000 (UTC) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH 2/3] hmp-commands-info: Move Texinfo stanzas to conventional place X-BeenThere: qemu-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: dgilbert@redhat.com Errors-To: qemu-devel-bounces+importer=patchew.org@gnu.org Sender: "Qemu-devel" X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" A command's STEXI..ETEXI stanza follows the command's initializer. Two commands got them backwards. Correct that. Signed-off-by: Markus Armbruster Reviewed-by: Dr. David Alan Gilbert Reviewed-by: Marc-Andr=C3=A9 Lureau --- hmp-commands-info.hx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/hmp-commands-info.hx b/hmp-commands-info.hx index 574db7d24e..d27d3b1227 100644 --- a/hmp-commands-info.hx +++ b/hmp-commands-info.hx @@ -837,12 +837,6 @@ STEXI Show information about hotpluggable CPUs ETEXI =20 -STEXI -@item info vm-generation-id -@findex vm-generation-id -Show Virtual Machine Generation ID -ETEXI - { .name =3D "vm-generation-id", .args_type =3D "", @@ -852,10 +846,9 @@ ETEXI }, =20 STEXI -@item info memory_size_summary -@findex memory_size_summary -Display the amount of initially allocated and present hotpluggable (if -enabled) memory in bytes. +@item info vm-generation-id +@findex vm-generation-id +Show Virtual Machine Generation ID ETEXI =20 { @@ -868,6 +861,13 @@ ETEXI }, =20 STEXI +@item info memory_size_summary +@findex memory_size_summary +Display the amount of initially allocated and present hotpluggable (if +enabled) memory in bytes. +ETEXI + +STEXI @end table ETEXI =20 --=20 2.13.6 From nobody Mon May 6 12:08:02 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) client-ip=208.118.235.17; envelope-from=qemu-devel-bounces+importer=patchew.org@gnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@gnu.org Return-Path: Received: from lists.gnu.org (208.118.235.17 [208.118.235.17]) by mx.zohomail.com with SMTPS id 1506952051326955.3125419458528; Mon, 2 Oct 2017 06:47:31 -0700 (PDT) Received: from localhost ([::1]:52370 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dz147-0004z6-E7 for importer@patchew.org; Mon, 02 Oct 2017 09:47:23 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34462) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dz12X-000459-9J for qemu-devel@nongnu.org; Mon, 02 Oct 2017 09:45:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dz12T-0002cY-HB for qemu-devel@nongnu.org; Mon, 02 Oct 2017 09:45:45 -0400 Received: from mx1.redhat.com ([209.132.183.28]:10946) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dz12T-0002aR-8s for qemu-devel@nongnu.org; Mon, 02 Oct 2017 09:45:41 -0400 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 51C5C4D4A9 for ; Mon, 2 Oct 2017 13:45:40 +0000 (UTC) Received: from blackfin.pond.sub.org (ovpn-116-91.ams2.redhat.com [10.36.116.91]) by smtp.corp.redhat.com (Postfix) with ESMTPS id E90ED841CC; Mon, 2 Oct 2017 13:45:39 +0000 (UTC) Received: by blackfin.pond.sub.org (Postfix, from userid 1000) id 6CE2C115626D; Mon, 2 Oct 2017 15:45:38 +0200 (CEST) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 51C5C4D4A9 Authentication-Results: ext-mx10.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx10.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=armbru@redhat.com From: Markus Armbruster To: qemu-devel@nongnu.org Date: Mon, 2 Oct 2017 15:45:38 +0200 Message-Id: <20171002134538.23332-4-armbru@redhat.com> In-Reply-To: <20171002134538.23332-1-armbru@redhat.com> References: <20171002134538.23332-1-armbru@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.39]); Mon, 02 Oct 2017 13:45:40 +0000 (UTC) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH 3/3] hmp-commands-info: Change "@findex FOO" to "@findex info FOO" X-BeenThere: qemu-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: dgilbert@redhat.com Errors-To: qemu-devel-bounces+importer=patchew.org@gnu.org Sender: "Qemu-devel" X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" qemu-doc has the monitor commands in the "Function Index". The "info FOO" are listed as "FOO" there. List them as "info FOO" instead. Signed-off-by: Markus Armbruster Reviewed-by: Dr. David Alan Gilbert Reviewed-by: Eric Blake Reviewed-by: Marc-Andr=C3=A9 Lureau --- hmp-commands-info.hx | 118 +++++++++++++++++++++++++----------------------= ---- 1 file changed, 59 insertions(+), 59 deletions(-) diff --git a/hmp-commands-info.hx b/hmp-commands-info.hx index d27d3b1227..54c3e5eac6 100644 --- a/hmp-commands-info.hx +++ b/hmp-commands-info.hx @@ -23,7 +23,7 @@ ETEXI =20 STEXI @item info version -@findex version +@findex info version Show the version of QEMU. ETEXI =20 @@ -37,7 +37,7 @@ ETEXI =20 STEXI @item info network -@findex network +@findex info network Show the network state. ETEXI =20 @@ -51,7 +51,7 @@ ETEXI =20 STEXI @item info chardev -@findex chardev +@findex info chardev Show the character devices. ETEXI =20 @@ -66,7 +66,7 @@ ETEXI =20 STEXI @item info block -@findex block +@findex info block Show info of one block device or all block devices. ETEXI =20 @@ -80,7 +80,7 @@ ETEXI =20 STEXI @item info blockstats -@findex blockstats +@findex info blockstats Show block device statistics. ETEXI =20 @@ -94,7 +94,7 @@ ETEXI =20 STEXI @item info block-jobs -@findex block-jobs +@findex info block-jobs Show progress of ongoing block device operations. ETEXI =20 @@ -108,7 +108,7 @@ ETEXI =20 STEXI @item info registers -@findex registers +@findex info registers Show the cpu registers. ETEXI =20 @@ -125,7 +125,7 @@ ETEXI =20 STEXI @item info lapic -@findex lapic +@findex info lapic Show local APIC state ETEXI =20 @@ -141,7 +141,7 @@ ETEXI =20 STEXI @item info ioapic -@findex ioapic +@findex info ioapic Show io APIC state ETEXI =20 @@ -155,7 +155,7 @@ ETEXI =20 STEXI @item info cpus -@findex cpus +@findex info cpus Show infos for each CPU. ETEXI =20 @@ -169,7 +169,7 @@ ETEXI =20 STEXI @item info history -@findex history +@findex info history Show the command line history. ETEXI =20 @@ -183,7 +183,7 @@ ETEXI =20 STEXI @item info irq -@findex irq +@findex info irq Show the interrupts statistics (if available). ETEXI =20 @@ -197,7 +197,7 @@ ETEXI =20 STEXI @item info pic -@findex pic +@findex info pic Show i8259 (PIC) state. ETEXI =20 @@ -211,7 +211,7 @@ ETEXI =20 STEXI @item info pci -@findex pci +@findex info pci Show PCI information. ETEXI =20 @@ -228,7 +228,7 @@ ETEXI =20 STEXI @item info tlb -@findex tlb +@findex info tlb Show virtual to physical memory mappings. ETEXI =20 @@ -244,7 +244,7 @@ ETEXI =20 STEXI @item info mem -@findex mem +@findex info mem Show the active virtual memory mappings. ETEXI =20 @@ -259,7 +259,7 @@ ETEXI =20 STEXI @item info mtree -@findex mtree +@findex info mtree Show memory tree. ETEXI =20 @@ -275,7 +275,7 @@ ETEXI =20 STEXI @item info jit -@findex jit +@findex info jit Show dynamic compiler info. ETEXI =20 @@ -291,7 +291,7 @@ ETEXI =20 STEXI @item info opcount -@findex opcount +@findex info opcount Show dynamic compiler opcode counters ETEXI =20 @@ -305,7 +305,7 @@ ETEXI =20 STEXI @item info kvm -@findex kvm +@findex info kvm Show KVM information. ETEXI =20 @@ -319,7 +319,7 @@ ETEXI =20 STEXI @item info numa -@findex numa +@findex info numa Show NUMA information. ETEXI =20 @@ -333,7 +333,7 @@ ETEXI =20 STEXI @item info usb -@findex usb +@findex info usb Show guest USB devices. ETEXI =20 @@ -347,7 +347,7 @@ ETEXI =20 STEXI @item info usbhost -@findex usbhost +@findex info usbhost Show host USB devices. ETEXI =20 @@ -361,7 +361,7 @@ ETEXI =20 STEXI @item info profile -@findex profile +@findex info profile Show profiling information. ETEXI =20 @@ -375,7 +375,7 @@ ETEXI =20 STEXI @item info capture -@findex capture +@findex info capture Show capture information. ETEXI =20 @@ -389,7 +389,7 @@ ETEXI =20 STEXI @item info snapshots -@findex snapshots +@findex info snapshots Show the currently saved VM snapshots. ETEXI =20 @@ -403,7 +403,7 @@ ETEXI =20 STEXI @item info status -@findex status +@findex info status Show the current VM status (running|paused). ETEXI =20 @@ -417,7 +417,7 @@ ETEXI =20 STEXI @item info mice -@findex mice +@findex info mice Show which guest mouse is receiving events. ETEXI =20 @@ -431,7 +431,7 @@ ETEXI =20 STEXI @item info vnc -@findex vnc +@findex info vnc Show the vnc server status. ETEXI =20 @@ -447,7 +447,7 @@ ETEXI =20 STEXI @item info spice -@findex spice +@findex info spice Show the spice server status. ETEXI =20 @@ -461,7 +461,7 @@ ETEXI =20 STEXI @item info name -@findex name +@findex info name Show the current VM name. ETEXI =20 @@ -475,7 +475,7 @@ ETEXI =20 STEXI @item info uuid -@findex uuid +@findex info uuid Show the current VM UUID. ETEXI =20 @@ -489,7 +489,7 @@ ETEXI =20 STEXI @item info cpustats -@findex cpustats +@findex info cpustats Show CPU statistics. ETEXI =20 @@ -505,7 +505,7 @@ ETEXI =20 STEXI @item info usernet -@findex usernet +@findex info usernet Show user network stack connection states. ETEXI =20 @@ -519,7 +519,7 @@ ETEXI =20 STEXI @item info migrate -@findex migrate +@findex info migrate Show migration status. ETEXI =20 @@ -533,7 +533,7 @@ ETEXI =20 STEXI @item info migrate_capabilities -@findex migrate_capabilities +@findex info migrate_capabilities Show current migration capabilities. ETEXI =20 @@ -547,7 +547,7 @@ ETEXI =20 STEXI @item info migrate_parameters -@findex migrate_parameters +@findex info migrate_parameters Show current migration parameters. ETEXI =20 @@ -561,7 +561,7 @@ ETEXI =20 STEXI @item info migrate_cache_size -@findex migrate_cache_size +@findex info migrate_cache_size Show current migration xbzrle cache size. ETEXI =20 @@ -575,7 +575,7 @@ ETEXI =20 STEXI @item info balloon -@findex balloon +@findex info balloon Show balloon information. ETEXI =20 @@ -589,7 +589,7 @@ ETEXI =20 STEXI @item info qtree -@findex qtree +@findex info qtree Show device tree. ETEXI =20 @@ -603,7 +603,7 @@ ETEXI =20 STEXI @item info qdm -@findex qdm +@findex info qdm Show qdev device model list. ETEXI =20 @@ -617,7 +617,7 @@ ETEXI =20 STEXI @item info qom-tree -@findex qom-tree +@findex info qom-tree Show QOM composition tree. ETEXI =20 @@ -631,7 +631,7 @@ ETEXI =20 STEXI @item info roms -@findex roms +@findex info roms Show roms. ETEXI =20 @@ -647,7 +647,7 @@ ETEXI =20 STEXI @item info trace-events -@findex trace-events +@findex info trace-events Show available trace-events & their state. ETEXI =20 @@ -661,7 +661,7 @@ ETEXI =20 STEXI @item info tpm -@findex tpm +@findex info tpm Show the TPM device. ETEXI =20 @@ -675,7 +675,7 @@ ETEXI =20 STEXI @item info memdev -@findex memdev +@findex info memdev Show memory backends ETEXI =20 @@ -689,7 +689,7 @@ ETEXI =20 STEXI @item info memory-devices -@findex memory-devices +@findex info memory-devices Show memory devices. ETEXI =20 @@ -703,7 +703,7 @@ ETEXI =20 STEXI @item info iothreads -@findex iothreads +@findex info iothreads Show iothread's identifiers. ETEXI =20 @@ -717,7 +717,7 @@ ETEXI =20 STEXI @item info rocker @var{name} -@findex rocker +@findex info rocker Show rocker switch. ETEXI =20 @@ -731,7 +731,7 @@ ETEXI =20 STEXI @item info rocker-ports @var{name}-ports -@findex rocker-ports +@findex info rocker-ports Show rocker ports. ETEXI =20 @@ -745,7 +745,7 @@ ETEXI =20 STEXI @item info rocker-of-dpa-flows @var{name} [@var{tbl_id}] -@findex rocker-of-dpa-flows +@findex info rocker-of-dpa-flows Show rocker OF-DPA flow tables. ETEXI =20 @@ -759,7 +759,7 @@ ETEXI =20 STEXI @item info rocker-of-dpa-groups @var{name} [@var{type}] -@findex rocker-of-dpa-groups +@findex info rocker-of-dpa-groups Show rocker OF-DPA groups. ETEXI =20 @@ -775,7 +775,7 @@ ETEXI =20 STEXI @item info skeys @var{address} -@findex skeys +@findex info skeys Display the value of a storage key (s390 only) ETEXI =20 @@ -791,7 +791,7 @@ ETEXI =20 STEXI @item info cmma @var{address} -@findex cmma +@findex info cmma Display the values of the CMMA storage attributes for a range of pages (s3= 90 only) ETEXI =20 @@ -805,7 +805,7 @@ ETEXI =20 STEXI @item info dump -@findex dump +@findex info dump Display the latest dump status. ETEXI =20 @@ -819,7 +819,7 @@ ETEXI =20 STEXI @item info ramblock -@findex ramblock +@findex info ramblock Dump all the ramblocks of the system. ETEXI =20 @@ -833,7 +833,7 @@ ETEXI =20 STEXI @item info hotpluggable-cpus -@findex hotpluggable-cpus +@findex info hotpluggable-cpus Show information about hotpluggable CPUs ETEXI =20 @@ -847,7 +847,7 @@ ETEXI =20 STEXI @item info vm-generation-id -@findex vm-generation-id +@findex info vm-generation-id Show Virtual Machine Generation ID ETEXI =20 @@ -862,7 +862,7 @@ ETEXI =20 STEXI @item info memory_size_summary -@findex memory_size_summary +@findex info memory_size_summary Display the amount of initially allocated and present hotpluggable (if enabled) memory in bytes. ETEXI --=20 2.13.6