Home
last modified time | relevance | path

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

123

/qemu/
H A D.readthedocs.yml24 # We want all the document formats
25 formats: all
H A Dblock.c6136 const char **formats = NULL; in bdrv_iterate_format() local
6149 while (formats && i && !found) { in bdrv_iterate_format()
6154 formats = g_renew(const char *, formats, count + 1); in bdrv_iterate_format()
6155 formats[count++] = drv->format_name; in bdrv_iterate_format()
6172 while (formats && j && !found) { in bdrv_iterate_format()
6173 found = !strcmp(formats[--j], format_name); in bdrv_iterate_format()
6177 formats = g_renew(const char *, formats, count + 1); in bdrv_iterate_format()
6178 formats[count++] = format_name; in bdrv_iterate_format()
6183 qsort(formats, count, sizeof(formats[0]), qsort_strcmp); in bdrv_iterate_format()
6186 it(opaque, formats[i]); in bdrv_iterate_format()
[all …]
/qemu/qapi/
H A Ddump.json187 # @formats: the available formats for dump-guest-memory
193 'formats': ['DumpGuestMemoryFormat'] } }
198 # Returns the available formats for dump-guest-memory
201 # formats for dump-guest-memory
H A Dcrypto.json153 # The supported full disk encryption formats
169 # The common options that apply to all full disk encryption formats
246 # The options that are available for all encryption formats when
260 # The options that are available for all encryption formats when
275 # formats
416 # The options that are available for all encryption formats when
H A Dqapi-schema.json34 # for detailed information on the Server command and response formats.
/qemu/target/xtensa/
H A Dxtensa-isa.c500 return intisa->formats[fmt].name; in xtensa_format_name()
549 (*intisa->formats[fmt].encode_fn)(insn); in xtensa_format_encode()
559 return intisa->formats[fmt].length; in xtensa_format_length()
568 return intisa->formats[fmt].num_slots; in xtensa_format_num_slots()
581 slot_id = intisa->formats[fmt].slot_id[slot]; in xtensa_format_slot_nop_opcode()
595 slot_id = intisa->formats[fmt].slot_id[slot]; in xtensa_format_get_slot()
610 slot_id = intisa->formats[fmt].slot_id[slot]; in xtensa_format_set_slot()
667 slot_id = intisa->formats[fmt].slot_id[slot]; in xtensa_opcode_decode()
691 slot_id = intisa->formats[fmt].slot_id[slot]; in xtensa_opcode_encode()
932 slot_id = intisa->formats[fmt].slot_id[slot]; in xtensa_operand_get_field()
[all …]
H A Dhelper.c95 unsigned formats; in init_libisa() local
102 formats = xtensa_isa_num_formats(config->isa); in init_libisa()
106 for (i = 0; i < formats; ++i) { in init_libisa()
H A Dxtensa-isa-internal.h174 xtensa_format_internal *formats; member
/qemu/scripts/
H A Ddecodetree.py35 formats = {} variable
1008 global formats
1020 for fmt in formats.values():
1036 formats[name] = fmt
1046 global formats
1082 if tt in formats:
1083 fmt = formats[tt]
1174 if name in formats:
1178 formats[name] = fmt
1498 global formats
[all …]
/qemu/docs/system/
H A Dqemu-block-drivers.rst.inc1 Disk image file formats
13 .. program:: image-formats
34 .. program:: image-formats
175 .. program:: image-formats
209 .. program:: image-formats
246 .. program:: image-formats
287 .. program:: image-formats
300 .. program:: image-formats
330 .. program:: image-formats
343 .. program:: image-formats
[all …]
H A Dgeneric-loader.rst76 U-Boot, and Intel HEX executable formats as well as raw images. The syntax is
99 This can be used to load supported executable formats as if they
H A Dimages.rst6 QEMU supports many disk image formats, including growable disk images
/qemu/tests/decode/
H A Derr_field10.decode4 # Diagnose formats which refer to undefined fields
/qemu/tests/qemu-iotests/sample_images/
H A DREADME2 non-native formats that QEMU supports for compatibility. The idea is to use
/qemu/scripts/tracetool/format/
H A Dust_events_h.py72 fmts = e.formats()
/qemu/tests/qemu-iotests/
H A DREADME15 additional options to test further image formats or I/O methods.
H A D072.out3 === Testing nested image formats ===
H A Diotests.py1531 supported_formats.formats = {}
1533 if read_only not in supported_formats.formats:
1536 supported_formats.formats[read_only] = \
1539 return supported_formats.formats[read_only]
1561 def skip_for_formats(formats: Sequence[str] = ()) \
1569 if imgfmt in formats:
H A D089.out3 === Testing nested image formats ===
/qemu/target/mips/tcg/
H A Dtx79.decode19 # Named instruction formats. These are generally used to
/qemu/docs/tools/
H A Dqemu-img.rst14 all image formats supported by QEMU.
49 cases. See below for a description of the supported disk formats.
117 With or without a command, shows help and lists the supported formats.
268 *FILENAME*. Not all file formats support this operation.
429 Only the formats ``qcow`` and ``qcow2`` support compression. The
452 skipped. This is useful for formats such as ``rbd`` if the target
581 Two option formats are possible. The default format (``human``)
761 Supported image file formats:
929 QEMU also supports various other image file formats for
932 of supported formats see ``qemu-img --help``. For a more detailed
[all …]
/qemu/docs/specs/
H A Dvmcoreinfo.rst20 uint16_t host_format; /* formats host supports */
/qemu/include/standard-headers/linux/
H A Dvirtio_snd.h240 uint64_t formats; member
/qemu/target/s390x/tcg/
H A Dinsn-format.h.inc1 /* Description of s390 insn formats. */
/qemu/docs/devel/
H A Ddecodetree.rst19 *formats*, each of which may be re-used to simplify further definitions.
174 The *fixedbit_elt* and *field_elt* specifiers are unchanged from formats.

123