On 14.03.19 16:49, Oscar Salvador wrote: > On Thu, Mar 14, 2019 at 04:40:25PM +0100, David Hildenbrand wrote: >> @@ -646,6 +647,7 @@ void free_xenballooned_pages(int nr_pages, struct page **pages) >> >> for (i = 0; i < nr_pages; i++) { >> if (pages[i]) >> + __SetPageOffline(pages[i]); >> balloon_append(pages[i]); > > didn't you forget {} there? ;-) > That's what happens when you stashed the original patch and try to recreate it quickly from a mail ;) Thanks! -- Thanks, David / dhildenb