Re: [Qemu-devel] [PATCH v3 4/8] multifd: Drop x-multifd-page-count parameter

2019-03-09 Thread Markus Armbruster
Juan Quintela writes: > Libvirt don't want to expose (and explain it). From now on we measure > the number of packages in bytes instead of pages, so it is the same > independently of architecture. We choose the page size of x86. > Notice that in the following patch we make this variable. > > Si

[Qemu-devel] [PATCH v3 4/8] multifd: Drop x-multifd-page-count parameter

2019-02-27 Thread Juan Quintela
Libvirt don't want to expose (and explain it). From now on we measure the number of packages in bytes instead of pages, so it is the same independently of architecture. We choose the page size of x86. Notice that in the following patch we make this variable. Signed-off-by: Juan Quintela Reviewe