Home
last modified time | relevance | path

Searched full:formats (Results 1 – 25 of 141) sorted by relevance

123456

/qemu/qapi/
H A Ddump.json187 # @formats: the available formats for dump-guest-memory
193 'formats': ['DumpGuestMemoryFormat'] } }
198 # Return the available formats for dump-guest-memory
201 # formats for dump-guest-memory
208 # <- { "return": { "formats": null
H A Dcrypto.json149 # The supported full disk encryption formats
164 # The common options that apply to all full disk encryption formats
238 # The options that are available for all encryption formats when
252 # The options that are available for all encryption formats when
267 # formats
408 # The options that are available for all encryption formats when
/qemu/docs/system/
H A Dqemu-block-drivers.rst.inc1 Disk image file formats
4 QEMU supports many image file formats that can be used with VMs as well as with
5 any of the tools (like ``qemu-img``). This includes the preferred formats
6 raw and qcow2 as well as formats that are supported for compatibility with
13 .. program:: image-formats
34 .. program:: image-formats
175 .. program:: image-formats
209 .. program:: image-formats
246 .. program:: image-formats
287 .. 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
/qemu/tests/qemu-iotests/
H A D0724 # Test case for nested image formats
47 echo "=== Testing nested image formats ==="
62 # should not work for any image formats with a header.
H A DREADME15 additional options to test further image formats or I/O methods.
H A D237209 # Split formats
210 iotests.log("== Split formats ==")
H A Dcommon.rc775 # tests whether $IMGFMT is one of the supported image formats for a test
779 # "generic" is suitable for most image formats. For some formats it doesn't
780 # work, however (most notably read-only formats), so they can opt out by
975 sed -e '/Supported formats:/!d' -e 's/Supported formats://')
H A D072.out3 === Testing nested image formats ===
H A Diotests.py190 # additional images in other formats that doesn't support these options.
1442 notrun(f'formats {usf_list} are not whitelisted')
1548 if not hasattr(supported_formats, "formats"):
1549 supported_formats.formats = {}
1551 if read_only not in supported_formats.formats:
1554 supported_formats.formats[read_only] = \
1557 return supported_formats.formats[read_only]
1561 Runs the test if all the required formats are whitelisted'''
1572 msg = f'{test_case}: formats {usf_list} are not whitelisted'
1579 def skip_for_formats(formats: Sequence[str] = ()) \
[all …]
/qemu/
H A D.readthedocs.yml24 # We want all the document formats
25 formats: all
/qemu/scripts/
H A Dtracetool.py40 Formats:
41 %(formats)s
53 "formats" : format_descr,
H A Ddecodetree.py35 formats = {} variable
52 # Identifiers for Arguments, Fields, Formats and Patterns.
466 """Common code between instruction formats and instruction patterns"""
1008 global formats
1020 for fmt in formats.values():
1031 name = decode_function + '_Fmt_' + str(len(formats))
1036 formats[name] = fmt
1046 global formats
1081 error(lineno, 'multiple formats')
1082 if tt in formats:
[all …]
/qemu/target/xtensa/
H A Dxtensa-isa.c472 /* Instruction formats. */
487 if ((SLOT) < 0 || (SLOT) >= (INTISA)->formats[FMT].num_slots) { \
500 return intisa->formats[fmt].name; in xtensa_format_name()
516 if (strcasecmp(fmtname, intisa->formats[fmt].name) == 0) { in xtensa_format_lookup()
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()
[all …]
H A Dhelper.c96 unsigned formats; in init_libisa() local
103 formats = xtensa_isa_num_formats(config->isa); in init_libisa()
107 for (i = 0; i < formats; ++i) { in init_libisa()
/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.
339 Only the formats ``qcow2``, ``qed``, ``parallels``, ``vhdx``, ``vmdk`` and
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``)
672 Changes the backing file of an image. Only the formats ``qcow2`` and
761 Supported image file formats:
[all …]
/qemu/include/ui/
H A Dqemu-pixman.h18 * pixman image formats are defined to be native endian,
20 * fixed formats here for cases where it is needed, like
H A Dpixman-minimal.h75 /* 32bpp formats */
84 /* 24bpp formats */
87 /* 16bpp formats */
/qemu/scripts/tracetool/format/
H A D__init__.py7 Creating new formats
16 All formats must generate their contents through the 'tracetool.out' routine.
/qemu/include/standard-headers/drm/
H A Ddrm_fourcc.h35 * In the DRM subsystem, framebuffer pixel formats are described using the
94 * Because this is the authoritative source for pixel formats and modifiers
270 * packed YCbCr420 2x2 tiled formats
285 * In these formats, the component ordering is specified (Y, followed by U
287 * These formats can only be used with a non-Linear modifier.
405 * swizzled formats, or compression, or a combination of the two.
555 * The framebuffer format must be one of the 8:8:8:8 RGB formats.
590 * Y-tile widths. For semi-planar formats like NV12, CCS planes follow the
639 * The main surface is Tile 4 and at plane index 0. For semi-planar formats
680 * tile4 widths. For semi-planar formats like NV12, CCS planes follow the
[all …]
/qemu/tests/qemu-iotests/sample_images/
H A DREADME2 non-native formats that QEMU supports for compatibility. The idea is to use
/qemu/include/standard-headers/linux/
H A Dvirtio_snd.h185 /* supported PCM sample formats */
187 /* analog formats (width / physical width) */
209 /* digital formats (width / physical width) */
240 uint64_t formats; member
/qemu/tests/decode/
H A Derr_field10.decode4 # Diagnose formats which refer to undefined fields
/qemu/tests/qemu-iotests/tests/
H A Dbacking-file-invalidation79 bdrv_invalidate_cache(), which for some image formats (qcow2 and qed)
148 # These are the image formats that run their open() function from their
/qemu/target/riscv/
H A DXVentanaCondOps.decode20 # Formats

123456