Home
last modified time | relevance | path

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

123

/qemu/tests/qemu-iotests/
A D031.out27 Header extension:
55 Header extension:
83 Header extension:
88 Header extension:
118 Header extension:
123 Header extension:
151 Header extension:
156 Header extension:
184 Header extension:
189 Header extension:
[all …]
A D036.out27 Header extension:
39 Header extension:
A D03158 echo === Create image with unknown header extension ===
A D303.out48 Header extension:
53 Header extension:
A D080.out8 == Huge unknown header extension ==
11 qemu-io: can't open device TEST_DIR/t.qcow2: Header extension too large
12 qemu-io: can't open device TEST_DIR/t.qcow2: Header extension too large
A D061.out27 Header extension:
85 Header extension:
141 Header extension:
196 Header extension:
265 Header extension:
327 Header extension:
356 Header extension:
/qemu/docs/interop/
A Dparallels.rst160 extension must be "End of features" (see below).
170 External flags for extension:
173 If the software cannot load the extension (due to an
176 loading the extension, said extension should be dropped.
179 If there is an unknown extension with this flag set,
180 said extension should be left as is.
182 If neither NECESSARY nor TRANSIT are set, the extension should be
194 next extension starts.
196 The last extension must be "End of features" with all the fields set to 0.
221 The dirty bitmap described by this feature extension is stored in a set of
[all …]
A Dqcow2.txt148 extension data.
245 Byte 0 - 3: Header extension type:
257 8 - n: Header extension data
305 == Bitmaps extension ==
307 The bitmaps extension is an optional header extension. It provides the ability
315 The fields of the bitmaps extension are:
380 | QCow2 header extension X |
381 | QCow2 header extension FDE |
382 | QCow2 header extension ... |
383 | QCow2 header extension Z |
[all …]
A Dvnc-ledstate-pseudo-encoding.rst18 extension to VNC protocol to deal with setting LED state.
/qemu/docs/system/
A Dtls.rst15 should include various extension data sets, including v3 basic
72 extension to indicate this certificate is for a CA, while
73 ``cert_signing_key`` sets the key usage extension to indicate this will
101 validate against the Subject Alt Name extension data, which allows for
103 discontinued entirely, so providing SAN extension data is strongly
133 the subject alt name extension data. The ``tls_www_server`` keyword is
134 the key purpose extension to indicate this certificate is intended for
138 the key usage extension to indicate this certificate is intended for
185 The subject alt name extension data is not required for clients, so
187 ``tls_www_client`` keyword is the key purpose extension to indicate this
[all …]
A Dvnc-security.rst57 The QEMU VNC server also implements the VeNCrypt extension allowing use
117 The SASL authentication method is a VNC extension, that provides an
/qemu/tests/unit/
A Dpkix_asn1_tab.c.inc610 {"extension-attributes", 16386, "ExtensionAttributes"},
681 {"ub-extension-attributes", 1074266122, "1"},
684 {"extension-attribute-type", 1611145219, 0},
686 {"0", 10, "ub-extension-attributes"},
687 {"extension-attribute-value", 541073421, 0},
689 {"extension-attribute-type", 1, 0},
738 {"extension-OR-address-components", 1342177283, "12"},
744 {"extension-physical-delivery-address-components", 1342177283, "15"},
824 {"ub-extension-attributes", 1342177283, "256"},
/qemu/tests/qapi-schema/
A Dreserved-member-underscore.json3 # begin with a letter or a downstream extension double-underscore prefix).
/qemu/target/riscv/
A Dinsn32.decode965 # *** Zvbc vector crypto extension ***
971 # *** Zvbb vector crypto extension ***
989 # *** Zvkned vector crypto extension ***
1002 # *** Zvknh vector crypto extension ***
1007 # *** Zvksh vector crypto extension ***
1011 # *** Zvkg vector crypto extension ***
1015 # *** Zvksed vector crypto extension ***
1026 # *** Zimop may-be-operation extension ***
A DXVentanaCondOps.decode2 # RISC-V translation routines for the XVentanaCondOps extension
A Dxthead.decode10 # https://github.com/T-head-Semi/thead-extension-spec/releases/latest
/qemu/docs/devel/
A Ddocs.rst19 * a Sphinx extension in ``docs/sphinx/hxtool.py`` generates rST output
37 the ``.hx`` extension, and ``LABEL`` is the text provided within the
/qemu/target/s390x/
A Dcpu_features_def.h.inc45 DEF_FEAT(HFP_UNNORMALIZED_EXT, "hfpue", STFL, 23, "HFP-unnormalized-extension facility")
55 DEF_FEAT(GENERAL_INSTRUCTIONS_EXT, "ginste", STFL, 34, "General-instructions-extension facility")
58 DEF_FEAT(FLOATING_POINT_EXT, "fpe", STFL, 37, "Floating-point extension facility")
74 DEF_FEAT(MSA_EXT_5, "msa5-base", STFL, 57, "Message-security-assist-extension-5 facility (excluding…
87 DEF_FEAT(MSA_EXT_3, "msa3-base", STFL, 76, "Message-security-assist-extension-3 facility (excluding…
88 DEF_FEAT(MSA_EXT_4, "msa4-base", STFL, 77, "Message-security-assist-extension-4 facility (excluding…
103 DEF_FEAT(MSA_EXT_8, "msa8-base", STFL, 146, "Message-security-assist-extension-8 facility (excludin…
109 DEF_FEAT(MSA_EXT_9, "msa9-base", STFL, 155, "Message-security-assist-extension-9 facility (excludin…
117 DEF_FEAT(PAIE, "paie", STFL, 197, "Processor-Activity-Instrumentation extension-1")
/qemu/target/riscv/insn_trans/
A Dtrans_xventanacondops.c.inc2 * RISC-V translation routines for the XVentanaCondOps extension.
/qemu/fsdev/
A D9p-marshal.h32 V9fsString extension; member
A D9p-iov-marshal.c162 &statp->extension, in v9fs_iov_vunmarshal()
268 &statp->extension, statp->n_uid, in v9fs_iov_vmarshal()
/qemu/include/sysemu/
A Dkvm.h438 int kvm_check_extension(KVMState *s, unsigned int extension);
440 int kvm_vm_check_extension(KVMState *s, unsigned int extension);
/qemu/hw/9pfs/
A D9p.c1120 if (extension->size && extension->data[0] == 'c') { in v9mode_to_mode()
1174 v9fs_string_init(&stat->extension); in v9fs_stat_init()
1183 v9fs_string_free(&stat->extension); in v9fs_stat_free()
1252 v9fs_string_free(&v9stat->extension); in stat_to_v9stat()
1264 v9fs_string_sprintf(&v9stat->extension, "%s %lu", in stat_to_v9stat()
1275 v9fs_string_size(&v9stat->extension); in stat_to_v9stat()
2762 V9fsString extension; in v9fs_create() local
2769 v9fs_string_init(&extension); in v9fs_create()
2771 &perm, &mode, &extension); in v9fs_create()
2828 int32_t ofid = atoi(extension.data); in v9fs_create()
[all …]
/qemu/docs/devel/migration/
A Dvirtio.rst113 Any extension of the state being migrated should be done in subsections
/qemu/docs/system/s390x/
A D3270.rst8 TN3270 (a telnet extension; see `RFC 854 <https://tools.ietf.org/html/rfc854>`__

Completed in 45 milliseconds

123