Andreas Färber writes:
> Corresponds to existing qemu_log_vprintf() but uses a mask.
qemu_log_vprintf() has just two callers. Perhaps it could be replaced
by your qemu_log_mask_vprintf(). Just an idea, no need to respin
because of this.
Corresponds to existing qemu_log_vprintf() but uses a mask.
Signed-off-by: Andreas Färber
---
include/qemu/log.h | 16
1 Datei geändert, 16 Zeilen hinzugefügt(+)
diff --git a/include/qemu/log.h b/include/qemu/log.h
index 5a46555..9dd7a3e 100644
--- a/include/qemu/log.h
+++ b/