From nobody Sat Apr 27 05:00:28 2024 Delivered-To: importer@patchew.org Received-SPF: none (zoho.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 (zoho.com: 192.237.175.120 is neither permitted nor denied by domain of lists.xenproject.org) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org ARC-Seal: i=1; a=rsa-sha256; t=1570023792; cv=none; d=zoho.com; s=zohoarc; b=liYBLxP6B5rf+DcnCou1c7qHqY8IIK91j9c6uqu17alDwtif28rw4Js+Ppvg+h++9SkbCc2vkLoETOucUTscJ00yZDo8+u3YwljMPqmop95nC5n16xf8CcjBGNvdNycl0UB7+YeaztBsjzFK2hM8+x409w5OWwzRryWkGOk9lyA= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1570023792; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:List-Subscribe:List-Post:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:To:ARC-Authentication-Results; bh=oTJ69MF26PMuS5rfjYk1XpxgzJ8ppAVxWnqVlWUbVqc=; b=BXz22jEFYZqC/5QcF6xJaBv3jK8CODdi8TUl00N6r64ZX30tPeCfqMPApUrwqlyplXYb71IQe/uw4wA9Q3UchmiYVl0XF0GYGNITrwCUyKkI1c2UBhnrcgT/5QlVjB9KLbcye0kEHmY7vVGcyNaabuvhIsVWGOxqnibvbdjSV2A= ARC-Authentication-Results: i=1; mx.zoho.com; spf=none (zoho.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 1570023792457679.6130227466473; Wed, 2 Oct 2019 06:43:12 -0700 (PDT) Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1iFetF-0004oh-GO; Wed, 02 Oct 2019 13:42:01 +0000 Received: from us1-rack-iad1.inumbo.com ([172.99.69.81]) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1iFetE-0004oa-MH for xen-devel@lists.xenproject.org; Wed, 02 Oct 2019 13:42:00 +0000 Received: from mx1.suse.de (unknown [195.135.220.15]) by localhost (Halon) with ESMTPS id 6858cc32-e51a-11e9-97fb-bc764e2007e4; Wed, 02 Oct 2019 13:41:59 +0000 (UTC) Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id E48D5AC52; Wed, 2 Oct 2019 13:41:58 +0000 (UTC) X-Inumbo-ID: 6858cc32-e51a-11e9-97fb-bc764e2007e4 X-Virus-Scanned: by amavisd-new at test-mx.suse.de From: Juergen Gross To: xen-devel@lists.xenproject.org Date: Wed, 2 Oct 2019 15:41:56 +0200 Message-Id: <20191002134156.31073-1-jgross@suse.com> X-Mailer: git-send-email 2.16.4 Subject: [Xen-devel] [PATCH] docs: remove tmem references from man pages 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 , Ian Jackson , Wei Liu 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 "TO BE DOCUMENTED" section of the xl man page still references tmem. So does the xl.conf man page. Remove the references. Signed-off-by: Juergen Gross Acked-by: Wei Liu --- docs/man/xl.1.pod.in | 12 ------------ docs/man/xl.conf.5.pod | 2 +- 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/docs/man/xl.1.pod.in b/docs/man/xl.1.pod.in index 2f7375ed0a..2280022f8e 100644 --- a/docs/man/xl.1.pod.in +++ b/docs/man/xl.1.pod.in @@ -1921,18 +1921,6 @@ ignored: =20 =3Dback =20 -=3Dhead1 TO BE DOCUMENTED - -We need better documentation for: - -=3Dover 4 - -=3Ditem B - -Transcendent Memory. - -=3Dback - =3Dhead1 SEE ALSO =20 The following man pages: diff --git a/docs/man/xl.conf.5.pod b/docs/man/xl.conf.5.pod index b1bde7d657..8c20d77a25 100644 --- a/docs/man/xl.conf.5.pod +++ b/docs/man/xl.conf.5.pod @@ -172,7 +172,7 @@ attempted as normal and may fail due to memory exhausti= on. =20 =3Ditem C<1> =20 -Normal memory and freeable pool of ephemeral pages (tmem) is used when +Free memory as reported by the hypervisor is used for calculating whether there is enough memory free to launch a guest. This guarantees immediate feedback whether the guest can be launched due to memory exhaustion (which can take a long time to find out if launching --=20 2.16.4 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel