From nobody Fri May 3 17:00:56 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=1559052046; cv=none; d=zoho.com; s=zohoarc; b=Ual2JT+55KRZRTtfXLt6ZHFCu+31HcTXbxsmS1Fh2Ug0XjcWj6Y6HRVXxnnuvYniaaZIPbdDE6oA/2OOuw93c4DnRD2QeidZxcaXATkM2o6GTPMdbtMg7tutWCPxQF8GE75HbyL0ql4jNaFdlcabiZVOATlV5eE58KEjskopeP8= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1559052046; 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=3AzW20X5ozt7ERukHwXD665TB1gYxaE6z7P7BwaSuj4=; b=nihqQrRRwEt2JPKEmTgvzlVgpqV/FMsHWSccO6N2wo2/zY7NfRYYmbsvE48fe9vn78HvYkgcA5gmVXikYziz/2GWtlMcTG8+xBrtz8RB9UuqClKt2CK5ud/5rXi38gUXGwBLMiviHqFUuVobE7pvDgBC1b+dDC5/9rpFdQiToeE= 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 1559052046842285.3155434471389; Tue, 28 May 2019 07:00:46 -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 1hVcdZ-0003nP-HG; Tue, 28 May 2019 13:59:33 +0000 Received: from us1-rack-dfw2.inumbo.com ([104.130.134.6]) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1hVcdY-0003nE-Jl for xen-devel@lists.xenproject.org; Tue, 28 May 2019 13:59:32 +0000 Received: from mx1.suse.de (unknown [195.135.220.15]) by us1-rack-dfw2.inumbo.com (Halon) with ESMTPS id d06be6c4-8150-11e9-8980-bc764e045a96; Tue, 28 May 2019 13:59:31 +0000 (UTC) Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 09ACAB03F; Tue, 28 May 2019 13:59:30 +0000 (UTC) X-Inumbo-ID: d06be6c4-8150-11e9-8980-bc764e045a96 X-Virus-Scanned: by amavisd-new at test-mx.suse.de From: Juergen Gross To: xen-devel@lists.xenproject.org Date: Tue, 28 May 2019 15:59:18 +0200 Message-Id: <20190528135918.28216-1-jgross@suse.com> X-Mailer: git-send-email 2.16.4 Subject: [Xen-devel] [PATCH] support: remove tmem from support.md 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 , Wei Liu , Konrad Rzeszutek Wilk , George Dunlap , Andrew Cooper , Ian Jackson , Tim Deegan , Julien Grall , Jan Beulich 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" Tmem has been removed. Reflect that in SUPPORT.md Signed-off-by: Juergen Gross Acked-by: Jan Beulich Acked-by: Wei Liu --- SUPPORT.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/SUPPORT.md b/SUPPORT.md index e4fb15b2f8..375473a456 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -236,16 +236,6 @@ Allow pages belonging to guests to be paged to disk =20 Status, x86 HVM: Experimenal =20 -### Transcendent Memory - -Transcendent Memory (tmem) allows the creation of hypervisor memory pools -which guests can use to store memory -rather than caching in its own memory or swapping to disk. -Having these in the hypervisor -can allow more efficient aggregate use of memory across VMs. - - Status: Experimental - ### Alternative p2m =20 Alternative p2m (altp2m) allows external monitoring of guest memory --=20 2.16.4 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel