Re: [PATCH 1/1] formatdomain.html.in: mention pSeries NVDIMM 'align down' mechanic

2020-07-22 Thread Daniel Henrique Barboza
Hi, On 7/22/20 5:05 AM, Andrea Bolognani wrote: On Mon, 2020-07-20 at 13:51 -0300, Daniel Henrique Barboza wrote: + the remaining size (total-size - label-size), also called guest +area, will be aligned to 4KiB as default. For pSeries guests, the +

Re: [PATCH 1/1] formatdomain.html.in: mention pSeries NVDIMM 'align down' mechanic

2020-07-22 Thread Andrea Bolognani
On Mon, 2020-07-20 at 13:51 -0300, Daniel Henrique Barboza wrote: > + the remaining size (total-size - label-size), also called > guest > +area, will be aligned to 4KiB as default. For pSeries > guests, the > +guest area will be aligned down to 256MiB,

[PATCH 1/1] formatdomain.html.in: mention pSeries NVDIMM 'align down' mechanic

2020-07-20 Thread Daniel Henrique Barboza
The reason why we align down the guest area (total-size - label-size) is explained in the body of qemuDomainNVDimmAlignSizePseries(). This behavior must also be documented in the user docs. Signed-off-by: Daniel Henrique Barboza --- docs/formatdomain.html.in | 6 -- 1 file changed, 4 inserti