Home
last modified time | relevance | path

Searched refs:error (Results 1 – 25 of 525) sorted by relevance

12345678910>>...21

/qemu/tests/qemu-iotests/
A D251.out6 qemu-img: warning: error while reading block status at offset status_fail_offset_0: Input/output er…
9 qemu-img: warning: error while reading offset read_fail_offset_0: Input/output error
11 qemu-img: warning: error while reading offset status_fail_offset_1: Input/output error
12 qemu-img: warning: error while reading offset read_fail_offset_2: Input/output error
13 qemu-img: warning: error while reading offset read_fail_offset_3: Input/output error
14 qemu-img: warning: error while reading offset read_fail_offset_4: Input/output error
15 qemu-img: warning: error while reading offset read_fail_offset_5: Input/output error
16 qemu-img: warning: error while reading offset read_fail_offset_6: Input/output error
17 qemu-img: warning: error while reading offset read_fail_offset_7: Input/output error
18 qemu-img: warning: error while reading offset read_fail_offset_8: Input/output error
[all …]
A D004.out9 write failed: Input/output error
12 write failed: Input/output error
15 write failed: Input/output error
18 write failed: Input/output error
21 writev failed: Input/output error
28 read failed: Input/output error
31 read failed: Input/output error
34 read failed: Input/output error
37 read failed: Input/output error
40 readv failed: Input/output error
A D219.out39 {"error": {"class": "GenericError", "desc": "Job 'job0' in state 'running' cannot accept command ve…
40 {"error": {"class": "GenericError", "desc": "Job 'job0' in state 'running' cannot accept command ve…
41 {"error": {"class": "GenericError", "desc": "Job 'job0' in state 'running' cannot accept command ve…
42 {"error": {"class": "GenericError", "desc": "Job 'job0' in state 'running' cannot accept command ve…
43 {"error": {"class": "GenericError", "desc": "Job 'job0' in state 'running' cannot accept command ve…
44 {"error": {"class": "GenericError", "desc": "Job 'job0' in state 'running' cannot accept command ve…
80 {"error": {"class": "GenericError", "desc": "Job 'job0' in state 'ready' cannot accept command verb…
81 {"error": {"class": "GenericError", "desc": "Job 'job0' in state 'ready' cannot accept command verb…
82 {"error": {"class": "GenericError", "desc": "Job 'job0' in state 'ready' cannot accept command verb…
83 {"error": {"class": "GenericError", "desc": "Job 'job0' in state 'ready' cannot accept command verb…
[all …]
A D083.out44 read failed: Input/output error
56 read failed: Input/output error
60 read failed: Input/output error
64 read failed: Input/output error
68 read failed: Input/output error
72 read failed: Input/output error
76 read failed: Input/output error
80 read failed: Input/output error
109 read failed: Input/output error
153 read failed: Input/output error
[all …]
A D171.out24 write failed: Input/output error
27 write failed: Input/output error
30 write failed: Input/output error
33 writev failed: Input/output error
40 read failed: Input/output error
43 read failed: Input/output error
46 read failed: Input/output error
49 readv failed: Input/output error
63 write failed: Input/output error
71 read failed: Input/output error
[all …]
A D026.out7 write failed: Input/output error
12 write failed: Input/output error
19 write failed: Input/output error
26 write failed: Input/output error
57 write failed: Input/output error
58 read failed: Input/output error
65 write failed: Input/output error
66 read failed: Input/output error
73 write failed: Input/output error
74 read failed: Input/output error
[all …]
A D026.out.nocache7 write failed: Input/output error
12 write failed: Input/output error
19 write failed: Input/output error
26 write failed: Input/output error
57 write failed: Input/output error
58 read failed: Input/output error
65 write failed: Input/output error
66 read failed: Input/output error
73 write failed: Input/output error
74 read failed: Input/output error
[all …]
A D296.out5 {"error": {"class": "GenericError", "desc": "Failed to get shared \"consistent read\" lock"}}
6 {"error": {"class": "GenericError", "desc": "Failed to get shared \"consistent read\" lock"}}
14 {"error": {"class": "GenericError", "desc": "Block node is read-only"}}
15 {"error": {"class": "GenericError", "desc": "Failed to get shared \"consistent read\" lock"}}
16 {"error": {"class": "GenericError", "desc": "Failed to get shared \"consistent read\" lock"}}
22 {"error": {"class": "GenericError", "desc": "Failed to get \"write\" lock"}}
A D060.out12 write failed: Input/output error
40 write failed: Input/output error
76 write failed: Input/output error
112 write failed: Input/output error
122 write failed: Input/output error
130 read failed: Input/output error
143 read failed: Input/output error
157 write failed: Input/output error
174 read failed: Input/output error
175 read failed: Input/output error
[all …]
/qemu/tests/tcg/multiarch/linux/
A Dlinux-test.c94 error("getcwd"); in test_file()
105 error("write"); in test_file()
112 error("writev"); in test_file()
121 error("read"); in test_file()
123 error("memcmp"); in test_file()
128 error("lseek"); in test_file()
135 error("readv"); in test_file()
137 error("memcmp"); in test_file()
321 error("recv"); in test_socket()
431 error("clone"); in test_clone()
[all …]
/qemu/tests/unit/
A Dtest-qga.c55 GError *error = NULL; in fixture_setup() local
74 g_assert_no_error(error); in fixture_setup()
79 g_assert_no_error(error); in fixture_setup()
124 QDict *error; in qmp_assertion_message_error() local
246 QDict *error; in test_qga_invalid_args() local
265 QDict *error; in test_qga_invalid_cmd() local
636 QDict *ret, *error; in test_qga_blockedrpcs() local
671 QDict *ret, *error; in test_qga_allowedrpcs() local
700 GError *error = NULL; in test_qga_config() local
959 QDict *error; in test_qga_guest_exec_invalid() local
[all …]
/qemu/bsd-user/freebsd/
A Dos-proc.c255 abi_long error = 0, target_rp_pids; in do_freebsd_procctl() local
287 if (error) { in do_freebsd_procctl()
288 return error; in do_freebsd_procctl()
300 error = -TARGET_EINVAL; in do_freebsd_procctl()
320 error = -TARGET_ENOMEM; in do_freebsd_procctl()
331 if (error) { in do_freebsd_procctl()
332 return error; in do_freebsd_procctl()
336 if (error) { in do_freebsd_procctl()
337 return error; in do_freebsd_procctl()
356 if (error) { in do_freebsd_procctl()
[all …]
/qemu/qga/
A Dcommands-windows-ssh.c149 goto error; in create_acl_user()
177 goto error; in create_acl_user()
186 error: in create_acl_user()
210 goto error; in create_acl_base()
226 goto error; in create_acl_base()
256 goto error; in create_acl_base()
269 error: in create_acl_base()
330 goto error; in create_ssh_directory()
365 error: in create_ssh_directory()
413 error: in set_file_permissions()
[all …]
/qemu/migration/
A Dchannel.c65 Error *error) in migration_channel_connect() argument
68 ioc, object_get_typename(OBJECT(ioc)), hostname, error); in migration_channel_connect()
70 if (!error) { in migration_channel_connect()
72 migration_tls_channel_connect(s, ioc, hostname, &error); in migration_channel_connect()
74 if (!error) { in migration_channel_connect()
92 migrate_fd_connect(s, error); in migration_channel_connect()
93 error_free(error); in migration_channel_connect()
/qemu/scripts/
A Darchive-source.sh12 error() { function
18 error "Usage: $0 <output tarball>"
57 error "scripts/archive-source.sh should only process wrap subprojects"
77 test $? -ne 0 && error "failed to archive qemu"
81 test $? -ne 0 && error "failed to download subproject $sp"
83 test $? -ne 0 && error "failed to append subproject $sp to $tar_file"
A Ddecodetree.py158 def error(lineno, *args): function
912 error(lineno, f'field {t} too large')
918 error(lineno, 'field too large')
923 error(lineno, 'field with no value')
938 error(lineno, 'duplicate field', name)
978 error(lineno, 'undefined field', name)
1081 error(lineno, 'multiple formats')
1141 error(lineno, f'invalid token "{t}"')
1338 error(lineno, 'missing close brace')
1523 error(0, err)
[all …]
/qemu/include/exec/
A Dcpu-defs.h23 #error cpu.h included from common code
37 # error TARGET_LONG_BITS must be defined in cpu-param.h
40 # error TARGET_PHYS_ADDR_SPACE_BITS must be defined in cpu-param.h
43 # error TARGET_VIRT_ADDR_SPACE_BITS must be defined in cpu-param.h
48 # error TARGET_PAGE_BITS_MIN must be defined in cpu-param.h
51 # error TARGET_PAGE_BITS must be defined in cpu-param.h
/qemu/crypto/
A Dtlssession.c158 goto error; in qcrypto_tls_session_new()
169 goto error; in qcrypto_tls_session_new()
191 goto error; in qcrypto_tls_session_new()
206 goto error; in qcrypto_tls_session_new()
227 goto error; in qcrypto_tls_session_new()
242 goto error; in qcrypto_tls_session_new()
256 goto error; in qcrypto_tls_session_new()
264 goto error; in qcrypto_tls_session_new()
276 goto error; in qcrypto_tls_session_new()
287 error: in qcrypto_tls_session_new()
[all …]
A Drsakey-builtin.c.inc80 goto error;
88 goto error;
92 goto error;
97 error:
128 goto error;
151 goto error;
162 goto error;
165 goto error;
171 goto error;
176 error:
/qemu/tests/qtest/
A Darm-cpu-features.c188 const char *error; in assert_type_full() local
195 error = resp_get_error(resp); in assert_type_full()
196 g_assert(error); in assert_type_full()
197 g_assert_cmpstr(error, ==, in assert_type_full()
204 const char *error; in assert_bad_props() local
214 g_assert(error); in assert_bad_props()
215 g_assert_cmpstr(error, ==, in assert_bad_props()
519 char *error; in test_query_cpu_model_expansion_kvm() local
596 g_free(error); in test_query_cpu_model_expansion_kvm()
607 g_free(error); in test_query_cpu_model_expansion_kvm()
[all …]
/qemu/subprojects/
A Dproc-macro-error-1-rs.wrap2 directory = proc-macro-error-1.0.4
3 source_url = https://crates.io/api/v1/crates/proc-macro-error/1.0.4/download
4 source_filename = proc-macro-error-1.0.4.tar.gz
7 patch_directory = proc-macro-error-1-rs
A Dproc-macro-error-attr-1-rs.wrap2 directory = proc-macro-error-attr-1.0.4
3 source_url = https://crates.io/api/v1/crates/proc-macro-error-attr/1.0.4/download
4 source_filename = proc-macro-error-attr-1.0.4.tar.gz
7 patch_directory = proc-macro-error-attr-1-rs
/qemu/tests/tcg/s390x/
A Dtrap.c38 #define error(fmt, ...) error1(__FILE__, __LINE__, fmt, ## __VA_ARGS__) macro
49 error("unexpected si_code: 0x%x != 0", si->si_code); in sig_handler()
60 error("unexpected signal 0x%x\n", sig); in sig_handler()
94 error("unexpected SIGFPE count: %d != 2", sigfpe_count); in main()
97 error("unexpected SIGILL count: %d != 0", sigill_count); in main()
/qemu/subprojects/packagefiles/proc-macro-error-1-rs/
A Dmeson.build1 project('proc-macro-error-1-rs', 'rust',
7 subproject('proc-macro-error-attr-1-rs', required: true)
12 proc_macro_error_attr_dep = dependency('proc-macro-error-attr-1-rs', native: true)
24 '--cfg', 'feature="syn-error"',
41 meson.override_dependency('proc-macro-error-1-rs', proc_macro_error_dep, native: true)
/qemu/hw/display/
A Dvirtio-gpu-virgl.c310 cmd->error = VIRTIO_GPU_RESP_ERR_UNSPEC; in virgl_cmd_resource_unref()
344 cmd->error = VIRTIO_GPU_RESP_ERR_UNSPEC; in virgl_cmd_context_create()
561 cmd->error = VIRTIO_GPU_RESP_ERR_UNSPEC; in virgl_resource_attach_backing()
723 cmd->error = VIRTIO_GPU_RESP_ERR_UNSPEC; in virgl_cmd_resource_create_blob()
733 cmd->error = VIRTIO_GPU_RESP_ERR_UNSPEC; in virgl_cmd_resource_create_blob()
766 cmd->error = VIRTIO_GPU_RESP_ERR_UNSPEC; in virgl_cmd_resource_map_blob()
797 cmd->error = VIRTIO_GPU_RESP_ERR_UNSPEC; in virgl_cmd_resource_unmap_blob()
850 cmd->error = VIRTIO_GPU_RESP_ERR_UNSPEC; in virgl_cmd_set_scanout_blob()
954 cmd->error = VIRTIO_GPU_RESP_ERR_UNSPEC; in virtio_gpu_virgl_process_cmd()
961 if (cmd->error) { in virtio_gpu_virgl_process_cmd()
[all …]

Completed in 743 milliseconds

12345678910>>...21