We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c8004fe + 029afc4 commit 3cbc897Copy full SHA for 3cbc897
qdev-monitor.c
@@ -300,7 +300,7 @@ int qdev_device_help(QemuOpts *opts)
300
}
301
g_ptr_array_sort(array, (GCompareFunc)qemu_pstrcmp0);
302
for (i = 0; i < array->len; i++) {
303
- printf("%s\n", (char *)array->pdata[i]);
+ qemu_printf("%s\n", (char *)array->pdata[i]);
304
305
g_ptr_array_set_free_func(array, g_free);
306
g_ptr_array_free(array, true);
0 commit comments