From patchwork Fri Feb 14 12:46:18 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wei Liu X-Patchwork-Id: 11382205 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 43FC8109A for ; Fri, 14 Feb 2020 12:47:51 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 28DBA20675 for ; Fri, 14 Feb 2020 12:47:51 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 28DBA20675 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=xen.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=xen-devel-bounces@lists.xenproject.org Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1j2aMT-0000dO-7Z; Fri, 14 Feb 2020 12:46:25 +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 1j2aMR-0000dJ-M0 for xen-devel@lists.xenproject.org; Fri, 14 Feb 2020 12:46:23 +0000 X-Inumbo-ID: 00ba169e-4f28-11ea-ba46-12813bfff9fa Received: from mail-wr1-f66.google.com (unknown [209.85.221.66]) by us1-amaz-eas2.inumbo.com (Halon) with ESMTPS id 00ba169e-4f28-11ea-ba46-12813bfff9fa; Fri, 14 Feb 2020 12:46:22 +0000 (UTC) Received: by mail-wr1-f66.google.com with SMTP id g3so10741765wrs.12 for ; Fri, 14 Feb 2020 04:46:22 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=7vL0tcEJzIR6ZIxgcYi6GivRsH2GzT2FpcaZN5XEA58=; b=hqJDnNKog0kXCT5r8kZj/dCx392m+a1huY8SAHCWanVvQPzxL80+d+hjToyadTEaI6 WHPMBcJdKqfHGTmHGx9JJqZxzQe/T1KkBM2ZYtCsLGkFqIwleA0RvXKPeyN7FN3VMKsK o5ruMmrJtNsK7KLCZDVobRVenUljcaSgoBAml8rWZIWHBuks0ovdPLU/Ks3ilzB1ApfB oIKLlA/GQxMkFNLGkg/7/HKGs6IS5qbxmKcC7+Mz9IlngmZEAlJbrAZV1PgjXrSNLx+9 +/QEHxuliUKFVjVXTDTkjRkuaRbfLFB1Du48re4f1wfn1pB6kdFDI14EuebFVLAkFjRW 6jRw== X-Gm-Message-State: APjAAAVssKeTmMob57AF4BgXnZhtlP7NP5+HDTbnvtrMLTbhPhHvIdG0 kCqpx0zJ4SO2z75UkmbJHHlqv/7eYWA= X-Google-Smtp-Source: APXvYqwb8cvt7/XPy4gLxD3/BLFEd/Fth+OhuuFmKtPGRskTcw7xdWsU+SvfNFmYckPOJmgy4cG8qQ== X-Received: by 2002:adf:df8f:: with SMTP id z15mr3814012wrl.282.1581684381245; Fri, 14 Feb 2020 04:46:21 -0800 (PST) Received: from localhost.localdomain (41.142.6.51.dyn.plus.net. [51.6.142.41]) by smtp.gmail.com with ESMTPSA id s8sm7246124wrt.57.2020.02.14.04.46.20 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 14 Feb 2020 04:46:20 -0800 (PST) From: Wei Liu To: Xen Development List Date: Fri, 14 Feb 2020 12:46:18 +0000 Message-Id: <20200214124618.5962-1-wl@xen.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Subject: [Xen-devel] [PATCH RFC] docs: move xen-command-line.pandoc under admin-guide 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: Stefano Stabellini , Julien Grall , Wei Liu , Konrad Rzeszutek Wilk , George Dunlap , Andrew Cooper , Ian Jackson , Jan Beulich Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" That directory would be the first place I look if I need to know xen command line options. Signed-off-by: Wei Liu --- docs/{misc => admin-guide}/xen-command-line.pandoc | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename docs/{misc => admin-guide}/xen-command-line.pandoc (100%) diff --git a/docs/misc/xen-command-line.pandoc b/docs/admin-guide/xen-command-line.pandoc similarity index 100% rename from docs/misc/xen-command-line.pandoc rename to docs/admin-guide/xen-command-line.pandoc