Hi,
I can try to make QEMU more useable with Valgrind by changing the QEMU code (which was Valgrind compatible up to Avi's change).
Is there some way for apps to figure they are running in valgrind? Then we could choose a different alignment automagically.Who aborts btw? Is this valgrind itself? Or qemu due to memalign failing? In case of the latter we could simply catch it and try again with another alignment ...
cheers, Gerd