[PATCH v5 0/3] xen/balloon: fixes for memory hotplug

2020-09-01 Thread Roger Pau Monne
Hello, The following series contain some fixes in order to split Xen unpopulated memory handling from the ballooning driver using the ZONE_DEVICE functionality, so that physical memory regions used to map foreign pages are not tied to memory hotplug. Note this is currently only available for x86

Re: [PATCH v5 0/3] xen/balloon: fixes for memory hotplug

2020-09-04 Thread Jürgen Groß
On 01.09.20 10:33, Roger Pau Monne wrote: Hello, The following series contain some fixes in order to split Xen unpopulated memory handling from the ballooning driver using the ZONE_DEVICE functionality, so that physical memory regions used to map foreign pages are not tied to memory hotplug. No