On 11.01.2018 11:43, Paolo Bonzini wrote: > On 10/01/2018 22:53, David Hildenbrand wrote: >> This series implements >> - detection of installed physical memory >> - setup of the physical allocator >> - setup of the MMU / page tables / DAT >> - setup of the virtual allocator >> >> The CPU now runs with DAT enabled. I added a small test to make sure >> malloc() indeed works and uses virtual adresses. > > Thanks! Does sieve.flat work too? :) Works with minor modifications (instead of setup_vm(), which is already done, I temporarily disable DAT). Found a QEMU TCG bug, trying to disable DAT :) -- Thanks, David / dhildenb