Home
last modified time | relevance | path

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

12345678910>>...26

/qemu/rust/
A DCargo.lock3 version = 3
7 version = "1.2.7"
13 version = "0.2.0"
23 version = "0.2.0"
36 version = "1.12.0"
42 version = "0.11.0"
51 version = "0.1.0"
61 version = "1.0.4"
73 version = "1.0.4"
93 version = "0.1.0"
[all …]
/qemu/scripts/
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
126 def v9fs_lcreate_return(self, tag, id, type, version, path, iounit): argument
156 def v9fs_create_return(self, tag, id, type, version, path, iounit): argument
162 def v9fs_symlink_return(self, tag, id, type, version, path): argument
[all …]
A Dmake-release27 version="$2"
28 destination=qemu-${version}
30 git clone --single-branch -b "v${version}" -c advice.detachedHead=false \
38 (cd roms/seabios && git describe --tags --long --dirty > .version)
39 (cd roms/skiboot && ./make_version.sh > .version)
A Dqemu-version.sh7 version="$3"
17 fullversion="$version ($pkgversion)"
19 fullversion="$version"
/qemu/qapi/
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
78 # minor version. A micro version of less than 50 signifies a
92 # @query-version:
94 # Returns the current version of QEMU.
96 # Returns: A @VersionInfo object describing the current version of
[all …]
/qemu/pc-bios/optionrom/
A Doptrom_fw_cfg.h73 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/hw/misc/
A Deccmemctl.c139 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()
152 s->regs[ECC_MER] = s->version | (val & ECC_MER_MASK_1); in ecc_mem_write()
153 else if (s->version == ECC_SMC) in ecc_mem_write()
154 s->regs[ECC_MER] = s->version | (val & ECC_MER_MASK_2); in ecc_mem_write()
278 VMSTATE_UINT32(version, ECCState),
287 if (s->version == ECC_MCC) { in ecc_reset()
319 s->regs[0] = s->version; in ecc_realize()
321 if (s->version == ECC_MCC) { // SS-600MP only in ecc_realize()
[all …]
/qemu/hw/9pfs/
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/
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/tests/qtest/
A Dsdhci-test.c27 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/crypto/
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) {
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/docs/system/arm/
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/block/
A Dquorum.c259 QuorumVoteVersion *version; in quorum_report_bad_versions() local
300 QuorumVoteVersion *version; in quorum_rewrite_bad_versions() local
350 version = v; in quorum_count_vote()
356 if (!version) { in quorum_count_vote()
358 QLIST_INIT(&version->items); in quorum_count_vote()
359 memcpy(&version->value, value, sizeof(version->value)); in quorum_count_vote()
360 version->index = index; in quorum_count_vote()
361 version->vote_count = 0; in quorum_count_vote()
365 version->vote_count++; in quorum_count_vote()
378 QLIST_REMOVE(version, next); in quorum_free_vote_list()
[all …]
/qemu/hw/pci-host/
A Dpnv_phb.c67 if (phb->version == 3) { in pnv_phb_user_get_parent()
115 if (!phb->version) { 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),
222 if (phb_rp->version == 3) { in pnv_phb_root_port_reset_hold()
287 switch (phb_rp->version) { in pnv_phb_root_port_realize()
306 DEFINE_PROP_UINT32("version", PnvPHBRootPort, version, 0),
/qemu/docs/system/i386/
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
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 \\
111 Booting PV guest kernels is possible by using the Xen PV shim (a version of Xen
[all …]
A Dhyperv.rst128 if there is a Windows version which acts differently.
201 ``hv-version-id-build``, ``hv-version-id-major``, ``hv-version-id-minor``, ``hv-version-id-spack``,…
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)
291 emulating specific Hyper-V version, ...), it is recommended to enable all
302 - ``hv-vendor-id``, ``hv-version-id-build``, ``hv-version-id-major``,
[all …]
/qemu/docs/about/
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
70 The project aims to support the most recent major version at all times for
72 for the previous major version will be dropped 2 years after the new major
95 distribution's default runtime, it may later increase its minimum version
99 version of the Python runtime.
101 As of QEMU |version|, the minimum supported version of Python is 3.7.
106 If QEMU bumps its minimum Python version and a non-default runtime is
114 supported version of bindgen is 0.60.x. For distributions that do not
115 include bindgen or have an older version, it is recommended to install
[all …]
/qemu/roms/
A Dedk2-build.py59 version = version_override
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')
71 return version
78 version = result.stdout.decode().strip()
82 return version
89 version = get_version(cfg, silent)
90 if version is None:
[all …]
/qemu/hw/display/
A Dpl110.c64 int version; member
90 VMSTATE_INT32(version, PL110State),
232 if ((s->version != VERSION_PL111) && (s->bpp == BPP_16)) { in pl110_update_display()
396 return idregs[s->version][(offset - 0xfe0) >> 2]; in pl110_read()
415 if (s->version != VERSION_PL110) { in pl110_read()
420 if (s->version != VERSION_PL110) { in pl110_read()
480 if (s->version != VERSION_PL110) { in pl110_write()
488 if (s->version != VERSION_PL110) { in pl110_write()
567 s->version = VERSION_PL110; in pl110_init()
574 s->version = VERSION_PL110_VERSATILE; in pl110_versatile_init()
[all …]
/qemu/hw/smbios/
A Dsmbios.c633 SMBIOS_TABLE_SET_STR(2, version_str, type2.version); in smbios_build_type_2_table()
651 SMBIOS_TABLE_SET_STR(3, version_str, type3.version); in smbios_build_type_3_table()
1000 smbios_cpuid_version = version; in smbios_set_cpuid()
1017 const char *version) in smbios_set_defaults() argument
1023 SMBIOS_SET_DEFAULT(smbios_type1.version, version); in smbios_set_defaults()
1026 SMBIOS_SET_DEFAULT(type2.version, version); in smbios_set_defaults()
1028 SMBIOS_SET_DEFAULT(type3.version, version); in smbios_set_defaults()
1031 SMBIOS_SET_DEFAULT(type4.version, version); in smbios_set_defaults()
1441 save_opt(&type2.version, opts, "version"); in smbios_entry_add()
1451 save_opt(&type3.version, opts, "version"); in smbios_entry_add()
[all …]
/qemu/tests/avocado/avocado_qemu/
A Dlinuxtest.py94 def __init__(self, name, version, arch): argument
96 self.version = version
99 info = self.KNOWN_DISTROS.get(name).get(version).get(arch)
203 self.distro.name, arch=image_arch, version=self.distro.version,
/qemu/tests/qemu-iotests/
A D031.out9 version 2
37 version 2
65 version 2
100 version 3
133 version 3
166 version 3
A D061.out9 version 3
33 version 2
67 version 3
91 version 2
123 version 3
152 version 2
178 version 3
202 version 2
228 version 2
247 version 3
[all …]
/qemu/rust/hw/char/pl011/
A DCargo.toml3 version = "0.1.0"
20 bilge = { version = "0.2.0" }
21 bilge-impl = { version = "0.2.0" }

Completed in 45 milliseconds

12345678910>>...26