/qemu/hw/virtio/ |
H A D | virtio-crypto.c | 100 virtio_error(vdev, "virtio-crypto cipher key incorrect"); in virtio_crypto_cipher_session_helper() 170 "virtio-crypto authenticated key incorrect"); in virtio_crypto_create_sym_session() 222 virtio_error(vdev, "virtio-crypto asym key incorrect"); in virtio_crypto_create_asym_session() 296 virtio_error(vdev, "virtio-crypto input incorrect"); in virtio_crypto_create_session_completion() 326 virtio_error(vdev, "virtio-crypto status incorrect"); in virtio_crypto_destroy_session_completion() 440 virtio_error(vdev, "virtio-crypto input incorrect"); in virtio_crypto_handle_ctrl() 520 virtio_error(vdev, "virtio-crypto dest data incorrect"); in virtio_crypto_sym_input_data_helper() 533 virtio_error(vdev, "virtio-crypto digest result incorrect"); in virtio_crypto_sym_input_data_helper() 557 virtio_error(vdev, "virtio-crypto asym dest data incorrect"); in virtio_crypto_akcipher_input_data_helper() 665 virtio_error(vdev, "virtio-crypto iv incorrect"); in virtio_crypto_sym_op_helper() [all …]
|
/qemu/pc-bios/s390-ccw/ |
H A D | s390-arch.h | 18 _Static_assert(sizeof(struct PSW) == 16, "PSW size incorrect"); 25 _Static_assert(sizeof(struct PSWLegacy) == 8, "PSWLegacy size incorrect");
|
/qemu/audio/ |
H A D | wavcapture.c | 123 error_report("incorrect bit count %d, must be 8 or 16", bits); in wav_start_capture() 128 error_report("incorrect channel count %d, must be 1 or 2", in wav_start_capture()
|
/qemu/tests/qemu-iotests/tests/ |
H A D | parallels-checks.out | 111 Repairing data_off field has incorrect value 121 Repairing data_off field has incorrect value
|
/qemu/gdbstub/ |
H A D | trace-events | 28 gdbstub_err_checksum_incorrect(uint8_t expected, uint8_t got) "got command packet with incorrect ch…
|
/qemu/tests/tcg/aarch64/ |
H A D | sme-fmopa-2.c | 41 printf("Test failed: Incorrect output in first 4 bytes\n" in main()
|
/qemu/target/alpha/ |
H A D | cpu.c | 213 * TODO: this is incorrect. The Alpha Architecture Handbook version 4 in alpha_cpu_initfn() 222 * TODO: this is incorrect. The Alpha Architecture Handbook version 4 in alpha_cpu_initfn()
|
/qemu/tests/vm/ |
H A D | ubuntu.aarch64 | 38 # would be incorrect at an indeterminate point in the future.
|
/qemu/include/crypto/ |
H A D | block.h | 106 * or incorrect passphrases. 149 * or incorrect passphrases.
|
H A D | cipher.h | 152 * a key of the incorrect length.
|
/qemu/docs/tools/ |
H A D | qemu-pr-helper.rst | 20 programs because incorrect usage can disrupt regular operation of the
|
/qemu/target/hexagon/idef-parser/ |
H A D | README.rst | 552 our binary with the incorrect tinycode generators, we can compare the CPU state 561 to diverge on line 141, with an incorrect value in the ``R1`` register 576 which the caused the incorrect CPU state, around line 141 we find 631 ``R1 = memw(R2+#0x0)`` or with an incorrect add ``R1 = add(R2,R1)``. At this
|
/qemu/linux-user/mips64/ |
H A D | target_signal.h | 12 #define TARGET_SIGSTKFLT 7 /* XXX: incorrect */
|
/qemu/linux-user/mips/ |
H A D | target_signal.h | 12 #define TARGET_SIGSTKFLT 7 /* XXX: incorrect */
|
/qemu/target/mips/tcg/ |
H A D | mxu_translate.c | 1708 /* opcode padding incorrect -> do nothing */ in gen_mxu_S32NOR() 1744 /* opcode padding incorrect -> do nothing */ in gen_mxu_S32AND() 1774 /* opcode padding incorrect -> do nothing */ in gen_mxu_S32OR() 1810 /* opcode padding incorrect -> do nothing */ in gen_mxu_S32XOR() 2138 /* opcode padding incorrect -> do nothing */ in gen_mxu_S32MAX_S32MIN() 2188 /* opcode padding incorrect -> do nothing */ in gen_mxu_D16MAX_D16MIN() 2281 /* opcode padding incorrect -> do nothing */ in gen_mxu_Q8MAX_Q8MIN() 2385 /* opcode padding incorrect -> do nothing */ in gen_mxu_q8slt() 2436 /* opcode padding incorrect -> do nothing */ in gen_mxu_S32SLT() 2472 /* opcode padding incorrect -> do nothing */ in gen_mxu_D16SLT() [all …]
|
/qemu/contrib/vhost-user-gpu/ |
H A D | vugpu.h | 171 g_critical("%s: command size incorrect %zu vs %zu", \
|
H A D | vhost-user-gpu.c | 246 g_critical("%s: response size incorrect %zu vs %zu", in vg_ctrl_response() 499 g_critical("%s: command data size incorrect %zu vs %zu", in vg_create_mapping_iov() 925 g_warning("%s: command size incorrect %zu vs %zu\n", in vg_handle_ctrl() 1032 g_warning("%s: cursor size incorrect %zu vs %zu\n", in vg_handle_cursor()
|
/qemu/include/hw/ssi/ |
H A D | ssi.h | 104 * would be incorrect. (Instead you would want ssi_realize(), which
|
/qemu/hw/audio/ |
H A D | virtio-snd.c | 175 "%s: virtio-snd command size incorrect %zu vs \ in virtio_snd_handle_pcm_info() 304 "%s: virtio-snd command size incorrect %zu vs \ in virtio_snd_handle_pcm_set_params() 547 "%s: virtio-snd command size incorrect %zu vs \ in virtio_snd_handle_pcm_start_stop() 616 "%s: virtio-snd command size incorrect %zu vs \ in virtio_snd_handle_pcm_release() 675 "%s: virtio-snd command size incorrect %zu vs \ in process_cmd()
|
/qemu/docs/system/ |
H A D | pr-manager.rst | 10 programs because incorrect usage can disrupt regular operation of the
|
/qemu/target/riscv/insn_trans/ |
H A D | trans_rvm.c.inc | 273 * This avoids a possible host trap, but produces an incorrect result. 306 * This avoids a possible host trap, but produces an incorrect result.
|
/qemu/system/ |
H A D | dirtylimit.c | 465 error_setg(errp, "incorrect cpu index specified"); in qmp_cancel_vcpu_dirty_limit() 521 error_setg(errp, "incorrect cpu index specified"); in qmp_set_vcpu_dirty_limit()
|
/qemu/hw/ipmi/ |
H A D | isa_ipmi_kcs.c | 77 * Version 1 had an incorrect name, it clashed with the BT IPMI
|
/qemu/hw/misc/ |
H A D | mips_cpc.c | 137 "incorrect vp_start_running 0x%" PRIx64 " for num_vp = %d", in mips_cpc_realize()
|
/qemu/include/fpu/ |
H A D | softfloat-helpers.h | 39 TIMES RESULT IN INCORRECT BEHAVIOR. USE OF THIS SOFTWARE IS RESTRICTED TO
|