Home
last modified time | relevance | path

Searched refs:features (Results 176 – 200 of 329) sorted by relevance

12345678910>>...14

/qemu/tests/
H A Dvhost-user-bridge.c441 vubr_set_features(VuDev *dev, uint64_t features) in vubr_set_features() argument
445 if ((features & (1ULL << VIRTIO_F_VERSION_1)) || in vubr_set_features()
446 (features & (1ULL << VIRTIO_NET_F_MRG_RXBUF))) { in vubr_set_features()
/qemu/hw/virtio/
H A Dvhost-shadow-virtqueue.c27 bool vhost_svq_valid_features(uint64_t features, Error **errp) in vhost_svq_valid_features() argument
30 uint64_t svq_features = features; in vhost_svq_valid_features()
59 ", ok: 0x%"PRIx64, features, svq_features); in vhost_svq_valid_features()
H A Dvhost-user-fs.c141 uint64_t features, in vuf_get_features() argument
146 return vhost_get_features(&fs->vhost_dev, user_feature_bits, features); in vuf_get_features()
/qemu/target/sparc/
H A Dcpu.h235 uint32_t features; member
667 return env1->def.features & CPU_FEATURE_HYPV; in cpu_has_hypervisor()
791 if (env->def.features & CPU_FEATURE_GL) { in sparc64_tstate()
H A Dint32_helper.c137 env->def.features & CPU_FEATURE_TA0_SHUTDOWN) { in sparc_cpu_do_interrupt()
H A Dwin_helper.c332 if (env->def.features & CPU_FEATURE_GL) { in get_gregset()
380 if (env->def.features & CPU_FEATURE_GL) { in cpu_change_pstate()
/qemu/target/arm/
H A Dinternals.h1204 static inline uint32_t aarch32_cpsr_valid_mask(uint64_t features, in aarch32_cpsr_valid_mask() argument
1209 if ((features >> ARM_FEATURE_V4T) & 1) { in aarch32_cpsr_valid_mask()
1212 if ((features >> ARM_FEATURE_V5) & 1) { in aarch32_cpsr_valid_mask()
1215 if ((features >> ARM_FEATURE_V6) & 1) { in aarch32_cpsr_valid_mask()
1218 if ((features >> ARM_FEATURE_THUMB2) & 1) { in aarch32_cpsr_valid_mask()
/qemu/linux-headers/linux/
H A Dvduse.h41 __u64 features; member
/qemu/hw/misc/
H A Divshmem.c93 uint32_t features; member
132 return (ivs->features & (1 << feature)); in ivshmem_has_feature()
1083 DEFINE_PROP_BIT("ioeventfd", IVShmemState, features, IVSHMEM_IOEVENTFD,
1093 s->features |= (1 << IVSHMEM_MSI); in ivshmem_doorbell_init()
/qemu/docs/system/i386/
H A Dmicrovm.rst33 Currently, microvm does *not* support the following features:
93 This is an example of a VM with all optional legacy features
/qemu/docs/system/
H A Dtarget-arm.rst119 Arm CPU features
123 arm/cpu-features
H A Dtarget-sparc.rst31 Optional boolean features can be added with a "+" in front of the feature name,
H A Dvm-templating.rst82 Incompatible features
85 Some features are incompatible with VM templating, as the underlying file
/qemu/docs/system/arm/
H A Dbananapi_m2u.rst5 Allwinner A40i/R40/V40 SoC. It features 2GB of RAM and 8GB eMMC. It also
33 Currently, Banana Pi M2U does *not* support the following features:
H A Db-l475e-iot01a.rst9 namely features 64 Mibit QSPI Flash, BT, WiFi and RF connectivity,
/qemu/linux-user/i386/
H A Dcpu_loop.c334 bool is64 = (env->features[FEAT_8000_0001_EDX] & CPUID_EXT2_LM) != 0; in target_cpu_copy_regs()
340 if (env->features[FEAT_1_EDX] & CPUID_SSE) { in target_cpu_copy_regs()
/qemu/include/hw/xen/interface/io/
H A Dnetif.h1012 uint16_t features; member
/qemu/target/i386/
H A Dmachine.c1329 return (env->features[FEAT_SVM] & CPUID_SVM_TSCSCALE); in amd_tsc_scale_msr_needed()
1465 return env->features[FEAT_ARCH_CAPABILITIES] & ARCH_CAP_TSX_CTRL_MSR; in msr_tsx_ctrl_needed()
1484 return !!(env->features[FEAT_7_0_ECX] & CPUID_7_0_ECX_SGX_LC); in intel_sgx_msrs_needed()
1531 return !!(env->features[FEAT_XSAVE] & CPUID_D_1_EAX_XFD); in xfd_msrs_needed()
1552 return !!(env->features[FEAT_7_0_EDX] & CPUID_7_0_EDX_AMX_TILE); in amx_xtile_needed()
1573 return !!(env->features[FEAT_7_0_EDX] & CPUID_7_0_EDX_ARCH_LBR); in arch_lbr_needed()
/qemu/scripts/qapi/
H A Dgen.py43 def gen_special_features(features: Sequence[QAPISchemaFeature]) -> str:
45 for feat in features if feat.is_special()]
/qemu/hw/scsi/
H A Dscsi-disk.c90 uint32_t features; member
790 outbuf[1] = (s->features & (1 << SCSI_DISK_F_REMOVABLE)) ? 0x80 : 0; in scsi_disk_emulate_inquiry()
1443 if ((s->features & (1 << SCSI_DISK_F_REMOVABLE)) && loej) { in scsi_disk_emulate_start_stop()
2460 if (!(s->features & (1 << SCSI_DISK_F_REMOVABLE)) && in scsi_realize()
2520 if ((s->features & (1 << SCSI_DISK_F_REMOVABLE)) && in scsi_realize()
2521 !(s->features & (1 << SCSI_DISK_F_NO_REMOVABLE_DEVOPS))) { in scsi_realize()
2580 s->features |= 1 << SCSI_DISK_F_REMOVABLE; in scsi_cd_realize()
2707 s->features |= 1 << SCSI_DISK_F_REMOVABLE; in get_device_type()
2763 s->features |= (1 << SCSI_DISK_F_NO_REMOVABLE_DEVOPS); in scsi_block_realize()
3115 DEFINE_PROP_BIT("removable", SCSIDiskState, features,
[all …]
/qemu/include/hw/s390x/
H A Dsclp.h106 uint8_t features[SCCB_CPU_FEATURE_LEN]; member
/qemu/docs/system/devices/
H A Dnvme.rst22 specification. All mandatory features are implement with a couple of exceptions
61 namespaces and additional features, the ``nvme-ns`` device must be used.
105 Additional features becomes available if the controller device (``nvme``) is
108 The NVM Subsystem emulation allows features such as shared namespaces and
/qemu/qapi/
H A Dcrypto.json457 'data': { '*loaded': { 'type': 'bool', 'features': ['deprecated'] },
538 'data': { '*loaded': { 'type': 'bool', 'features': ['deprecated'] } } }
563 'data': { '*loaded': { 'type': 'bool', 'features': ['deprecated'] },
594 'data': { '*loaded': { 'type': 'bool', 'features': ['deprecated'] },
/qemu/hw/char/
H A Dvirtio-serial-bus.c553 static uint64_t get_features(VirtIODevice *vdev, uint64_t features, in get_features() argument
560 features |= vser->host_features; in get_features()
562 virtio_add_feature(&features, VIRTIO_CONSOLE_F_MULTIPORT); in get_features()
564 return features; in get_features()
/qemu/linux-headers/asm-powerpc/
H A Dkvm.h195 __u32 features; /* KVM_SREGS_E_FSL_ */ member
206 __u32 features; /* KVM_SREGS_E_ */ member

12345678910>>...14