Searched refs:error_printf_unless_qmp (Results 1 – 4 of 4) sorted by relevance
/external/qemu/include/qemu/ |
D | error-report.h | 39 void error_printf_unless_qmp(const char *fmt, ...) GCC_FMT_ATTR(1, 2);
|
/external/qemu/util/ |
D | qemu-error.c | 43 void error_printf_unless_qmp(const char *fmt, ...) in error_printf_unless_qmp() function
|
D | qemu-option.c | 230 error_printf_unless_qmp("You may use k, M, G or T suffixes for " in parse_option_size() 691 …error_printf_unless_qmp("Identifiers consist of letters, digits, '-', '.', '_', starting with a le… in qemu_opts_create()
|
/external/qemu/hw/core/ |
D | qdev.c | 171 error_printf_unless_qmp("Try with argument '?' for a list.\n"); in qdev_device_add()
|