]> Git Repo - qemu.git/blobdiff - hw/spapr.h
scsi: make code more homogeneous in AIO callback functions
[qemu.git] / hw / spapr.h
index 11160b02dad9b68d02fd81f393491267c7b5bd17..654a7a8a34f7f37854924cf82bb7394afd38b9cc 100644 (file)
@@ -272,7 +272,7 @@ extern sPAPREnvironment *spapr;
 
 #ifdef DEBUG_SPAPR_HCALLS
 #define hcall_dprintf(fmt, ...) \
-    do { fprintf(stderr, fmt, ## __VA_ARGS__); } while (0)
+    do { fprintf(stderr, "%s: " fmt, __func__, ## __VA_ARGS__); } while (0)
 #else
 #define hcall_dprintf(fmt, ...) \
     do { } while (0)
This page took 0.022329 seconds and 4 git commands to generate.