Home
last modified time | relevance | path

Searched refs:feature (Results 1 – 25 of 175) sorted by relevance

1234567

/qemu/
A Dmeson_options.txt44 option('docs', type : 'feature', value : 'auto',
72 option('kvm', type: 'feature', value: 'auto',
74 option('whpx', type: 'feature', value: 'auto',
76 option('hvf', type: 'feature', value: 'auto',
78 option('nvmm', type: 'feature', value: 'auto',
80 option('xen', type: 'feature', value: 'auto',
124 option('avx2', type: 'feature', value: 'auto',
289 option('oss', type: 'feature', value: 'auto',
291 option('pa', type: 'feature', value: 'auto',
333 option('dmg', type: 'feature', value: 'auto',
[all …]
/qemu/tests/qemu-iotests/
A D036.out3 === Image with unknown incompatible feature bit ===
9 … Could not open 'TEST_DIR/t.IMGFMT': Unsupported IMGFMT feature(s): Unknown incompatible feature: …
10 qemu-img: Could not open 'TEST_DIR/t.IMGFMT': Unsupported IMGFMT feature(s): Test feature
12 === Image with multiple incompatible feature bits ===
15 … Could not open 'TEST_DIR/t.IMGFMT': Unsupported IMGFMT feature(s): Unknown incompatible feature: …
16 …not open 'TEST_DIR/t.IMGFMT': Unsupported IMGFMT feature(s): Test feature, Unknown incompatible fe…
17 …not open 'TEST_DIR/t.IMGFMT': Unsupported IMGFMT feature(s): Test feature, Unknown incompatible fe…
18 …not open 'TEST_DIR/t.IMGFMT': Unsupported IMGFMT feature(s): test1, test2, Unknown incompatible fe…
19 qemu-img: Could not open 'TEST_DIR/t.IMGFMT': Unsupported IMGFMT feature(s): test1, test2, test3
20 …uld not open 'TEST_DIR/t.IMGFMT': Unsupported IMGFMT feature(s): test2, Unknown incompatible featu…
[all …]
A D03654 echo === Image with unknown incompatible feature bit ===
57 $PYTHON qcow2.py "$TEST_IMG" set-feature-bit incompatible 63
70 echo === Image with multiple incompatible feature bits ===
73 $PYTHON qcow2.py "$TEST_IMG" set-feature-bit incompatible 61
74 $PYTHON qcow2.py "$TEST_IMG" set-feature-bit incompatible 62
75 $PYTHON qcow2.py "$TEST_IMG" set-feature-bit incompatible 63
106 echo === Create image with unknown autoclear feature bit ===
109 $PYTHON qcow2.py "$TEST_IMG" set-feature-bit autoclear 63
/qemu/tests/qapi-schema/
A Ddoc-good.out18 feature enum-feat
55 feature feat3
112 a member feature
131 a feature
141 a feature
152 a feature
168 a feature
170 another feature
209 a feature
211 another feature
[all …]
A Ddoc-good.txt60 a member feature
109 a feature
112 a member feature
135 a feature
157 a feature
191 a feature
194 another feature
258 a feature
261 another feature
283 a feature
A Ddoc-good.json67 # @enum-member-feat: a member feature
98 # @variant1-feat: a feature
99 # @member-feat: a member feature
117 # @union-feat1: a feature
135 # @alt-feat: a feature
157 # @cmd-feat1: a feature
158 # @cmd-feat2: another feature
204 # @cmd-feat1: a feature
205 # @cmd-feat2: another feature
221 # @feat3: a feature
A Dqapi-schema-test.out330 feature feature1
334 feature feature1
337 feature feature1
338 feature feature2
342 feature int
343 feature name
344 feature if
347 feature feature1
351 feature feature1
353 feature feature2
[all …]
A Ddoc-undoc-feature.err1 doc-undoc-feature.json: In command 'foo':
2 doc-undoc-feature.json:9: feature 'undoc' lacks documentation
A Ddoc-bad-feature.err1 doc-bad-feature.json:7: documented feature 'a' does not exist
A Dfeatures-duplicate-name.err2 features-duplicate-name.json:1: feature 'foo' collides with feature 'foo'
/qemu/subprojects/packagefiles/syn-2-rs/
A Dmeson.build22 '--cfg', 'feature="full"',
23 '--cfg', 'feature="derive"',
24 '--cfg', 'feature="parsing"',
25 '--cfg', 'feature="printing"',
26 '--cfg', 'feature="clone-impls"',
27 '--cfg', 'feature="proc-macro"',
28 '--cfg', 'feature="extra-traits"',
/qemu/tests/qtest/
A Darm-cpu-features.c119 static bool resp_get_feature(QDict *resp, const char *feature) in resp_get_feature() argument
126 g_assert(qdict_get(props, feature)); in resp_get_feature()
127 return qdict_get_bool(props, feature); in resp_get_feature()
130 #define assert_has_feature(qts, cpu_type, feature) \ argument
135 g_assert(qdict_get(resp_get_props(_resp), feature)); \
139 #define assert_has_not_feature(qts, cpu_type, feature) \ argument
144 !qdict_get(resp_get_props(_resp), feature)); \
148 #define resp_assert_feature(resp, feature, expected_value) \ argument
155 g_assert(qdict_get(_props, feature)); \
181 assert_feature(qts, cpu_type, feature, true)
[all …]
/qemu/hw/vfio/
A Dmigration.c150 (struct vfio_device_feature_mig_state *)feature->data; in vfio_migration_set_state()
163 feature->argsz = sizeof(buf); in vfio_migration_set_state()
164 feature->flags = in vfio_migration_set_state()
167 if (ioctl(vbasedev->fd, VFIO_DEVICE_FEATURE, feature)) { in vfio_migration_set_state()
328 feature->argsz = sizeof(buf); in vfio_query_stop_copy_size()
329 feature->flags = in vfio_query_stop_copy_size()
332 if (ioctl(vbasedev->fd, VFIO_DEVICE_FEATURE, feature)) { in vfio_query_stop_copy_size()
902 feature->argsz = sizeof(buf); in vfio_migration_query_flags()
904 if (ioctl(vbasedev->fd, VFIO_DEVICE_FEATURE, feature)) { in vfio_migration_query_flags()
919 feature->argsz = sizeof(buf); in vfio_dma_logging_supported()
[all …]
A Dcommon.c934 feature->argsz = sizeof(buf); in vfio_devices_dma_logging_stop()
955 struct vfio_device_feature *feature; in vfio_device_feature_dma_logging_start_create() local
963 if (!feature) { in vfio_device_feature_dma_logging_start_create()
967 feature->argsz = feature_size; in vfio_device_feature_dma_logging_start_create()
983 g_free(feature); in vfio_device_feature_dma_logging_start_create()
1010 return feature; in vfio_device_feature_dma_logging_start_create()
1014 struct vfio_device_feature *feature) in vfio_device_feature_dma_logging_start_destroy() argument
1022 g_free(feature); in vfio_device_feature_dma_logging_start_destroy()
1028 struct vfio_device_feature *feature; in vfio_devices_dma_logging_start() local
1036 if (!feature) { in vfio_devices_dma_logging_start()
[all …]
/qemu/gdbstub/
A Dgdbstub.c55 const GDBFeature *feature; member
422 builder->feature = feature; in gdb_feature_builder_init()
427 feature->xmlname = xmlname; in gdb_feature_builder_init()
428 feature->name = name; in gdb_feature_builder_init()
485 const GDBFeature *feature; in gdb_find_static_feature() local
487 for (feature = gdb_static_features; feature->xmlname; feature++) { in gdb_find_static_feature()
489 return feature; in gdb_find_static_feature()
512 r->feature->name in gdb_get_register_list()
565 .feature = feature in gdb_register_feature()
574 const GDBFeature *feature; in gdb_init_cpu() local
[all …]
/qemu/qapi/
A Dcommon.json76 # @off: The specified feature is disabled
78 # @auto: The PCI BAR for the feature is automatically selected
80 # @bar0: PCI BAR0 is used for the feature
82 # @bar1: PCI BAR1 is used for the feature
84 # @bar2: PCI BAR2 is used for the feature
86 # @bar3: PCI BAR3 is used for the feature
88 # @bar4: PCI BAR4 is used for the feature
90 # @bar5: PCI BAR5 is used for the feature
/qemu/docs/system/
A Dcpu-models-x86.rst.inc126 CPUs cannot support this feature.
165 Note that not all CPU hardware will support this feature.
183 This is an MSR (Model-Specific Register) feature rather than a CPUID feature,
385 Host passthrough with feature customization:
397 Named CPU models with feature customization:
410 Host passthrough with feature customization::
413 <feature name="vmx" policy="disable"/>
421 Host model with feature customization::
424 <feature name="vmx" policy="disable"/>
434 Named model with feature customization::
[all …]
/qemu/target/i386/
A Dconfidential-guest.h42 uint32_t (*mask_cpuid_features)(X86ConfidentialGuest *cg, uint32_t feature, uint32_t index,
71 uint32_t feature, uint32_t index, in x86_confidential_guest_mask_cpuid_features() argument
77 return klass->mask_cpuid_features(cg, feature, index, reg, value); in x86_confidential_guest_mask_cpuid_features()
/qemu/docs/system/i386/
A Dkvm-pv.rst24 ``kvm-msi-ext-dest-id`` feature is enabled by default in x2apic mode with split
42 This feature is deprecated.
46 Note: since Linux v5.10 the feature is deprecated and not enabled by ``KVM``.
71 Enable paravirtualized sched yield feature. Supported since Linux v5.10.
78 Support 'Extended Destination ID' for external interrupts. The feature allows
91 Limit the supported paravirtualized feature set to the exposed features only.
A Dhyperv.rst10 guest support for such features is added simultaneously with the feature itself.
41 This feature tells guest OS to disable watchdog timeouts as it is running on a
155 the same TSC frequency or support TSC scaling CPU feature.
161 enabled, it provides Enlightened VMCS version 1 feature to the guest. The feature
167 without the feature to find out if enabling it is beneficial.
183 to use paravirtualized AutoEOI feature.
184 Note: enabling this feature on old hardware (without APICv/AVIC support) may
193 When the option is set to 'auto' QEMU will enable the feature only when KVM
233 Enlightened VMCS (``hv-evmcs``) feature to also be enabled.
253 Enlightened VMCS (``hv-evmcs``) feature to also be enabled.
[all …]
/qemu/include/exec/
A Dgdbstub.h13 GDBFeature *feature; member
41 const GDBFeature *feature, int g_pos);
67 void gdb_feature_builder_init(GDBFeatureBuilder *builder, GDBFeature *feature,
/qemu/target/avr/
A Dcpu.h175 static inline int avr_feature(CPUAVRState *env, AVRFeature feature) in avr_feature() argument
177 return (env->features & (1U << feature)) != 0; in avr_feature()
180 static inline void set_avr_feature(CPUAVRState *env, int feature) in set_avr_feature() argument
182 env->features |= (1U << feature); in set_avr_feature()
/qemu/docs/interop/
A Dvhost-user.rst520 require this protocol feature.
528 declare the ``VHOST_F_LOG_ALL`` vhost feature.
585 ``VHOST_USER_PROTOCOL_F_PAGEFAULT`` feature.
1015 protocol feature.
1029 notifications feature flag without the other two.
1089 implementation. Only legal if feature bit
1393 feature has been successfully negotiated.
1547 feature is set by the back-end.
1711 ``VHOST_USER_PROTOCOL_F_DEVICE_STATE`` feature.
1956 "feature-a",
[all …]
/qemu/scripts/
A Dcpu-x86-uarch-abi.py101 for (feature, present) in cpu["model"]["props"].items():
102 if present and feature not in skip:
103 got[feature] = True
/qemu/subprojects/packagefiles/either-1-rs/
A Dmeson.build14 '--cfg', 'feature="use_std"',
15 '--cfg', 'feature="use_alloc"',

Completed in 28 milliseconds

1234567