Re: [PATCH v8 00/15] RAM_NORESERVE, MAP_NORESERVE and hostmem "reserve" property

2021-06-11 Thread David Hildenbrand
On 11.06.21 15:34, Paolo Bonzini wrote: On 10/05/21 13:43, David Hildenbrand wrote: Based-on: 20210406080126.24010-1-da...@redhat.com Queued both the dependent series and this one, thanks. Sorry for the delay. No worries Paolo, I know that we're all super busy -- thanks! -- Thanks,

Re: [PATCH v8 00/15] RAM_NORESERVE, MAP_NORESERVE and hostmem "reserve" property

2021-06-11 Thread Paolo Bonzini
On 10/05/21 13:43, David Hildenbrand wrote: Based-on: 20210406080126.24010-1-da...@redhat.com Queued both the dependent series and this one, thanks. Sorry for the delay. Paolo Some cleanups previously sent in other context (resizeable allocations), followed by RAM_NORESERVE, implementing

[PATCH v8 00/15] RAM_NORESERVE, MAP_NORESERVE and hostmem "reserve" property

2021-05-10 Thread David Hildenbrand
Based-on: 20210406080126.24010-1-da...@redhat.com Some cleanups previously sent in other context (resizeable allocations), followed by RAM_NORESERVE, implementing it under Linux using MAP_NORESERVE, and letting users configure it for memory backens using the "reserve" property (default: true).