From: Andrea Bolognani Date: Tue, 22 Sep 2020 10:24:04 +0000 (+0200) Subject: news: Document changes to NVDIMM handling on ppc64 X-Git-Tag: v6.8.0-rc1~76 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bee69872dfc840c737189dea4f30800cec5ccb7;p=thirdparty%2Flibvirt.git news: Document changes to NVDIMM handling on ppc64 Signed-off-by: Andrea Bolognani Reviewed-by: Daniel Henrique Barboza --- diff --git a/NEWS.rst b/NEWS.rst index a2f7ecaf1d..685c5e2225 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -35,6 +35,13 @@ v6.8.0 (unreleased) change we also remove dependency on libdbus and possibly fix all the DBus related libvirtd crashes seen over the time. + * Re-introduce NVDIMM auto-alignment for pSeries Guests + + The auto-alignment logic was removed in v6.7.0 in favor of requiring the + size provided by the user to be already aligned; however, this had the + unintended consequence of breaking some existing guests. v6.8.0 restores + the previous behavior. + * **Bug fixes** * **Removed features**