Home
last modified time | relevance | path

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

12345678910>>...24

/qemu/tests/tcg/cris/libc/
H A Dcheck_glibc_kernelversion.c21 unsigned int version; \
46 version = 0; \
60 version <<= 8; \
61 version |= here; \
69 version <<= 8 * (3 - parts); \
84 unsigned int version; in main() local
88 version = 0; in main()
102 version <<= 8; in main()
103 version |= here; in main()
111 version <<= 8 * (3 - parts); in main()
[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
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 …]
H A Dmake-release23 version="$2"
24 destination=qemu-${version}
26 git clone --single-branch -b "v${version}" -c advice.detachedHead=false \
34 (cd roms/seabios && git describe --tags --long --dirty > .version)
35 (cd roms/skiboot && ./make_version.sh > .version)
H A Dqemu-version.sh7 version="$3"
17 fullversion="$version ($pkgversion)"
19 fullversion="$version"
/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
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/
H 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/
H 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/
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/
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/tests/qtest/
H 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/
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-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
H A Drsakey.c58 uint8_t version = 0; in qcrypto_akcipher_rsakey_export_p8info() local
63 qcrypto_der_encode_int(ctx, &version, sizeof(version)); in qcrypto_akcipher_rsakey_export_p8info()
/qemu/docs/system/arm/
H A Dsbsa.rst24 - GIC version 3
62 - platform version
66 Platform version
69 The platform version is only for informing platform firmware about
74 The ``machine-version-major`` value is updated when changes breaking
75 fw compatibility are introduced. The ``machine-version-minor`` value
78 Platform version changes:
81 Devicetree holds information about CPUs, memory and platform version.
/qemu/block/
H 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/
H 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/
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
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 …]
/qemu/roms/
H 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/
H 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/
H A Dsmbios.c636 SMBIOS_TABLE_SET_STR(2, version_str, type2.version); in smbios_build_type_2_table()
654 SMBIOS_TABLE_SET_STR(3, version_str, type3.version); in smbios_build_type_3_table()
1003 smbios_cpuid_version = version; in smbios_set_cpuid()
1020 const char *version, in smbios_set_defaults() argument
1028 SMBIOS_SET_DEFAULT(smbios_type1.version, version); in smbios_set_defaults()
1031 SMBIOS_SET_DEFAULT(type2.version, version); in smbios_set_defaults()
1033 SMBIOS_SET_DEFAULT(type3.version, version); in smbios_set_defaults()
1036 SMBIOS_SET_DEFAULT(type4.version, version); in smbios_set_defaults()
1445 save_opt(&type2.version, opts, "version"); in smbios_entry_add()
1455 save_opt(&type3.version, opts, "version"); in smbios_entry_add()
[all …]
/qemu/tests/qemu-iotests/
H A D031.out9 version 2
37 version 2
65 version 2
100 version 3
133 version 3
166 version 3
H 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/tests/avocado/
H A Dtesseract_utils.py21 version = res.stdout_text.split()[1]
23 version = res.stderr_text.split()[1]
24 return int(version.split('.')[0]) >= expected_version
/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
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
73 version is released or when the vendor itself drops support, whichever comes
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
134 A more recent Windows version is always preferred as it is less likely to have
/qemu/plugins/
H A Dloader.c210 int version = *(int *)sym; in plugin_load() local
211 if (version < QEMU_PLUGIN_MIN_VERSION) { in plugin_load()
214 desc->path, version, QEMU_PLUGIN_MIN_VERSION); in plugin_load()
216 } else if (version > QEMU_PLUGIN_VERSION) { in plugin_load()
219 desc->path, version, QEMU_PLUGIN_VERSION); in plugin_load()
295 info->version.min = QEMU_PLUGIN_MIN_VERSION; in qemu_plugin_load_list()
296 info->version.cur = QEMU_PLUGIN_VERSION; in qemu_plugin_load_list()

12345678910>>...24