From nobody Sat Apr 27 07:32:59 2024 Delivered-To: importer@patchew.org Received-SPF: none (zohomail.com: 192.237.175.120 is neither permitted nor denied by domain of lists.xenproject.org) client-ip=192.237.175.120; envelope-from=xen-devel-bounces@lists.xenproject.org; helo=lists.xenproject.org; Authentication-Results: mx.zohomail.com; spf=none (zohomail.com: 192.237.175.120 is neither permitted nor denied by domain of lists.xenproject.org) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org Return-Path: Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) by mx.zohomail.com with SMTPS id 1580192517948104.26330575134227; Mon, 27 Jan 2020 22:21:57 -0800 (PST) Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1iwKFO-0001Zy-Jb; Tue, 28 Jan 2020 06:21:14 +0000 Received: from all-amaz-eas1.inumbo.com ([34.197.232.57] helo=us1-amaz-eas2.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1iwKFM-0001Zt-W8 for xen-devel@lists.xenproject.org; Tue, 28 Jan 2020 06:21:13 +0000 Received: from mx2.suse.de (unknown [195.135.220.15]) by us1-amaz-eas2.inumbo.com (Halon) with ESMTPS id 60a67c5e-4196-11ea-8622-12813bfff9fa; Tue, 28 Jan 2020 06:21:11 +0000 (UTC) Received: from relay2.suse.de (unknown [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 29277AD54; Tue, 28 Jan 2020 06:21:10 +0000 (UTC) X-Inumbo-ID: 60a67c5e-4196-11ea-8622-12813bfff9fa X-Virus-Scanned: by amavisd-new at test-mx.suse.de From: Juergen Gross To: xen-devel@lists.xenproject.org Date: Tue, 28 Jan 2020 07:21:07 +0100 Message-Id: <20200128062107.14334-1-jgross@suse.com> X-Mailer: git-send-email 2.16.4 Subject: [Xen-devel] [PATCH v2] docs: document CONTROL command of xenstore protocol X-BeenThere: xen-devel@lists.xenproject.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Cc: Juergen Gross , Stefano Stabellini , Julien Grall , Wei Liu , Konrad Rzeszutek Wilk , George Dunlap , Andrew Cooper , Ian Jackson MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" The CONTROL command (former DEBUG command) isn't specified in the xenstore protocol doc. Add it. Signed-off-by: Juergen Gross Acked-by: Ian Jackson Acked-by: Wei Liu --- docs/misc/xenstore.txt | 36 ++++++++++++++++++++++++++++-------- 1 file changed, 28 insertions(+), 8 deletions(-) diff --git a/docs/misc/xenstore.txt b/docs/misc/xenstore.txt index 65570183b6..6f8569d576 100644 --- a/docs/misc/xenstore.txt +++ b/docs/misc/xenstore.txt @@ -318,12 +318,32 @@ SET_TARGET || =20 ---------- Miscellaneous ---------- =20 -DEBUG print||?? sends to debug log -DEBUG print| EINVAL -DEBUG check|?? checks xenstored innards -DEBUG no-op (future extension) - - These requests should not generally be used and may be - withdrawn in the future. - +CONTROL |[|] + Send a control command with optional parameters + () to Xenstore daemon. + + The set of commands and their semantics is implementation + specific and is likely to change from one Xen version to the + next. Out-of-tree users will encounter compatibility issues. + + Current commands are: + check + checks xenstored innards + log|on + turn xenstore logging on + log|off + turn xenstore logging off + logfile| + log to specified file + memreport|[] + print memory statistics to logfile (no + specified) or to specific file + print| + print to syslog (xenstore runs as daemon) or + to console (xenstore runs as stubdom) + help + return list of supported commands for CONTROL + +DEBUG + Deprecated, now named CONTROL =20 --=20 2.16.4 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel