Home
last modified time | relevance | path

Searched refs:ERROR_CLASS_GENERIC_ERROR (Results 1 – 6 of 6) sorted by relevance

/qemu/tests/qtest/
H A Dqmp-cmd-test.c38 { "query-vnc", ERROR_CLASS_GENERIC_ERROR }, in query_error_class()
39 { "query-vnc-servers", ERROR_CLASS_GENERIC_ERROR }, in query_error_class()
45 { "query-acpi-ospm-status", ERROR_CLASS_GENERIC_ERROR }, in query_error_class()
47 { "query-hotpluggable-cpus", ERROR_CLASS_GENERIC_ERROR }, in query_error_class()
48 { "query-hv-balloon-status-report", ERROR_CLASS_GENERIC_ERROR }, in query_error_class()
49 { "query-vm-generation-id", ERROR_CLASS_GENERIC_ERROR }, in query_error_class()
51 { "x-query-usb", ERROR_CLASS_GENERIC_ERROR }, in query_error_class()
53 { "x-query-jit", ERROR_CLASS_GENERIC_ERROR }, in query_error_class()
54 { "x-query-opcount", ERROR_CLASS_GENERIC_ERROR }, in query_error_class()
55 { "xen-event-list", ERROR_CLASS_GENERIC_ERROR }, in query_error_class()
/qemu/util/
H A Derror.c105 error_setv(errp, src, line, func, ERROR_CLASS_GENERIC_ERROR, fmt, ap, NULL); in error_setg_internal()
117 error_setv(errp, src, line, func, ERROR_CLASS_GENERIC_ERROR, fmt, ap, in error_setg_errno_internal()
196 error_setv(errp, src, line, func, ERROR_CLASS_GENERIC_ERROR, in error_setg_win32_internal()
/qemu/tests/unit/
H A Dtest-qmp-cmds.c217 do_qmp_dispatch_error(false, ERROR_CLASS_GENERIC_ERROR, in test_dispatch_cmd_failure()
221 do_qmp_dispatch_error(false, ERROR_CLASS_GENERIC_ERROR, in test_dispatch_cmd_failure()
315 do_qmp_dispatch_error(false, ERROR_CLASS_GENERIC_ERROR, cmd); in test_dispatch_cmd_arg_deprecated()
/qemu/include/qapi/
H A Derror.h283 ERROR_CLASS_GENERIC_ERROR = QAPI_ERROR_CLASS_GENERICERROR, enumerator
/qemu/qapi/
H A Dqapi-visit-core.c415 ERROR_CLASS_GENERIC_ERROR, in input_type_enum()
H A Dqobject-input-visitor.c671 ERROR_CLASS_GENERIC_ERROR, in qobject_input_policy_reject()