[Qemu-devel] [PATCH v2] trace: Adapt trace file name for Haiku
Acked-by: Stefan Hajnoczi
[Qemu-devel] [PATCH v2] trace: Adapt trace file name for Haiku
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: