Home
last modified time | relevance | path

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

123456

/qemu/
H A Dmeson_options.txt55 description: 'sparse checker')
83 description: 'TCG support')
87 description: 'TCG debugging')
113 description: 'TPM support')
142 description: 'cap_ng support')
146 description: 'eBPF support')
166 description: 'libnuma support')
170 description: 'curses UI')
200 description: 'OpenGL support')
230 description: 'pixman support')
[all …]
/qemu/tests/unit/
H 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/
H 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/
H A Dtestrunner.py101 def __init__(self, status: str, description: str = '',
105 self.description = description
165 description: str = '',
246 description=f'No such test file: {f_test}')
253 description='No qualified output '
286 description='Interrupted by user',
294 description=f'failed, exit status {ret}',
300 description=f_notrun.read_text(encoding='utf-8').strip())
314 description=f'output mismatch (see {f_bad})',
358 description=res.description)
H A D30797 description='This is the writable second export')
109 description='This is the writable second export')
H 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/
H A Dqdev-properties-system.c452 .description = "ID of a netdev to use as a backend",
623 .description = "Error handling policy, "
649 .description = "FDC drive type, "
661 .description = "multifd_compression values, "
675 .description = "mig_mode values, "
689 .description = "granule_mode values, "
699 .description = "zero_page_detection values, "
952 .description = "Address (bus/device/function) of "
1044 .description = "2_5/5/8/16/32/64",
1132 .description = "1/2/4/8/12/16/32",
[all …]
/qemu/python/qemu/utils/
H 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/
H 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/
H 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
H A Ddoc-good.json61 # @one: The _one_ {and only}, description on the same line
80 # description starts on a new line,
128 # @i: description starts on the same line
148 # description starts on a new line,
151 # @arg2: description starts on the same line
H A Ddoc-good.out107 The _one_ {and only}, description on the same line
120 description starts on a new line,
147 description starts on the same line
161 description starts on a new line,
164 description starts on the same line
H A Ddoc-interleaved-section.err1 doc-interleaved-section.json:15:1: description of '@foobar:' follows a section
H A Ddoc-empty-features.json8 # not a description
/qemu/qom/
H 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()
H 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/
H A Drocker.txt94 offset description
110 offset description
127 vector description
208 bit name description
215 field width description
239 field width description
462 bit name description
484 field width description
496 field width description
513 field width description
[all …]
/qemu/include/hw/misc/
H A Dled.h45 char *description; member
96 const char *description);
/qemu/docs/interop/
H 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/
H 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),
H 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/
H A Dspice-input.c42 .base.description = "qemu keyboard",
162 .base.description = "mouse",
215 .base.description = "tablet",
/qemu/scripts/coverity-scan/
H A Drun-coverity-scan200 --description)
387 --description "$DESCRIPTION" $ARGS --tokenfile /work/token \
455 --form description="$DESCRIPTION" \
/qemu/tests/qtest/fuzz/
H 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/
H A D50-qemu-gpu.json.in2 "description": "QEMU vhost-user-gpu", string

123456