Re: [PATCH v2 0/2] Initialize backend memory objects in parallel

2024-01-29 Thread Mark Kanda
On 1/29/24 1:11 PM, David Hildenbrand wrote: On 22.01.24 16:32, Mark Kanda wrote: v2: - require MADV_POPULATE_WRITE (simplify the implementation) - require prealloc context threads to ensure optimal thread placement - use machine phase 'initialized' to detremine when to allow parallel init QE

Re: [PATCH v2 0/2] Initialize backend memory objects in parallel

2024-01-29 Thread David Hildenbrand
On 22.01.24 16:32, Mark Kanda wrote: v2: - require MADV_POPULATE_WRITE (simplify the implementation) - require prealloc context threads to ensure optimal thread placement - use machine phase 'initialized' to detremine when to allow parallel init QEMU initializes preallocated backend memory when

Re: [PATCH v2 0/2] Initialize backend memory objects in parallel

2024-01-29 Thread David Hildenbrand
On 29.01.24 14:39, Mark Kanda wrote: Ping. Any comments? Sorry, fell through the cracks, will review this soonish. -- Cheers, David / dhildenb

Re: [PATCH v2 0/2] Initialize backend memory objects in parallel

2024-01-29 Thread Mark Kanda
Ping. Any comments? Thanks/regards, -Mark On 1/22/24 9:32 AM, Mark Kanda wrote: v2: - require MADV_POPULATE_WRITE (simplify the implementation) - require prealloc context threads to ensure optimal thread placement - use machine phase 'initialized' to detremine when to allow parallel init QEMU

[PATCH v2 0/2] Initialize backend memory objects in parallel

2024-01-22 Thread Mark Kanda
v2: - require MADV_POPULATE_WRITE (simplify the implementation) - require prealloc context threads to ensure optimal thread placement - use machine phase 'initialized' to detremine when to allow parallel init QEMU initializes preallocated backend memory when parsing the corresponding objects from