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@xxxxxxxxx> > --- > src/qemu/qemu_domain.c | 2 -- > 1 file changed, 2 deletions(-) > Reviewed-by: Michal Privoznik <mprivozn@xxxxxxxxxx> and pushed. Michal