Re: [PATCH v2] conf: Introduce memory allocation threads

2022-03-24 Thread Martin Kletzander
On Thu, Mar 24, 2022 at 12:16:01PM +0100, Michal Privoznik wrote: Since its v5.0.0 release QEMU is capable of specifying number of threads used to allocate memory. It defaults to 1, which may be too low for humongous guests with gigantic pages. In general, on QEMU cmd line level it is possible t

[PATCH v2] conf: Introduce memory allocation threads

2022-03-24 Thread Michal Privoznik
Since its v5.0.0 release QEMU is capable of specifying number of threads used to allocate memory. It defaults to 1, which may be too low for humongous guests with gigantic pages. In general, on QEMU cmd line level it is possible to use different number of threads per each memory-backend-* object,