Home
last modified time | relevance | path

Searched full:version (Results 1 – 25 of 4189) sorted by relevance

12345678910>>...168

/qemu/rust/
H A DCargo.lock3 version = 3
7 version = "1.0.98"
13 version = "1.2.7"
19 version = "0.2.0"
29 version = "0.2.0"
42 version = "0.1.0"
49 version = "1.12.0"
55 version = "0.3.1"
64 version = "0.1.0"
72 version = "0.11.0"
[all …]
/qemu/scripts/
H A Danalyse-9p-simpletrace.py87 def v9fs_version(self, tag, id, msize, version): argument
88 print("TVERSION (tag =", tag, ", msize =", msize, ", version =", version, ")")
90 def v9fs_version_return(self, tag, id, msize, version): argument
91 print("RVERSION (tag =", tag, ", msize =", msize, ", version =", version, ")")
96 def v9fs_attach_return(self, tag, id, type, version, path): argument
97 …print("RATTACH (tag =", tag, ", qid={type =", type, ", version =", version, ", path =", path, "})")
120 def v9fs_open_return(self, tag, id, type, version, path, iounit): argument
121 …print("ROPEN (tag =", tag, ", qid={type =", type, ", version =", version, ", path =", path, "}, i…
126 def v9fs_lcreate_return(self, tag, id, type, version, path, iounit): argument
127 …print("RLCREATE (tag =", tag, ", qid={type =", type, ", version =", version, ", path =", path, "}…
[all …]
/qemu/qapi/
H A Dcontrol.json57 # A three-part version number.
59 # @major: The major version number.
61 # @minor: The minor version number.
63 # @micro: The micro version number.
73 # A description of QEMU's version.
75 # @qemu: The version of QEMU. By current convention, a micro version
76 # of 50 signifies a development branch. A micro version greater
78 # minor version. A micro version of less than 50 signifies a
92 # @query-version:
94 # Return the current version of QEMU.
[all …]
H A Dmisc-arm.json10 # Interrupt Controller) version. These bits are not only decided by
11 # QEMU/KVM software version, but also decided by the hardware that the
14 # @version: version of GIC to be described. Currently, only 2 and 3
26 'data': { 'version': 'int',
46 # <- { "return": [{ "version": 2, "emulated": true, "kernel": false }, number
47 # { "version": 3, "emulated": false, "kernel": true } ] }
/qemu/include/hw/hyperv/
H A Ddynmem-proto.h14 * This work is licensed under the terms of the GNU GPL, version 2.
19 * Protocol versions. The low word is the minor version, the high word the major
20 * version.
23 * Initial version 1.0
32 #define DYNMEM_MAJOR_VERSION(Version) ((uint32_t)(Version) >> 16) argument
33 #define DYNMEM_MINOR_VERSION(Version) ((uint32_t)(Version) & 0xff) argument
55 * Version 0.3
71 * Version 1.0.
77 * Version 2.0
94 uint32_t version; member
[all …]
/qemu/hw/9pfs/
H A Dtrace-events6 v9fs_version(uint16_t tag, uint8_t id, int32_t msize, char* version) "tag %d id %d msize %d version
7 …on_return(uint16_t tag, uint8_t id, int32_t msize, char* version) "tag %d id %d msize %d version %…
9 …(uint16_t tag, uint8_t id, uint8_t type, uint32_t version, uint64_t path) "tag %u id %u type %u ve…
17 … tag, uint8_t id, uint8_t type, uint32_t version, uint64_t path, int iounit) "tag %u id %u qid={ty…
19 …ag, uint8_t id, uint8_t type, uint32_t version, uint64_t path, int32_t iounit) "tag %u id %u qid={…
29 … tag, uint8_t id, uint8_t type, uint32_t version, uint64_t path, int iounit) "tag %u id %u qid={ty…
31 …nt16_t tag, uint8_t id, uint8_t type, uint32_t version, uint64_t path) "tag %u id %u qid={type %u
37 …nt16_t tag, uint8_t id, uint8_t type, uint32_t version, uint64_t path) "tag %u id %u qid={type %u
43 …_t tag, uint8_t id, uint8_t type, uint32_t version, uint64_t path, int err) "tag %u id %u qid={typ…
/qemu/docs/system/i386/
H A Dhyperv.rst128 if there is a Windows version which acts differently.
161 enabled, it provides Enlightened VMCS version 1 feature to the guest. The feature
201 ``hv-version-id-build``, ``hv-version-id-major``, ``hv-version-id-minor``, ``hv-version-id-spack``,…
202 This changes Hyper-V version identification in CPUID 0x40000002.EAX-EDX from the
205 - ``hv-version-id-build`` sets 'Build Number' (32 bits)
206 - ``hv-version-id-major`` sets 'Major Version' (16 bits)
207 - ``hv-version-id-minor`` sets 'Minor Version' (16 bits)
208 - ``hv-version-id-spack`` sets 'Service Pack' (32 bits)
209 - ``hv-version-id-sbranch`` sets 'Service Branch' (8 bits)
210 - ``hv-version-id-snumber`` sets 'Service Number' (24 bits)
[all …]
H A Dxen.rst17 Xen mode is enabled by setting the ``xen-version`` property of the KVM
22 |qemu_system| --accel kvm,xen-version=0x40011,kernel-irqchip=split
29 |qemu_system| --accel kvm,xen-version=0x40011,kernel-irqchip=split --cpu host,+xen-vapic
41 ``xen-version``
42 This property contains the Xen version in ``XENVER_version`` form, with the
43 major version in the top 16 bits and the minor version in the low 16 bits.
44 Setting this property enables the Xen guest support. If Xen version 4.5 or
45 greater is specified, the HVM leaf in Xen CPUID is populated. Xen version
46 4.6 enables the vCPU ID in CPUID, and version 4.17 advertises vCPU upcall
101 |qemu_system| --accel kvm,xen-version=0x40011,kernel-irqchip=split \\
[all …]
/qemu/include/hw/xen/
H A Dstart_info.h36 * | version | Version of this structure. Current version is 1. New
52 * | | present in version 1 and newer of the structure.
55 * | | present in version 1 and newer of the structure.
58 * | reserved | Version 1 and newer only.
92 * Version numbers of the hvm_start_info structure have evolved like this:
94 * Version 0:
96 * Version 1: Added the memmap_paddr/memmap_entries fields (plus 4 bytes of
99 * memory map is optional and so guests that understand version 1
114 uint32_t version; /* Version of this structure. */ member
124 /* version 1 and newer of the structure */
[all …]
/qemu/docs/about/
H A Dbuild-platforms.rst21 support targets, QEMU considers only the version number, and assumes the
23 version. In other words, if a distro backports extra features to the
73 The project aims to support the most recent major version at all times for
75 for the previous major version will be dropped 2 years after the new major
76 version is released or when the vendor itself drops support, whichever comes
98 distribution's default runtime, it may later increase its minimum version
102 version of the Python runtime.
104 As of QEMU |version|, the minimum supported version of Python is 3.9.
109 If QEMU bumps its minimum Python version and a non-default runtime is
117 supported version of bindgen is 0.60.x. For distributions that do not
[all …]
/qemu/tests/vm/
H A Daarch64vm.py10 # This code is licensed under the GPL version 2 or later. See
19 # This is the config needed for current version of QEMU.
23 'machine' : "virt,gic-version=max",
26 # The minimum minor version of QEMU we will support with aarch64 VMs is 3.
30 # The DEFAULT_CONFIG will default to a version of
33 'machine' : "virt,gic-version=host"},
47 """Set the defaults for current version of QEMU."""
53 error = "\nThis major version of QEMU {} is to old for aarch64 VMs.\n"\
54 "The major version must be at least {}.\n"\
60 # We have an older version of QEMU,
/qemu/hw/misc/
H A Deccmemctl.c35 * MCC (version 0, implementation 0) SS-600MP
36 * EMC (version 0, implementation 1) SS-10
37 * SMC (version 0, implementation 2) SS-10SX and SS-20
75 #define ECC_MER_VER 0x0f000000 /* Version */
77 #define ECC_MER_MASK_0 0x00000103 /* Version 0 (MCC) mask */
78 #define ECC_MER_MASK_1 0x00000bff /* Version 1 (EMC) mask */
79 #define ECC_MER_MASK_2 0x00000bff /* Version 2 (SMC) mask */
139 uint32_t version; member
149 if (s->version == ECC_MCC) in ecc_mem_write()
151 else if (s->version == ECC_EMC) in ecc_mem_write()
[all …]
/qemu/pc-bios/optionrom/
H A Doptrom_fw_cfg.h6 * the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version.
73 uint32_t version) in bios_cfg_read_entry() argument
75 if (version & FW_CFG_VERSION_DMA) { in bios_cfg_read_entry()
85 uint32_t version; in bios_cfg_version() local
87 bios_cfg_read_entry_io(&version, FW_CFG_ID, sizeof(version)); in bios_cfg_version()
89 return version; in bios_cfg_version()
/qemu/
H A DLICENSE9 Public License, version 2.
12 with the GNU General Public License, version 2. Hence each source file
14 information are released under the GNU General Public License, version
15 2 or (at your option) any later version.
17 As of July 2013, contributions under version 2 of the GNU General Public
18 License (and no later version) are only accepted for the following files
/qemu/docs/system/arm/
H A Dsbsa.rst24 - GIC version 3
62 - platform version
67 Platform version
70 The platform version is only for informing platform firmware about
75 The ``machine-version-major`` value is updated when changes breaking
76 fw compatibility are introduced. The ``machine-version-minor`` value
79 Platform version changes:
82 Devicetree holds information about CPUs, memory and platform version.
/qemu/crypto/
H A Drsakey-builtin.c.inc10 * version 2.1 of the License, or (at your option) any later version.
41 uint8_t *version = (uint8_t *)ctx;
43 error_setg(errp, "Invalid rsakey version");
46 *version = *value;
104 * version INTEGER
120 uint8_t version;
133 &version, errp);
155 * According to the standard, otherPrimeInfos must be present for version 1.
160 if (version == 1 && seq_length != 0) {
H A Drsakey.c10 * version 2.1 of the License, or (at your option) any later version.
46 * version INTEGER,
58 uint8_t version = 0; in qcrypto_akcipher_rsakey_export_p8info() local
62 /* version */ in qcrypto_akcipher_rsakey_export_p8info()
63 qcrypto_der_encode_int(ctx, &version, sizeof(version)); in qcrypto_akcipher_rsakey_export_p8info()
H A Drsakey-nettle.c.inc10 * version 2.1 of the License, or (at your option) any later version.
46 * version INTEGER
63 uint32_t version;
71 !asn1_der_get_uint32(&i, &version) ||
72 version > 1 ||
84 if (version == 1) {
88 * version 1. There is no strict verification here, this is to be
/qemu/tests/qemu-iotests/
H A D061.out3 === Testing version downgrade with zero expansion ===
9 version 3
33 version 2
55 === Testing version downgrade with zero expansion and 4K cache entries ===
67 version 3
91 version 2
116 === Testing dirty version downgrade ===
123 version 3
152 version 2
174 === Testing version downgrade with unknown compat/autoclear flags ===
[all …]
/qemu/roms/
H A Dedk2-build.py41 # fixed version speeds up builds
59 version = version_override
62 print(f'### version [override]: {version}')
63 return version
65 version = os.environ.get('RPM_PACKAGE_NAME')
66 version += '-' + os.environ.get('RPM_PACKAGE_VERSION')
67 version += '-' + os.environ.get('RPM_PACKAGE_RELEASE')
70 print(f'### version [rpmbuild]: {version}')
71 return version
78 version = result.stdout.decode().strip()
[all …]
/qemu/linux-headers/linux/
H A Dpsp-sev.h96 * @major: major API version
97 * @minor: minor API version
100 * @build: firmware build id for API version
179 * @api_major: API major version
180 * @api_minor: API minor version
184 * @build_id: firmware build id for the API version
187 * @vlek_en: VLEK (Version Loaded Endorsement Key) hashstick is loaded
190 * @current_tcb_version: current TCB version
191 * @reported_tcb_version: reported TCB version
212 * @reported_tcb: the TCB version to report in the guest attestation report.
[all …]
H A Dvfio_zdev.h32 /* End of version 1 */
34 /* End of version 2 */
52 __u8 version; /* Supported PCI Version */ member
53 /* End of version 1 */
56 /* End of version 2 */
/qemu/subprojects/packagefiles/anyhow-1-rs/
H A Dmeson.build3 version: '1.0.98',
11 if rustc.version().version_compare('<1.65.0')
12 error('rustc version ' + rustc.version() + ' is unsupported. Please upgrade to at least 1.65.0')
15 if rustc.version().version_compare('<1.81.0')
/qemu/tests/qtest/
H A Dsdhci-test.c6 * This work is licensed under the terms of the GNU GPL, version 2 or later.
27 static void check_specs_version(QSDHCI *s, uint8_t version) in check_specs_version() argument
34 g_assert_cmpuint(v, ==, version); in check_specs_version()
80 static void check_capab_v3(QSDHCI *s, uint8_t version) in check_capab_v3() argument
84 if (version < 3) { in check_capab_v3()
98 check_specs_version(s, s->props.version); in test_registers()
101 check_capab_v3(s, s->props.version); in test_registers()
/qemu/hw/pci-host/
H A Dpnv_phb.c6 * This code is licensed under the GPL version 2 or later. See the
67 if (phb->version == 3) { in pnv_phb_user_get_parent()
115 if (!phb->version) { in pnv_phb_realize()
116 error_setg(errp, "version not specified"); in pnv_phb_realize()
120 switch (phb->version) { in pnv_phb_realize()
152 if (phb->version == 3) { in pnv_phb_realize()
163 if (phb->version == 3) { in pnv_phb_realize()
189 DEFINE_PROP_UINT32("version", PnvPHB, version, 0),
220 if (phb_rp->version == 3) { in pnv_phb_root_port_reset_hold()
285 switch (phb_rp->version) { in pnv_phb_root_port_realize()
[all …]

12345678910>>...168