On Tue, Aug 17, 2010 at 12:57:21AM +0200, Jean-Yves Migeon wrote: > - kvm(3) API will have to move from using 'unsigned long' to 'paddr_t'. I > am currently checking that for all architectures except i386, > sizeof(paddr_t) == sizeof(u_long). No. The kvm(3) API should be uint64_t or similar exclusively. Joerg