Searched refs:ERROR_CLASS_GENERIC_ERROR (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | qmp-cmd-test.c | 38 { "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()
|
/openbmc/qemu/util/ |
H A D | error.c | 105 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()
|
/openbmc/qemu/tests/unit/ |
H A D | test-qmp-cmds.c | 217 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()
|
/openbmc/qemu/include/qapi/ |
H A D | error.h | 283 ERROR_CLASS_GENERIC_ERROR = QAPI_ERROR_CLASS_GENERICERROR, enumerator
|
/openbmc/qemu/qapi/ |
H A D | qapi-visit-core.c | 415 ERROR_CLASS_GENERIC_ERROR, in input_type_enum()
|
H A D | qobject-input-visitor.c | 671 ERROR_CLASS_GENERIC_ERROR, in qobject_input_policy_reject()
|
/openbmc/qemu/system/ |
H A D | qdev-monitor.c | 890 ERROR_CLASS_GENERIC_ERROR : ERROR_CLASS_DEVICE_NOT_FOUND), in find_device_state()
|