Home
last modified time | relevance | path

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

12345678910>>...29

/openbmc/qemu/
H A Dmeson_options.txt44 option('docs', type : 'feature', value : 'auto',
48 option('gettext', type : 'feature', value : 'auto',
50 option('modules', type : 'feature', value : 'disabled',
56 option('sparse', type : 'feature', value : 'auto',
58 option('guest_agent', type : 'feature', value : 'auto',
60 option('guest_agent_msi', type : 'feature', value : 'auto',
62 option('tools', type : 'feature', value : 'auto',
64 option('qga_vss', type : 'feature', value: 'auto',
67 option('malloc_trim', type : 'feature', value : 'auto',
72 option('kvm', type: 'feature', value: 'auto',
[all …]
/openbmc/dbus-sensors/
H A Dmeson.options3 type: 'feature',
9 type: 'feature',
15 type: 'feature',
21 type: 'feature',
27 type: 'feature',
33 type: 'feature',
39 type: 'feature',
45 type: 'feature',
51 type: 'feature',
57 type: 'feature',
[all …]
/openbmc/qemu/tests/qemu-iotests/
H 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 …]
H 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
/openbmc/qemu/tests/qapi-schema/
H A Ddoc-good.out15 feature enum-member-feat
18 feature enum-feat
25 feature member-feat
26 feature variant1-feat
34 feature union-feat1
40 feature alt-feat
47 feature cmd-feat1
48 feature cmd-feat2
51 feature cmd-feat1
52 feature cmd-feat2
[all …]
H A Ddoc-good.txt51 * **enum-member-feat** -- a member feature
74 * **variant1-feat** -- a feature
76 * **member-feat** -- a member feature
90 * **union-feat1** -- a feature
102 * **alt-feat** -- a feature
119 * **cmd-feat1** -- a feature
121 * **cmd-feat2** -- another feature
165 * **cmd-feat1** -- a feature
167 * **cmd-feat2** -- another feature
181 * **feat3** -- a feature
H A Ddoc-undoc-feature.err1 doc-undoc-feature.json: In command 'foo':
2 doc-undoc-feature.json:9: feature 'undoc' lacks documentation
H A Ddoc-good.json74 # @enum-member-feat: a member feature
105 # @variant1-feat: a feature
106 # @member-feat: a member feature
124 # @union-feat1: a feature
142 # @alt-feat: a feature
165 # @cmd-feat1: a feature
166 # @cmd-feat2: another feature
212 # @cmd-feat1: a feature
213 # @cmd-feat2: another feature
229 # @feat3: a feature
/openbmc/openbmc/poky/meta/lib/oe/
H A Dpackagegroup.py9 def is_optional(feature, d): argument
10 return bool(d.getVarFlag("FEATURE_PACKAGES_%s" % feature, "optional"))
13 for feature in features:
14 packages = d.getVar("FEATURE_PACKAGES_%s" % feature)
19 req = [feature for feature in features if not is_optional(feature, d)]
23 opt = [feature for feature in features if is_optional(feature, d)]
/openbmc/smbios-mdr/
H A Dmeson.options1 option('tests', type: 'feature', value: 'disabled', description: 'Build tests')
5 type: 'feature',
12 type: 'feature',
19 type: 'feature',
26 type: 'feature',
33 type: 'feature',
40 type: 'feature',
47 type: 'feature',
54 type: 'feature',
61 type: 'feature',
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dsigning.py82 feature = 'INHERIT += "sign_rpm"\n'
83 feature += 'RPM_GPG_PASSPHRASE = "test123"\n'
84 feature += 'RPM_GPG_NAME = "testuser"\n'
85 feature += 'GPG_PATH = "%s"\n' % self.gpg_dir
86 feature += 'PACKAGECONFIG:append:pn-rpm-native = " sequoia"\n'
87 feature += 'PACKAGECONFIG:append:pn-rpm = " sequoia"\n'
89 self.write_config(feature)
146 feature = 'SSTATE_SIG_KEY ?= "testuser"\n'
147 feature += 'SSTATE_SIG_PASSPHRASE ?= "test123"\n'
148 feature += 'SSTATE_VERIFY_SIG ?= "1"\n'
[all …]
/openbmc/phosphor-mrw-tools/
H A Dhwmon.pl215 for my $feature (sort keys %{$entry->{hwmon}}) {
216 print $f "LABEL_$feature = \"$entry->{hwmon}{$feature}{label}\"\n";
219 if (exists $entry->{hwmon}{$feature}{warnhigh}) {
220 print $f "WARNHI_$feature = \"$entry->{hwmon}{$feature}{warnhigh}\"\n";
222 if (exists $entry->{hwmon}{$feature}{warnlow}) {
223 print $f "WARNLO_$feature = \"$entry->{hwmon}{$feature}{warnlow}\"\n";
225 if (exists $entry->{hwmon}{$feature}{crithigh}) {
226 print $f "CRITHI_$feature = \"$entry->{hwmon}{$feature}{crithigh}\"\n";
228 if (exists $entry->{hwmon}{$feature}{critlow}) {
229 print $f "CRITLO_$feature = \"$entry->{hwmon}{$feature}{critlow}\"\n";
/openbmc/libcper/
H A Dmeson.options3 type: 'feature',
7 option('tests', type: 'feature', value: 'enabled', description: 'Build tests')
10 type: 'feature',
16 type: 'feature',
20 option('install', type: 'feature', value: 'enabled', description: 'Install')
23 type: 'feature',
29 type: 'feature',
/openbmc/qemu/subprojects/packagefiles/syn-2-rs/
H A Dmeson.build23 '--cfg', 'feature="full"',
24 '--cfg', 'feature="derive"',
25 '--cfg', 'feature="parsing"',
26 '--cfg', 'feature="printing"',
27 '--cfg', 'feature="clone-impls"',
28 '--cfg', 'feature="proc-macro"',
29 '--cfg', 'feature="extra-traits"',
/openbmc/intel-ipmi-oem/
H A Dmeson.options1 option('tests', type: 'feature', description: 'Build tests')
4 type: 'feature',
8 'bmc-validation-unsecure-feature',
9 type: 'feature',
14 type: 'feature',
/openbmc/bmcweb/
H A Dmeson.options4 type: 'feature',
13 type: 'feature',
21 type: 'feature',
37 # type: 'feature',
45 type: 'feature',
56 type: 'feature',
65 type: 'feature',
74 type: 'feature',
83 type: 'feature',
92 type: 'feature',
[all …]
/openbmc/phosphor-led-manager/
H A Dmeson.options1 option('tests', type: 'feature', value: 'enabled', description: 'Build tests')
5 type: 'feature',
12 type: 'feature',
19 type: 'feature',
26 type: 'feature',
/openbmc/openpower-pnor-code-mgmt/
H A Dmeson.options1 option('tests', type: 'feature', description: 'Build tests.')
4 type: 'feature',
14 option('vpnor', type: 'feature', description: 'Enable virtual PNOR support')
15 option('pldm', type: 'feature', description: 'Enable Host PLDM support')
18 type: 'feature',
/openbmc/phosphor-certificate-manager/
H A Dmeson.options1 option('tests', type: 'feature', description: 'Build tests')
12 type: 'feature',
18 type: 'feature',
24 type: 'feature',
37 type: 'feature',
/openbmc/x86-power-control/
H A Dmeson.options3 type: 'feature',
9 type: 'feature',
15 type: 'feature',
21 type: 'feature',
27 type: 'feature',
/openbmc/phosphor-misc/
H A Dmeson.options3 type: 'feature',
8 type: 'feature',
13 type: 'feature',
16 option('usb-ctrl', type: 'feature', description: 'Control USB gadget devices')
/openbmc/qemu/tests/qtest/
H 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)); \
156 g_assert(qdict_get_bool(_props, feature) == (expected_value)); \
[all …]
/openbmc/phosphor-host-ipmid/
H A Dmeson.options1 option('tests', type: 'feature', description: 'Build tests')
4 type: 'feature',
9 type: 'feature',
14 option('softoff', type: 'feature', description: 'Builds soft power off')
107 type: 'feature',
117 type: 'feature',
128 type: 'feature',
136 type: 'feature',
149 type: 'feature',
157 type: 'feature',
[all …]
/openbmc/phosphor-bmc-code-mgmt/
H A Dmeson.options17 type: 'feature',
24 type: 'feature',
29 option('tests', type: 'feature', description: 'Build tests')
33 type: 'feature',
40 type: 'feature',
47 type: 'feature',
54 type: 'feature',
61 type: 'feature',
68 type: 'feature',
75 type: 'feature',
[all …]
/openbmc/phosphor-fan-presence/
H A Dmeson.options2 option('tests', type: 'feature', value: 'enabled', description: 'Build tests.')
6 type: 'feature',
22 type: 'feature',
29 type: 'feature',
73 type: 'feature',
102 type: 'feature',
110 type: 'feature',
133 type: 'feature',
170 type: 'feature',
177 type: 'feature',
[all …]

12345678910>>...29