Home
last modified time | relevance | path

Searched refs:description (Results 1 – 25 of 154) sorted by relevance

1234567

/qemu/
A Dmeson_options.txt57 description: 'sparse checker')
85 description: 'TCG support')
89 description: 'TCG debugging')
117 description: 'TPM support')
144 description: 'cap_ng support')
148 description: 'eBPF support')
172 description: 'curses UI')
204 description: 'OpenGL support')
234 description: 'pixman support')
248 description: 'VNC server')
[all …]
/qemu/tests/unit/
A Dtest-visitor-serialization.c59 const char *description; member
78 const char *description; member
758 .description = "uint8_min",
763 .description = "uint8_max",
842 .description = "int8_min",
847 .description = "int8_max",
863 .description = "int16_min",
868 .description = "int16_max",
884 .description = "int32_min",
889 .description = "int32_max",
[all …]
/qemu/hw/misc/
A Dled.c43 trace_led_set_intensity(s->description, s->color, intensity_percent); in led_set_intensity()
45 trace_led_change_intensity(s->description, s->color, in led_set_intensity()
97 if (s->description == NULL) { in led_realize()
98 s->description = g_strdup("n/a"); in led_realize()
106 DEFINE_PROP_STRING("description", LEDState, description),
140 const char *description) in type_init()
149 if (!description) { in type_init()
153 qdev_prop_set_string(dev, "description", description); in type_init()
154 name = g_ascii_strdown(description, -1); in type_init()
/qemu/tests/qemu-iotests/
A Dtestrunner.py104 def __init__(self, status: str, description: str = '',
108 self.description = description
168 description: str = '',
249 description=f'No such test file: {f_test}')
256 description='No qualified output '
289 description='Interrupted by user',
297 description=f'failed, exit status {ret}',
303 description=f_notrun.read_text(encoding='utf-8').strip())
317 description=f'output mismatch (see {f_bad})',
361 description=res.description)
A D30797 description='This is the writable second export')
109 description='This is the writable second export')
A D307.out65 {"execute": "block-export-add", "arguments": {"description": "This is the writable second export", …
72 {"execute": "block-export-add", "arguments": {"description": "This is the writable second export", …
87 description: This is the writable second export
114 description: This is the writable second export
/qemu/hw/core/
A Dqdev-properties-system.c478 .description = "ID of a netdev to use as a backend",
645 .description = "Error handling policy, "
671 .description = "FDC drive type, "
683 .description = "multifd_compression values, "
697 .description = "mig_mode values, "
711 .description = "granule_mode values, "
721 .description = "zero_page_detection values, "
992 .description = "Address (bus/device/function) of "
1084 .description = "2_5/5/8/16/32/64",
1172 .description = "1/2/4/8/12/16/32",
[all …]
/qemu/python/qemu/utils/
A Dqom_common.py39 description: Optional[str] = None,
43 self.description = description
96 description=cls.help)
172 parser = argparse.ArgumentParser(description=cls.help)
/qemu/hw/ppc/
A Dspapr_caps.c56 const char *description; member
702 .description = "Allow Hardware Transactional Memory (HTM)",
711 .description = "Allow Vector Scalar Extensions (VSX)",
720 .description = "Allow Decimal Floating Point (DFP)",
749 .description =
772 .description = "Allow Nested KVM-HV",
781 .description = "Allow Nested HV (PAPR API)",
790 .description = "Allow Large Decrementer",
800 .description = "Count Cache Flush Assist via HW Instruction",
809 .description = "Implements PAPR FWNMI option",
[all …]
/qemu/tests/qapi-schema/
A Ddoc-good.txt47 The _one_ {and only}, description on the same line
79 description starts on a new line, minimally indented
146 description starts on the same line remainder indented the same "b"
178 description starts on a new line, indented
181 description starts on the same line remainder indented differently
A Ddoc-good.json63 # @one: The _one_ {and only}, description on the same line
82 # description starts on a new line,
130 # @i: description starts on the same line
150 # description starts on a new line,
153 # @arg2: description starts on the same line
A Ddoc-good.out106 The _one_ {and only}, description on the same line
119 description starts on a new line,
146 description starts on the same line
160 description starts on a new line,
163 description starts on the same line
A Ddoc-interleaved-section.err1 doc-interleaved-section.json:15:1: description of '@foobar:' follows a section
A Ddoc-empty-features.json8 # not a description
/qemu/qom/
A Dqom-qmp-cmds.c169 info->description = g_strdup(prop->description); in qmp_device_list_properties()
214 info->description = g_strdup(prop->description); in qmp_qom_list_properties()
A Dobject_interfaces.c165 QObject *defval, const char *description) in object_property_help() argument
170 if (description || defval) { in object_property_help()
176 if (description) { in object_property_help()
177 g_string_append(str, description); in object_property_help()
223 prop->defval, prop->description)); in type_print_class_properties()
/qemu/docs/specs/
A Drocker.rst93 offset description
109 offset description
126 vector description
207 bit name description
214 field width description
238 field width description
461 bit name description
483 field width description
495 field width description
514 field width description
[all …]
/qemu/include/hw/misc/
A Dled.h45 char *description; member
96 const char *description);
/qemu/docs/interop/
A Dvhost-user.json233 # @description: Provides a human-readable description of the backend.
234 # Management software may or may not display @description.
239 # backend for which @description is not appropriate, due to the
262 'description': 'str',
/qemu/hw/gpio/
A Dpca9552.c89 trace_pca955x_gpio_status(s->description, buf); in pca955x_display_pins_status()
101 trace_pca955x_gpio_change(s->description, i, in pca955x_display_pins_status()
423 if (!s->description) { in pca955x_realize()
424 s->description = g_strdup("pca-unspecified"); in pca955x_realize()
432 DEFINE_PROP_STRING("description", PCA955xState, description),
A Dpca9554.c286 if (!s->description) { in pca9554_realize()
287 s->description = g_strdup("pca9554"); in pca9554_realize()
295 DEFINE_PROP_STRING("description", PCA9554State, description),
/qemu/ui/
A Dspice-input.c42 .base.description = "qemu keyboard",
162 .base.description = "mouse",
215 .base.description = "tablet",
/qemu/scripts/coverity-scan/
A Drun-coverity-scan200 --description)
387 --description "$DESCRIPTION" $ARGS --tokenfile /work/token \
455 --form description="$DESCRIPTION" \
/qemu/tests/qtest/fuzz/
A Di440fx_fuzz.c161 .description = "Fuzz the i440fx using raw qtest commands and " in register_pci_fuzz_targets()
174 .description = "Fuzz the i440fx using raw qtest commands and " in register_pci_fuzz_targets()
/qemu/contrib/vhost-user-gpu/
A D50-qemu-gpu.json.in2 "description": "QEMU vhost-user-gpu", string

Completed in 49 milliseconds

1234567