Home
last modified time | relevance | path

Searched refs:features (Results 226 – 250 of 329) sorted by relevance

12345678910>>...14

/qemu/docs/system/
H A Dintroduction.rst134 configuration without filtering out any features.
165 the Arm features QEMU is capable of emulating. We enable a more
H A Dgdb.rst53 (if writable) other features are very much dependent on support of the
66 features such as address space layout randomisation. To avoid
/qemu/target/arm/tcg/
H A Dtranslate.h90 uint64_t features; /* CPU features bits */ member
263 return (dc->features & (1ULL << feature)) != 0; in arm_dc_feature()
/qemu/hw/i386/
H A Dvmport.c217 if (cpu->env.features[FEAT_1_ECX] & CPUID_EXT_X2APIC) { in vmport_cmd_get_vcpu_info()
/qemu/target/sparc/
H A Dint64_helper.c208 if (env->def.features & CPU_FEATURE_GL) { in sparc_cpu_do_interrupt()
H A Dtranslate.c1211 && (dc->def->features & CPU_FEATURE_CASA))) { in resolve_asi()
1486 } else if (!(dc->def->features & CPU_FEATURE_HYPV)) { in gen_st_asi()
2113 # define avail_GL(C) ((C)->def->features & CPU_FEATURE_GL)
2114 # define avail_HYPV(C) ((C)->def->features & CPU_FEATURE_HYPV)
2115 # define avail_VIS1(C) ((C)->def->features & CPU_FEATURE_VIS1)
2116 # define avail_VIS2(C) ((C)->def->features & CPU_FEATURE_VIS2)
2119 # define avail_ASR17(C) ((C)->def->features & CPU_FEATURE_ASR17)
2120 # define avail_CASA(C) ((C)->def->features & CPU_FEATURE_CASA)
2121 # define avail_DIV(C) ((C)->def->features & CPU_FEATURE_DIV)
2122 # define avail_MUL(C) ((C)->def->features
[all...]
/qemu/docs/system/arm/
H A Dsbsa.rst76 is updated when features are added that don't break fw compatibility.
H A Dvirt.rst73 enable all the CPU features for a given ``virt`` machine. Where a CPU
173 "/secure-chosen") to use for features like the random number
/qemu/tests/qtest/
H A Dvhost-user-test.c1025 uint64_t features = 0x1ULL << VHOST_F_LOG_ALL | in vu_net_get_features() local
1029 features |= 0x1ULL << VIRTIO_NET_F_MQ; in vu_net_get_features()
1032 return features; in vu_net_get_features()
/qemu/.gitlab-ci.d/custom-runners/
H A Dubuntu-22.04-aarch64.yml65 - ../configure --disable-user --without-default-devices --without-default-features
/qemu/linux-headers/asm-arm64/
H A Dkvm.h114 __u32 features[7]; member
/qemu/docs/interop/
H A Dqcow2.txt93 Bitmask of incompatible features. An implementation must
131 Bitmask of compatible features. An implementation can
142 Bitmask of auto-clear features. An implementation may only
143 write to an image with unknown auto-clear features if it
269 data of compatible features that it doesn't support. Compatible features that
286 for features used by the image. It can be used by applications that don't know
/qemu/block/
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 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()
/qemu/io/
H A Dchannel.c32 return ioc->features & (1 << feature); in qio_channel_has_feature()
39 ioc->features |= (1 << feature); in qio_channel_set_feature()
/qemu/hw/arm/
H A Dsmmuv3.c304 s->features = 0; in smmuv3_init_regs()
586 trace_smmuv3_find_ste(sid, s->features, s->sid_split); in smmu_find_ste()
595 if (s->features & SMMU_FEATURE_2LVL_STE) { in smmu_find_ste()
1476 s->features |= SMMU_FEATURE_2LVL_STE; in smmu_writel()
1806 VMSTATE_UINT32(features, SMMUv3State),
/qemu/include/io/
H A Dchannel.h83 unsigned int features; /* bitmask of QIOChannelFeatures */ member
/qemu/qapi/
H A Dqdev.json83 'features': ['json-cli', 'json-cli-hotplug'] }
/qemu/include/hw/firmware/
H A Dsmbios.h332 void smbios_set_cpuid(uint32_t version, uint32_t features);
/qemu/docs/specs/
H A Dsev-guest-firmware.rst15 entries in the table are related to SEV and SEV-ES features.
/qemu/.gitlab-ci.d/
H A Dcrossbuilds.yml38 EXTRA_CONFIGURE_OPTS: --disable-tcg --without-default-features
/qemu/target/alpha/
H A Dcpu.h247 uint32_t features; member
/qemu/target/i386/whpx/
H A Dwhpx-all.c2528 WHV_CAPABILITY_FEATURES features = {0}; in whpx_accel_init() local
2549 WHvCapabilityCodeFeatures, &features, sizeof(features), NULL); in whpx_accel_init()
2605 if (whpx->kernel_irqchip_required && (!features.LocalApicEmulation || in whpx_accel_init()
2613 if (whpx->kernel_irqchip_allowed && features.LocalApicEmulation && in whpx_accel_init()
/qemu/hw/virtio/
H A Dvirtio-mem.c871 static uint64_t virtio_mem_get_features(VirtIODevice *vdev, uint64_t features, in virtio_mem_get_features() argument
879 virtio_add_feature(&features, VIRTIO_MEM_F_ACPI_PXM); in virtio_mem_get_features()
884 virtio_add_feature(&features, VIRTIO_MEM_F_UNPLUGGED_INACCESSIBLE); in virtio_mem_get_features()
886 return features; in virtio_mem_get_features()
/qemu/target/i386/tcg/sysemu/
H A Dsvm_helper.c98 !(env->features[FEAT_8000_0001_EDX] & CPUID_EXT2_LM)) { in is_efer_invalid_state()
125 return (env->features[FEAT_SVM] & CPUID_SVM_VGIF) in virtual_gif_enabled()
142 return (env->features[FEAT_SVM] & CPUID_SVM_V_VMSAVE_VMLOAD) in virtual_vm_load_save_enabled()

12345678910>>...14