Re: [libvirt] [PATCH 00/14] Introduce NVDIMM support

2017-02-27 Thread Michal Privoznik
On 23.02.2017 10:02, Michal Privoznik wrote: > NVDIMMs are new type of ultra fast storage that's plugged into DIMM slot and > can hold the stored info throughout reboots. After all, NV stands for > non-volatile. In virtualization world, this has an awesome advantage - less > VM_EXITs on 'disk' IO.

Re: [libvirt] [PATCH 00/14] Introduce NVDIMM support

2017-02-23 Thread Andrea Bolognani
On Thu, 2017-02-23 at 10:02 +0100, Michal Privoznik wrote: > NVDIMMs are new type of ultra fast storage that's plugged into DIMM slot and > can hold the stored info throughout reboots. After all, NV stands for > non-volatile. In virtualization world, this has an awesome advantage - less > VM_EXITs

[libvirt] [PATCH 00/14] Introduce NVDIMM support

2017-02-23 Thread Michal Privoznik
NVDIMMs are new type of ultra fast storage that's plugged into DIMM slot and can hold the stored info throughout reboots. After all, NV stands for non-volatile. In virtualization world, this has an awesome advantage - less VM_EXITs on 'disk' IO. https://nvdimm.wiki.kernel.org/ Currently, there