Home
last modified time | relevance | path

Searched refs:content (Results 1 – 25 of 65) sorted by relevance

123

/qemu/docs/sphinx-static/
H A Dtheme_overrides.css15 h1, h2, .rst-content .toctree-wrapper p.caption, h3, h4, h5, h6, legend {
19 .rst-content dl:not(.docutils) dt {
76 .rst-content .highlight > pre {
81 .rst-content table.field-list th.field-name {
85 .rst-content table.field-list td.field-body {
92 /* content column
98 .wy-nav-content{max-width: none; }
122 caption, .wy-table caption, .rst-content table.field-list caption {
144 .rst-content .section ul li:last-child, .rst-content .section ul li p:last-child {
150 code, .rst-content tt, .rst-content code {
[all …]
/qemu/tests/lcitool/
H A Drefresh33 def atomic_write(filename, content): argument
37 print(content, file=fp, end="")
51 content = lcitool.stdout
53 content += trailer
54 atomic_write(filename, content)
/qemu/docs/sphinx/
H A Ddbusdomain.py143 self.state.nested_parse(self.content, self.content_offset, contentnode)
221 content = nodes.Text(access)
223 fieldbody = nodes.field_body("", nodes.paragraph("", "", content))
228 content = nodes.Text(emits)
230 fieldbody = nodes.field_body("", nodes.paragraph("", "", content))
238 self.state.nested_parse(self.content, self.content_offset, contentnode)
285 content: Dict[str, List[IndexEntry]] = {}
310 entries = content.setdefault(name[0].lower(), [])
314 sorted_content = sorted(content.items())
H A Ddbusdoc.py119 def parse_generated_content(state: RSTState, content: StringList) -> List[Node]:
121 with switch_source_input(state, content):
124 state.nested_parse(content, 0, node)
/qemu/scripts/
H A Dqom-cast-macro-clean-cocci-gen.py44 content = open(fn, 'rt').read()
48 for match in re.findall(pattern, content):
/qemu/authz/
H A Dlistfile.c54 gchar *content = NULL; in qauthz_list_file_load() local
62 if (!g_file_get_contents(fauthz->filename, &content, &len, &err)) { in qauthz_list_file_load()
68 obj = qobject_from_json(content, errp); in qauthz_list_file_load()
91 g_free(content); in qauthz_list_file_load()
/qemu/crypto/
H A Dtlscredspsk.c40 char *content = NULL; in lookup_key() local
45 if (!g_file_get_contents(pskfile, &content, &clen, &gerr)) { in lookup_key()
52 lines = g_strsplit(content, "\n", -1); in lookup_key()
65 free(content); in lookup_key()
H A Drsakey-builtin.c.inc53 const uint8_t **content = (const uint8_t **)ctx;
58 *content = value;
/qemu/scripts/codeconverter/codeconverter/
H A Dpatching.py171 def finditer(klass, content: str, pos=0, endpos=-1) -> Iterable[Match]:
174 content = content[:endpos]
175 return klass.compiled_re().finditer(content, pos)
178 def domatch(klass, content: str, pos=0, endpos=-1) -> Optional[Match]:
181 content = content[:endpos]
182 return klass.compiled_re().match(content, pos)
/qemu/docs/specs/
H A Dvmcoreinfo.rst30 vmcoreinfo entry values & content.
36 Format & content
50 In this case, qemu dump code will read the content
/qemu/util/
H A Dmmap-alloc.c90 gchar *content = NULL; in map_noreserve_effective() local
125 if (g_file_get_contents(OVERCOMMIT_MEMORY_PATH, &content, NULL, NULL) && in map_noreserve_effective()
126 !qemu_strtoui(content, &endptr, 0, &tmp) && in map_noreserve_effective()
/qemu/hw/i386/kvm/
H A Dxenstore_impl.c34 GByteArray *content; member
138 if (n->content) { in xs_node_unref()
139 g_byte_array_unref(n->content); in xs_node_unref()
225 if (old->content) { in xs_node_copy()
226 n->content = g_byte_array_ref(old->content); in xs_node_copy()
343 if ((*n)->content) { in xs_node_add_content()
361 node_data = (*n)->content; in xs_node_get_content()
446 if (old->content) { in xs_node_copy_deleted()
1458 if (n->content) { in save_node()
1460 g_byte_array_append(ss->bytes, n->content->data, n->content->len); in save_node()
[all …]
/qemu/tests/unit/
H A Dtest-xs-node.c46 (int)(n->content ? n->content->len : strlen("<empty>")), in dump_ref()
47 n->content ? (char *)n->content->data : "<empty>", in dump_ref()
146 !compare_content(n1->content, n2->content) || in compare_nodes()
222 const char *content) in write_str() argument
227 g_byte_array_append(d, (void *)content, strlen(content)); in write_str()
/qemu/python/qemu/utils/
H A D__init__.py56 content: str = '',
123 os.linesep.join(_wrap(line) for line in content.splitlines()),
/qemu/docs/
H A Dxbzrle.txt25 The compression format performs a XOR between the previous and current content
45 retrieving the old page content from the cache (default size of 64MB). The
46 receiving side uses the existing page's content and XBZRLE to decode the new
47 page's content.
H A Dblock-replication.txt52 original sector content will be read from Secondary disk and
54 sector content (it could be from either "Secondary Write Requests" or
58 will overwrite the existing sector content in the buffer.
100 5) The hidden-disk is created automatically. It buffers the original content
/qemu/docs/interop/
H A Dbarrier.rst347 ``{ int8_t mark, char *content }``
351 * ``mark`` = 0 means the content followed is the file size
352 * 1 means the content followed is the chunk data
361 ``{ int16_t nb, char *content }``
367 ``content`` = object's directory
H A Dlive-block-operations.rst346 (1) Commit content from only image [B] into image [A]. The resulting
352 (2) Commit content from images [B] and [C] into image [A]. The
360 (3) Commit content from images [B], [C], and the active layer [D] into
366 (4) Commit content from image only image [C] into image [B]. The
371 (5) Commit content from image [C] and the active layer [D] into image
414 content from the active overlay, along with the intermediate overlays,
552 (1) ``full`` -- Synchronize the content of entire disk image chain to
569 (4) ``incremental`` -- Synchronize content that is described by the
630 content from the entire chain, [A] to [D])::
717 the content of image [D].
[all …]
H A Dvhost-user-gpu.rst103 :scanout-id: ``u32``, the scanout content to update
247 Update the scanout content. The data payload contains the graphical bits.
256 descriptor for the scanout content, which is passed as ancillary
H A Ddbus-display.rst28 This is the content of ``ui/dbus-display1.xml``:
/qemu/tests/qapi-schema/
H A Dbad-if-list.json1 # check invalid 'if' content
/qemu/tests/qemu-iotests/
H A D265.out4 --- Verifying its content ---
/qemu/docs/system/i386/
H A Damd-memory-encryption.rst147 * ``firmware_blob`` is the content of the entire firmware flash file (for
153 the content of PaddedSevHashTable (including the zero padding), which itself
158 its content is defined inside Linux kernel code as ``struct vmcb_save_area``,
252 <https://www.amd.com/content/dam/amd/en/documents/epyc-business-docs/white-papers/memory-encryption…
258 …<https://www.amd.com/content/dam/amd/en/documents/processor-tech-docs/programmer-references/24593.…
268 <https://www.amd.com/content/dam/amd/en/documents/processor-tech-docs/programmer-references/24593.p…
/qemu/docs/system/devices/
H A Dvhost-user-rng.rst10 be reviewed before moving forward with the content in this file.
/qemu/hw/nvram/
H A Dfw_cfg.c134 gchar *content; in read_splashfile() local
139 if (!g_file_get_contents(filename, &content, file_sizep, &err)) { in read_splashfile()
152 filehead = lduw_le_p(content); in read_splashfile()
163 bmp_bpp = lduw_le_p(&content[28]); in read_splashfile()
172 return content; in read_splashfile()
177 g_free(content); in read_splashfile()

123