On Sat, Mar 24, 2012 at 08:13:34AM +0100, Stefan Weil wrote: > mem is an uint64_t value, so %lx was wrong. > > Signed-off-by: Stefan Weil <s...@weilnetz.de> > --- > trace-events | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-)
Normally build fixes are sent directly to qemu.git/master committers for quick merging. But this fix is only needed for 32-bit hosts that use stderr tracing or another backend that uses the format string. Thanks, applied to the trivial patches tree: https://github.com/stefanha/qemu/commits/trivial-patches Stefan