From nobody Mon Apr 29 22:52:19 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of redhat.com designates 216.205.24.124 as permitted sender) client-ip=216.205.24.124; envelope-from=libvir-list-bounces@redhat.com; helo=us-smtp-delivery-124.mimecast.com; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of redhat.com designates 216.205.24.124 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1611232034; cv=none; d=zohomail.com; s=zohoarc; b=KBMWFOQuFEsq8Khe8cSJ6aSc7nhUqpyEqukMUoqEI/jG4/s/EfDIxvve23DBn6sH6/N5LIPEkYk++bM6dVg8+ncxyTfouBvBP1nALdheL4iFb32UpVkns3853NTMvdBMIG9PFnlwoox+2xpYf2cuaNyCE5jXhnhkAY4Vave5UbM= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1611232034; h=Content-Type:Content-Transfer-Encoding:Date:From:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:To; bh=XWyQhbSnEZc/IOKXTBW3YJ5zOvXfvtzzQ4I2Qw0I7dY=; b=DdOfhlyCzYiwlqjfQ7FVXAIHoDcqEdj2u+EmgH6ZS0xI6NgQc6m0zvqN9GiLpweOt7PLJxdyL0U+sAXFQzOK03eFIih8Os0fdklqFi5eUjI2Jdyrue7ZH3kU6sIg3NIS5kgYA/SKnQpZ5O+fdYsamMGjws9/8M5sp4fUaCB6vTs= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of redhat.com designates 216.205.24.124 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass header.from= (p=none dis=none) header.from= Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by mx.zohomail.com with SMTPS id 1611232034759770.1817111355256; Thu, 21 Jan 2021 04:27:14 -0800 (PST) Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-571-fzAp908tOeqo3cq2smgeEg-1; Thu, 21 Jan 2021 07:27:11 -0500 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id BBE12AFA80; Thu, 21 Jan 2021 12:27:05 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.20]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 5710D1002382; Thu, 21 Jan 2021 12:27:05 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id 1C956180954D; Thu, 21 Jan 2021 12:27:05 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id 10LCN6k6029810 for ; Thu, 21 Jan 2021 07:23:06 -0500 Received: by smtp.corp.redhat.com (Postfix) id 0BA9310074E5; Thu, 21 Jan 2021 12:23:06 +0000 (UTC) Received: from localhost.localdomain (unknown [10.40.193.255]) by smtp.corp.redhat.com (Postfix) with ESMTP id 7D8AE100AE38 for ; Thu, 21 Jan 2021 12:23:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1611232033; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:list-id:list-help: list-unsubscribe:list-subscribe:list-post; bh=XWyQhbSnEZc/IOKXTBW3YJ5zOvXfvtzzQ4I2Qw0I7dY=; b=MhEivSKKM+JSaa5TsiNnfexNd5RVdD/mciwQV/UyznQ8L3nxXCB/eq41zecETx5IqOFDf/ 0bVyjk8TQ2JA2/zWdH9Ra5v/hspX+v4Y968sOYwoC/iZIIr+WgcoPQLyeawzD21HI+sBMS wSe4t8NgdD7OqhCMguutCjkHgafD5X4= X-MC-Unique: fzAp908tOeqo3cq2smgeEg-1 From: Michal Privoznik To: libvir-list@redhat.com Subject: [PATCH] NEWS: Document virtio-pmem model Date: Thu, 21 Jan 2021 13:23:00 +0100 Message-Id: <308b1b7a53999430d8874c601aa5d5bef1159ec8.1611231774.git.mprivozn@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-loop: libvir-list@redhat.com X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=libvir-list-bounces@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: quoted-printable X-ZohoMail-DKIM: pass (identity @redhat.com) Content-Type: text/plain; charset="utf-8" A few commits ago I've implemented virtio-pmem memory model. Mention it in the news file. Signed-off-by: Michal Privoznik Reviewed-by: Andrea Bolognani --- NEWS.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 64e6847673..7a2d6649b4 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -13,6 +13,11 @@ v7.1.0 (unreleased) =20 * **New features** =20 + * Introduce virtio-pmem ```` model + + The virtio-pmem is a virtio variant of NVDIMM and just like NVDIMM + virtio-pmem also allows accessing host pages bypassing guest page cach= e. + * **Improvements** =20 * **Bug fixes** --=20 2.26.2