From patchwork Mon Nov 13 12:43:04 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?b?SsO8cmdlbiBHcm/Dnw==?= X-Patchwork-Id: 13453947 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 75B5BC4332F for ; Mon, 13 Nov 2023 12:43:41 +0000 (UTC) Received: from list by lists.xenproject.org with outflank-mailman.631558.984979 (Exim 4.92) (envelope-from ) id 1r2WHe-00089x-LZ; Mon, 13 Nov 2023 12:43:18 +0000 X-Outflank-Mailman: Message body and most headers restored to incoming version Received: by outflank-mailman (output) from mailman id 631558.984979; Mon, 13 Nov 2023 12:43:18 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1r2WHe-00089q-Iz; Mon, 13 Nov 2023 12:43:18 +0000 Received: by outflank-mailman (input) for mailman id 631558; Mon, 13 Nov 2023 12:43:16 +0000 Received: from se1-gles-flk1-in.inumbo.com ([94.247.172.50] helo=se1-gles-flk1.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1r2WHc-00089i-Nu for xen-devel@lists.xenproject.org; Mon, 13 Nov 2023 12:43:16 +0000 Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by se1-gles-flk1.inumbo.com (Halon) with ESMTPS id 35c650bb-8222-11ee-9b0e-b553b5be7939; Mon, 13 Nov 2023 13:43:14 +0100 (CET) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id 19323218F0; Mon, 13 Nov 2023 12:43:12 +0000 (UTC) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id D30A11358C; Mon, 13 Nov 2023 12:43:11 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id m7U8Mt8ZUmUxcQAAMHmgww (envelope-from ); Mon, 13 Nov 2023 12:43:11 +0000 X-BeenThere: xen-devel@lists.xenproject.org List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xenproject.org Precedence: list Sender: "Xen-devel" X-Inumbo-ID: 35c650bb-8222-11ee-9b0e-b553b5be7939 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.com; s=susede1; t=1699879392; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=/i7F/3V1P35hT3ryFbqU0Rs6SXpDXF2WAcpIooZ2yhM=; b=Ozctk0MTVUBYStq2zh/HLFE44LghRR2q0mTnNV6zv0U/IBSsjGIwgzzVUyDf6yOK2rrveT YEiUSLcT98r4V3kK2uSdwAYi7SQE2W3WKLA8yGe64UIykgi51malyE3ZItHGOV0IqQkuRa 1KaE1CKLpm6QTdqKTjkD1drhAqQenVU= From: Juergen Gross To: xen-devel@lists.xenproject.org Cc: Juergen Gross , Wei Liu , Julien Grall , Anthony PERARD Subject: [PATCH 0/5] tools/xenstored: remove some command line options Date: Mon, 13 Nov 2023 13:43:04 +0100 Message-Id: <20231113124309.10862-1-jgross@suse.com> X-Mailer: git-send-email 2.35.3 MIME-Version: 1.0 Remove some command line options which have no real use case. Juergen Gross (5): tools/xenstored: remove "-D" command line parameter tools/xenstored: remove "-V" command line option tools/xenstored: remove the "-P" command line option tools/xenstored: remove "-N" command line option tools/xenstored: remove the "-R" command line option tools/xenstored/core.c | 81 +++++++----------------------------------- 1 file changed, 12 insertions(+), 69 deletions(-)