On 15.01.2018 11:31, Paolo Bonzini wrote: > On 15/01/2018 11:21, David Hildenbrand wrote: >>> Commit message isn't quite right. After this patch it's possible to >>> use malloc and memalign, based on the early-ops, but alloc_pages() >>> requires the freelist to be initialized first by free_pages(), done >>> by setup_vm(). >> >> That's interesting, as I am using alloc_pages() during setup_vm() I >> haven't noticed it. > > You're using it during setup_mmu, not setup_vm. ... which is only called from setup_vm(). > > Paolo > -- Thanks, David / dhildenb