Home
last modified time | relevance | path

Searched refs:features (Results 1 – 25 of 330) sorted by path

12345678910>>...14

/qemu/.gitlab-ci.d/
H A Dbuildtest.yml214 # testing an old QEMU against new features/tests that it is not
582 # gcov is a GCC features
665 --without-default-features
H A Dcrossbuilds.yml38 EXTRA_CONFIGURE_OPTS: --disable-tcg --without-default-features
/qemu/.gitlab-ci.d/custom-runners/
H A Dubuntu-22.04-aarch64.yml65 - ../configure --disable-user --without-default-devices --without-default-features
/qemu/
H A DMAINTAINERS203 F: tests/qtest/arm-cpu-features.c
208 F: docs/system/arm/cpu-features.rst
298 F: docs/system/openrisc/cpu-features.rst
H A Dconfigure236 --without-default-features) default_feature="no"
696 --without-default-features) # processed above
875 --without-default-features default all --enable-* options to "disabled"
/qemu/block/export/
H A Dvduse-blk.c278 uint64_t features; in vduse_blk_exp_create() local
329 features = vduse_get_virtio_features() | in vduse_blk_exp_create()
338 features |= 1ULL << VIRTIO_BLK_F_MQ; in vduse_blk_exp_create()
341 features |= 1ULL << VIRTIO_BLK_F_RO; in vduse_blk_exp_create()
345 features, num_queues, in vduse_blk_exp_create()
H A Dvhost-user-blk-server.c118 uint64_t features; in vu_blk_get_features() local
121 features = 1ull << VIRTIO_BLK_F_SIZE_MAX | in vu_blk_get_features()
136 features |= 1ull << VIRTIO_BLK_F_RO; in vu_blk_get_features()
139 return features; in vu_blk_get_features()
/qemu/block/
H A Dqcow2.c477 g_autoptr(GString) features = g_string_sized_new(60); in report_unsupported_feature()
482 if (features->len > 0) { in report_unsupported_feature()
483 g_string_append(features, ", "); in report_unsupported_feature()
485 g_string_append_printf(features, "%.46s", table->name); in report_unsupported_feature()
493 if (features->len > 0) { in report_unsupported_feature()
494 g_string_append(features, ", "); in report_unsupported_feature()
496 g_string_append_printf(features, in report_unsupported_feature()
500 error_setg(errp, "Unsupported qcow2 feature(s): %s", features->str); in report_unsupported_feature()
3044 static const Qcow2Feature features[] = { in qcow2_update_header() local
3088 features, sizeof(features), buflen); in qcow2_update_header()
H A Dqed-check.c212 if (!(s->header.features & QED_F_NEED_CHECK)) { in qed_check_mark_clean()
219 s->header.features &= ~QED_F_NEED_CHECK; in qed_check_mark_clean()
H A Dqed.c63 cpu->features = le64_to_cpu(le->features); in qed_header_le_to_cpu()
78 le->features = cpu_to_le64(cpu->features); in qed_header_cpu_to_le()
304 s->header.features &= ~QED_F_NEED_CHECK; in qed_need_check_timer()
366 if (s->header.features & QED_F_NEED_CHECK) { in bdrv_qed_attach_aio_context()
418 if (s->header.features & ~QED_FEATURE_MASK) { in bdrv_qed_do_open()
625 if (s->header.features & QED_F_NEED_CHECK) { in bdrv_qed_do_close()
626 s->header.features &= ~QED_F_NEED_CHECK; in bdrv_qed_do_close()
708 .features = 0, in bdrv_qed_co_create()
726 header.features |= QED_F_BACKING_FILE; in bdrv_qed_co_create()
1205 s->header.features |= QED_F_NEED_CHECK; in qed_aio_write_alloc()
[all …]
H A Dqed.h93 uint64_t features; /* format feature bits */ member
H A Drbd.c1515 uint64_t features, flags; in qemu_rbd_co_block_status() local
1527 r = rbd_get_features(s->image, &features); in qemu_rbd_co_block_status()
1531 if (!(features & RBD_FEATURE_FAST_DIFF)) { in qemu_rbd_co_block_status()
1558 if (features & RBD_FEATURE_STRIPINGV2) { in qemu_rbd_co_block_status()
H A Dvpc.c66 uint32_t features; member
1052 footer.features = cpu_to_be32(0x02); in vpc_co_create()
/qemu/bsd-user/freebsd/
H A Dtarget_os_elf.h77 abi_ulong features, sp; in target_create_elf_tables() local
115 features = ELF_HWCAP; in target_create_elf_tables()
116 NEW_AUX_ENT(FREEBSD_AT_HWCAP, features); in target_create_elf_tables()
118 features = ELF_HWCAP2; in target_create_elf_tables()
119 NEW_AUX_ENT(FREEBSD_AT_HWCAP2, features); in target_create_elf_tables()
/qemu/bsd-user/i386/
H A Dtarget_arch_cpu.h34 if (env->features[FEAT_1_EDX] & CPUID_SSE) { in target_cpu_init()
/qemu/bsd-user/x86_64/
H A Dtarget_arch_cpu.h34 if (env->features[FEAT_1_EDX] & CPUID_SSE) { in target_cpu_init()
40 if (!(env->features[FEAT_8000_0001_EDX] & CPUID_EXT2_LM)) { in target_cpu_init()
/qemu/chardev/
H A Dchar.c939 return test_bit(feature, chr->features); in qemu_chr_has_feature()
945 return set_bit(feature, chr->features); in qemu_chr_set_feature()
/qemu/configs/devices/aarch64-softmmu/
H A Dminimal.mak4 # features from the 32bit platform (although virt still supports 32bit
/qemu/contrib/vhost-user-blk/
H A Dvhost-user-blk.c365 uint64_t features; in vub_get_features() local
372 features = 1ull << VIRTIO_BLK_F_SIZE_MAX | in vub_get_features()
384 features |= 1ull << VIRTIO_BLK_F_RO; in vub_get_features()
387 return features; in vub_get_features()
/qemu/contrib/vhost-user-gpu/
H A Dvhost-user-gpu.c1145 uint64_t features = 0; in vg_get_features() local
1148 features |= 1 << VIRTIO_GPU_F_VIRGL; in vg_get_features()
1150 features |= 1 << VIRTIO_GPU_F_EDID; in vg_get_features()
1152 return features; in vg_get_features()
1156 vg_set_features(VuDev *dev, uint64_t features) in vg_set_features() argument
1159 bool virgl = features & (1 << VIRTIO_GPU_F_VIRGL); in vg_set_features()
1168 g->edid_inited = !!(features & (1 << VIRTIO_GPU_F_EDID)); in vg_set_features()
/qemu/docs/about/
H A Dbuild-platforms.rst22 features in that distro match the upstream release with the same
23 version. In other words, if a distro backports extra features to the
65 :ref:`deprecation process<Deprecated features>`.
H A Ddeprecated.rst1 .. _Deprecated features:
3 Deprecated features
6 In general features are intended to be supported indefinitely once
10 releases, the feature is liable to be removed. Deprecated features may also
15 long features would be deprecated prior to their removal, nor
16 any documented list of which features were deprecated. Thus
17 any features deprecated prior to 2.10.0 will be treated as if
20 What follows is a list of all features currently marked as
H A Demulation.rst24 - Wide range of features, see :ref:`Arm Emulation` for details
98 A number of features are only available when running under
H A Dindex.rst28 removed-features
H A Dremoved-features.rst2 Removed features
6 features that serves as a record for users who have encountered
983 TCG introspection features

12345678910>>...14