microblaze: Add MMU emulation.
[qemu] / host-utils.h
2008-11-12 balrogInclude <strings.h> for ffs().
2008-10-12 aurel32Define macro QEMU_GNUC_PREREQ and use it
2008-10-12 aurel32Only use __builtin_* with GCC >= 3.4
2008-10-12 aurel32Optimize some host-utils function with gcc builtins
2008-06-05 thsFix always_inline definition for Darwin, by Andreas...
2007-12-18 thsCode formatting.
2007-11-05 j_mayerFix muls64 prototype to match the actual implementation.
2007-11-04 j_mayerFor consistency, move muls64 / mulu64 prototypes to...
2007-10-28 j_mayerAdd shared ctz32, cto32, ctz64, cto64,
2007-10-27 thsAdd sharable clz/clo inline functions and use them...