mirror of https://gitee.com/openkylin/libvirt.git
news.xml: document the new NVDIMM support for Pseries guests
Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
6568af20af
commit
0be0126052
|
@ -44,6 +44,17 @@
|
||||||
<libvirt>
|
<libvirt>
|
||||||
<release version="v6.2.0" date="unreleased">
|
<release version="v6.2.0" date="unreleased">
|
||||||
<section title="New features">
|
<section title="New features">
|
||||||
|
<change>
|
||||||
|
<summary>
|
||||||
|
qemu: NVDIMM support for pSeries guests
|
||||||
|
</summary>
|
||||||
|
<description>
|
||||||
|
QEMU 5.0 implements NVDIMM memory support for pSeries guests. This
|
||||||
|
is done by adding an 'uuid' element in the memory XML, which can
|
||||||
|
either be provided in the XML or, if ommited, generated
|
||||||
|
automatically.
|
||||||
|
</description>
|
||||||
|
</change>
|
||||||
</section>
|
</section>
|
||||||
<section title="Removed features">
|
<section title="Removed features">
|
||||||
<change>
|
<change>
|
||||||
|
|
Loading…
Reference in New Issue