From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: [PATCH 4/4] hvmloader: add support to load extra ACPI tables from qemu Date: Tue, 26 Jan 2016 09:44:08 -0500 Message-ID: <20160126144408.GE19666@char.us.oracle.com> References: <56A0A25002000078000C971B@prv-mh.provo.novell.com> <56A095E3.5060507@linux.intel.com> <56A0AA8A02000078000C977D@prv-mh.provo.novell.com> <56A0A09A.2050101@linux.intel.com> <56A0C02A02000078000C9823@prv-mh.provo.novell.com> <20160121140103.GB6362@hz-desktop.sh.intel.com> <56A0FEA102000078000C9A44@prv-mh.provo.novell.com> <56A7785802000078000CB0CD@prv-mh.provo.novell.com> <56A76C74.5010506@suse.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <56A76C74.5010506@suse.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Juergen Gross Cc: Jun Nakajima , Haozhong Zhang , Kevin Tian , Wei Liu , Ian Campbell , Stefano Stabellini , George Dunlap , Andrew Cooper , Ian Jackson , "xen-devel@lists.xen.org" , Jan Beulich , Xiao Guangrong , Keir Fraser List-Id: xen-devel@lists.xenproject.org > Last year at Linux Plumbers Conference I attended a session dedicated > to NVDIMM support. I asked the very same question and the INTEL guy > there told me there is indeed something like a partition table meant > to describe the layout of the memory areas and their contents. It is described in details at pmem.io, look at Documents, see http://pmem.io/documents/NVDIMM_Namespace_Spec.pdf see Namespaces section. Then I would recommend you read: http://pmem.io/documents/NVDIMM_Driver_Writers_Guide.pdf followed by http://pmem.io/documents/NVDIMM_DSM_Interface_Example.pdf And then for dessert: https://www.kernel.org/doc/Documentation/nvdimm/nvdimm.txt which explains it in more technical terms. > > It would be nice to have a pointer to such information. Without anything > like this it might be rather difficult to find the best solution how to > implement NVDIMM support in Xen or any other product.