[Qemu-devel] [PATCH v2] trace: Adapt trace file name for Haiku

2010-10-11 Thread Stefan Hajnoczi
Acked-by: Stefan Hajnoczi

[Qemu-devel] [PATCH v2] trace: Adapt trace file name for Haiku

2010-10-10 Thread Andreas Färber
Cast the getpid() return value and adapt the format string. Avoids the following warning: CCsimpletrace.o /Data/QEMU/qemu/simpletrace.c: In function 'st_set_trace_file': /Data/QEMU/qemu/simpletrace.c:77: warning: format '%u' expects type 'unsigned int', but argument 3 has type 'pid_t' v2: