[libvirt PATCH] news: Document changes to NVDIMM handling on ppc64

Andrea Bolognani posted 1 patch 3 years, 7 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20200922102637.92103-1-abologna@redhat.com
NEWS.rst | 7 +++++++
1 file changed, 7 insertions(+)
[libvirt PATCH] news: Document changes to NVDIMM handling on ppc64
Posted by Andrea Bolognani 3 years, 7 months ago
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
---
 NEWS.rst | 7 +++++++
 1 file changed, 7 insertions(+)

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**
-- 
2.26.2

Re: [libvirt PATCH] news: Document changes to NVDIMM handling on ppc64
Posted by Daniel Henrique Barboza 3 years, 7 months ago

On 9/22/20 7:26 AM, Andrea Bolognani wrote:
> Signed-off-by: Andrea Bolognani <abologna@redhat.com>
> ---

Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com>

>   NEWS.rst | 7 +++++++
>   1 file changed, 7 insertions(+)
> 
> 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**
>