Hi, Laurent Vivier, le Wed 28 Nov 2007 15:02:50 +0100, a écrit : > + ret = posix_memalign((void**)&buf, 0x200, 512);
For making this more easily portable, maybe it should be a new qemu_memalign() function? Also, the alignment may probably be better as a global macro, since the alignment requirements depend on the OS. Samuel