[PATCH 1/1] qemu_domain.c: remove unneeded size check in NVDIMM alignment

Michal Prívozník mprivozn at redhat.com
Fri Mar 27 11:15:40 UTC 2020


On 25. 3. 2020 15:15, Daniel Henrique Barboza wrote:
> Commit 5540acb9a2b added a minimum size verification for the target
> size of ppc64 NVDIMMs but forgot to remove a MAX() size check that
> was being used in earlier reviews of that commit. The size
> verification makes this check unneeded since we're making sure
> that guestArea will always be at least equal to ppc64AlignSize.
> 
> Fixes: 5540acb9a2bd33fb97a7446a610b602c9e8629a3
> Signed-off-by: Daniel Henrique Barboza <danielhb413 at gmail.com>
> ---
>  src/qemu/qemu_domain.c | 2 --
>  1 file changed, 2 deletions(-)
> 

Reviewed-by: Michal Privoznik <mprivozn at redhat.com>

and pushed.

Michal




More information about the libvir-list mailing list