From patchwork Fri Apr 28 13:27:56 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: 13226462 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 6B6E6C77B61 for ; Fri, 28 Apr 2023 13:28:25 +0000 (UTC) Received: from list by lists.xenproject.org with outflank-mailman.527329.819855 (Exim 4.92) (envelope-from ) id 1psO8p-0004My-Cn; Fri, 28 Apr 2023 13:28:03 +0000 X-Outflank-Mailman: Message body and most headers restored to incoming version Received: by outflank-mailman (output) from mailman id 527329.819855; Fri, 28 Apr 2023 13:28:03 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1psO8p-0004Mr-9p; Fri, 28 Apr 2023 13:28:03 +0000 Received: by outflank-mailman (input) for mailman id 527329; Fri, 28 Apr 2023 13:28:02 +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 1psO8n-0004Ml-VX for xen-devel@lists.xenproject.org; Fri, 28 Apr 2023 13:28:01 +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 7e476650-e5c8-11ed-8611-37d641c3527e; Fri, 28 Apr 2023 15:27:59 +0200 (CEST) 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 04EB521B36; Fri, 28 Apr 2023 13:27:59 +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 BBE64138FA; Fri, 28 Apr 2023 13:27:58 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id NO6GLN7JS2SmHAAAMHmgww (envelope-from ); Fri, 28 Apr 2023 13:27:58 +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: 7e476650-e5c8-11ed-8611-37d641c3527e DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.com; s=susede1; t=1682688479; 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=rht8dosjRjMYbzmS7nuUus/q8ExMB9UOqXydMF+SbH8=; b=qLI8uJtk9SxX1ql52bOq61CXuH1Clugvwb5HktJPoCOwQYPJsEf5ynAX+Fgd8KYJVbmWa+ XxjbGVGtTyPPWZBlKF1QTy+cRhxVgPQccCUD7mM8O4G4M/BfsacTbjl3x2eNt3yOIni4Xq WNv48oTd9ITlpaTDlTyDO/sDKdm1LbA= From: Juergen Gross To: xen-devel@lists.xenproject.org Cc: Juergen Gross , Andrew Cooper , George Dunlap , Jan Beulich , Julien Grall , Stefano Stabellini , Wei Liu Subject: [PATCH] MAINTAINERS: add more xenstore files Date: Fri, 28 Apr 2023 15:27:56 +0200 Message-Id: <20230428132756.8763-1-jgross@suse.com> X-Mailer: git-send-email 2.35.3 MIME-Version: 1.0 Xenstore consists of more files than just the tools/xenstore directory. Add them to the XENSTORE block. Suggested-by: Andrew Cooper Signed-off-by: Juergen Gross Acked-by: Andrew Cooper --- MAINTAINERS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 0e5eba2312..f2f1881b32 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -653,6 +653,11 @@ M: Wei Liu M: Juergen Gross R: Julien Grall S: Supported +F: tools/helpers/init-xenstore-domain.c +F: tools/include/xenstore-compat/ +F: tools/include/xenstore.h +F: tools/include/xenstore_lib.h +F: tools/libs/store/ F: tools/xenstore/ XENTRACE