
23 May
2018
23 May
'18
4:52 p.m.
On Wed, 2018-05-23 at 18:36 +0200, Peter Krempa wrote:
On Wed, May 23, 2018 at 18:18:01 +0200, Andrea Bolognani wrote:
+ def->hpt_maxpagesize = VIR_ROUND_UP(def->hpt_maxpagesize, 1024);
The code in the patch using it with qemu actually expects so this is a power of 2, so you'll need a different rounding function.
Good point! Looks like VIR_ROUND_UP_POWER_OF_TWO() will do the trick. -- Andrea Bolognani / Red Hat / Virtualization