[PATCH v1 10/10] NEWS.rs: document memory alignment improvements

Daniel Henrique Barboza posted 10 patches 5 years, 2 months ago
[PATCH v1 10/10] NEWS.rs: document memory alignment improvements
Posted by Daniel Henrique Barboza 5 years, 2 months ago
Document that we're not reflecting the aligned value in the
live domain XML, and that we fixed a bug that occurred in
pSeries guests where a guest might start with an extra 256MiB
of memory.

Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
---
 NEWS.rst | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index 0e56f5dbca..ab1f628c24 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -15,8 +15,22 @@ v6.10.0 (unreleased)
 
 * **Improvements**
 
+  * qemu: reflect the actual memory being used in live XML
+
+    Memory modules are aligned internally to fit platform and
+    architecture constraints. The aligned value is used by QEMU but
+    the live XML reflected just the original values. Libvirt will
+    now inform the actual memory value passed to QEMU in the live
+    XML.
+
 * **Bug fixes**
 
+  * qemu: pSeries guests booting with extra memory
+
+    In certain conditions, a pSeries guest would start with an extra
+    256MiB of memory aside from what was determined in the ``<memory>``
+    and ``<currentMemory>`` values. This issue has been fixed.
+
 * **Removed features**
 
   * hyperv: removed support for the Hyper-V V1 WMI API
-- 
2.26.2

Re: [PATCH v1 10/10] NEWS.rs: document memory alignment improvements
Posted by Ján Tomko 5 years, 2 months ago
s/rs/rst/

Jano

On a Wednesday in 2020, Daniel Henrique Barboza wrote:
>Document that we're not reflecting the aligned value in the
>live domain XML, and that we fixed a bug that occurred in
>pSeries guests where a guest might start with an extra 256MiB
>of memory.
>
>Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
>---
> NEWS.rst | 14 ++++++++++++++
> 1 file changed, 14 insertions(+)
Re: [PATCH v1 10/10] NEWS.rs: document memory alignment improvements
Posted by Daniel Henrique Barboza 5 years, 2 months ago

On 11/12/20 8:33 AM, Ján Tomko wrote:
> s/rs/rst/


Ops! Thanks for catching that. Fixed in my local branch.


DHB


> 
> Jano
> 
> On a Wednesday in 2020, Daniel Henrique Barboza wrote:
>> Document that we're not reflecting the aligned value in the
>> live domain XML, and that we fixed a bug that occurred in
>> pSeries guests where a guest might start with an extra 256MiB
>> of memory.
>>
>> Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
>> ---
>> NEWS.rst | 14 ++++++++++++++
>> 1 file changed, 14 insertions(+)