Home
last modified time | relevance | path

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

/qemu/util/
H A Derror.c25 GString *hint; member
38 if (err->hint) { in error_handle()
39 error_printf("%s", err->hint->str); in error_handle()
168 if (!err->hint) { in error_append_hint()
169 err->hint = g_string_new(NULL); in error_append_hint()
215 if (err->hint) { in error_copy()
216 err_new->hint = g_string_new(err->hint->str); in error_copy()
235 if (err->hint) { in error_report_err()
236 error_printf("%s", err->hint->str); in error_report_err()
244 if (err->hint) { in warn_report_err()
[all …]
/qemu/hw/mem/
H A Dpc-dimm.c35 static int pc_dimm_get_free_slot(const int *hint, int max_slots, Error **errp);
118 static int pc_dimm_get_free_slot(const int *hint, int max_slots, Error **errp) in pc_dimm_get_free_slot() argument
133 if (hint) { in pc_dimm_get_free_slot()
134 if (*hint >= max_slots) { in pc_dimm_get_free_slot()
136 *hint, max_slots); in pc_dimm_get_free_slot()
137 } else if (!test_bit(*hint, bitmap)) { in pc_dimm_get_free_slot()
138 slot = *hint; in pc_dimm_get_free_slot()
140 error_setg(errp, "slot %d is busy", *hint); in pc_dimm_get_free_slot()
H A Dmemory-device.c215 const uint64_t *hint, in memory_device_get_free_addr() argument
233 if (hint && !QEMU_IS_ALIGNED(*hint, align)) { in memory_device_get_free_addr()
239 if (hint) { in memory_device_get_free_addr()
240 if (range_init(&new, *hint, size) || !range_contains_range(&as, &new)) { in memory_device_get_free_addr()
243 PRIx64 "]", *hint, size, range_lob(&as), in memory_device_get_free_addr()
270 if (hint) { in memory_device_get_free_addr()
/qemu/scripts/oss-fuzz/
H A Dminimize_qtest_trace.py193 hint = split_write_hint(newtrace, i)
194 if hint is not None:
195 hint_addr = hint[0]
196 hint_len = hint[1]
/qemu/include/block/
H A Dblock_int-io.h128 bdrv_co_refresh_total_sectors(BlockDriverState *bs, int64_t hint);
131 bdrv_refresh_total_sectors(BlockDriverState *bs, int64_t hint);
/qemu/target/hexagon/imported/
H A Dencode_subinsn.def117 /* Add a group of NCJ: if (R.new==#0) jump:hint #r9 */
118 /* Add a group of NCJ: if (R.new!=#0) jump:hint #r9 */
H A Dbranch.idef66 Q6INSN(J4_hintjumpr,"hintjr(Rs32)",ATTRIBS(A_JINDIR),"hint indirect conditional jump",
/qemu/tests/qemu-iotests/
H A D082.out68 extent_size_hint=<size> - Extent size hint for the image file, 0 to disable
94 extent_size_hint=<size> - Extent size hint for the image file, 0 to disable
120 extent_size_hint=<size> - Extent size hint for the image file, 0 to disable
146 extent_size_hint=<size> - Extent size hint for the image file, 0 to disable
172 extent_size_hint=<size> - Extent size hint for the image file, 0 to disable
198 extent_size_hint=<size> - Extent size hint for the image file, 0 to disable
224 extent_size_hint=<size> - Extent size hint for the image file, 0 to disable
250 extent_size_hint=<size> - Extent size hint for the image file, 0 to disable
378 extent_size_hint=<size> - Extent size hint for the image file, 0 to disable
404 extent_size_hint=<size> - Extent size hint for the image file, 0 to disable
[all …]
/qemu/docs/devel/
H A Dtrivial-patches.rst21 **You should hint that your patch is a candidate by CCing
H A Dtcg-plugins.rst32 -plugin contrib/plugin/libhowvec.so,inline=on,count=hint \
37 ops to count and break down the hint instructions by type.
42 QEMU_PLUGIN="file=contrib/plugins/libhowvec.so,inline=on,count=hint" $QEMU
/qemu/docs/system/devices/
H A Dvirtio-pmem.rst68 a hint to application to perform fsync for write persistence.
/qemu/qapi/
H A Ddump.json168 # @error: human-readable error string that provides hint on why dump
H A Dblock-core.json173 # @extent-size-hint: Extent size hint (if available)
179 '*extent-size-hint': 'size'
4935 # @extent-size-hint: Extent size hint to add to the image file; 0 for
4936 # not adding an extent size hint (default: 1 MB, since 5.1)
4945 '*extent-size-hint': 'size'} }
/qemu/target/arm/tcg/
H A Dt16.decode236 # rest of the space is a reserved hint, behaves as nop.
H A Dt32.decode380 # of the space is "reserved hint, behaves as nop".
H A Da64.decode274 # STNP, LDNP: Signed offset, non-temporal hint. We don't emulate caches
/qemu/target/loongarch/
H A Dinsns.decode26 &hint_r_i hint rj imm
27 &hint_rr hint rj rk
72 @hint_r_i12 .... ...... imm:s12 rj:5 hint:5 &hint_r_i
73 @hint_rr .... ........ ..... rk:5 rj:5 hint:5 &hint_rr
H A Ddisas.c195 output(ctx, mnemonic, "%d, r%d, %d", a->hint, a->rj, a->imm); in output_hint_r_i()
201 output(ctx, mnemonic, "%d, r%d, r%d", a->hint, a->rj, a->rk); in output_hint_rr()
/qemu/docs/system/arm/
H A Demulation.rst37 - FEAT_DGH (Data gathering hint)
/qemu/
H A Dblock.c1053 int64_t hint) in bdrv_co_refresh_total_sectors() argument
1073 hint = DIV_ROUND_UP(length, BDRV_SECTOR_SIZE); in bdrv_co_refresh_total_sectors()
1076 bs->total_sectors = hint; in bdrv_co_refresh_total_sectors()
H A Dqemu-options.hx3942 - specify a firmware and pass a hint to the kernel to boot
/qemu/target/mips/tcg/
H A Dmicromips_translate.c.inc2645 /* hint codes 24-31 are reserved and signal RI */
2672 /* hint codes 24-31 are reserved and signal RI */
H A Dnanomips_translate.c.inc1148 * Hint = 0 is JR/JALR, hint 16 is JR.HB/JALR.HB, the
1151 MIPS_INVAL("jump hint");
/qemu/disas/
H A Dnanomips.c1400 uint64 hint = extract_hint_25_24_23_22_21(instruction); in PREF_S9__cond() local
1401 return hint != 31; in PREF_S9__cond()
1407 uint64 hint = extract_hint_25_24_23_22_21(instruction); in PREFE_cond() local
1408 return hint != 31; in PREFE_cond()
/qemu/qga/
H A Dqapi-schema.json525 # ranges smaller than this may be ignored (this is a hint and the