/qemu/docs/sphinx/ |
H A D | compat.py | 15 from docutils.nodes import Element, Node, Text 35 SpaceNode: Callable[[str], Node] 36 KeywordNode: Callable[[str, str], Node] 89 contnode: Optional[Node] = None, argument 93 ) -> Node:
|
H A D | qapi_domain.py | 58 from docutils.nodes import Element, Node 71 field: nodes.Node, argument 144 ) -> Tuple[List[nodes.Node], List[nodes.system_message]]: 148 results: List[nodes.Node] = [node] 323 def get_signature_prefix(self) -> List[nodes.Node]: 331 def get_signature_suffix(self) -> List[nodes.Node]: 333 ret: List[nodes.Node] = [] 383 source: str, content: Union[str, List[nodes.Node]], classname: str argument 626 def run(self) -> List[Node]: 657 def run(self) -> List[Node]:
|
H A D | qapidoc.py | 481 def run(self) -> Sequence[nodes.Node]: 484 def do_parse(self, rstlist: StringList, node: nodes.Node) -> None: argument 602 def run(self) -> Sequence[nodes.Node]: 676 def admonition_wrap(self, *content: nodes.Node) -> List[nodes.Node]: argument 689 def run_annotated(self) -> List[nodes.Node]: 710 def run(self) -> List[nodes.Node]:
|
H A D | dbusdoc.py | 30 from docutils.nodes import Element, Node 119 def parse_generated_content(state: RSTState, content: StringList) -> List[Node]:
|
H A D | dbusdomain.py | 22 from docutils.nodes import Element, Node 90 def run(self) -> List[Node]: 247 def run(self) -> List[Node]:
|
/qemu/tests/qemu-iotests/ |
H A D | 141.out | 9 {"error": {"class": "GenericError", "desc": "Node 'drv0' is busy: node is used as backing hd of 'NO… 23 {"error": {"class": "GenericError", "desc": "Node 'drv0' is busy: block device is in use by block j… 37 {"error": {"class": "GenericError", "desc": "Node 'drv0' is busy: block device is in use by block j… 50 {"error": {"class": "GenericError", "desc": "Node 'drv0' is busy: block device is in use by block j… 63 {"error": {"class": "GenericError", "desc": "Node 'drv0' is busy: block device is in use by block j…
|
H A D | 051 | 109 echo === Node names ===
|
H A D | 051.out | 50 === Node names === 57 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,node-name=x1234567890123456789012345678901: Node name too l…
|
H A D | 051.pc.out | 50 === Node names === 57 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,node-name=x1234567890123456789012345678901: Node name too l…
|
/qemu/docs/system/arm/ |
H A D | b-l475e-iot01a.rst | 1 B-L475E-IOT01A IoT Node (``b-l475e-iot01a``) 4 The B-L475E-IOT01A IoT Node uses the STM32L475VG SoC which is based on
|
H A D | stm32.rst | 25 - ``b-l475e-iot01a`` :doc:`B-L475E-IOT01A IoT Node </system/arm/b-l475e-iot01a>` board with STM…
|
/qemu/docs/system/i386/ |
H A D | sgx.rst | 178 [ 0.009981] ACPI: SRAT: Node 0 PXM 0 [mem 0x180000000-0x183ffffff] 179 [ 0.009982] ACPI: SRAT: Node 1 PXM 1 [mem 0x184000000-0x185bfffff]
|
/qemu/system/ |
H A D | physmem.c | 126 typedef PhysPageEntry Node[P_L2_SIZE]; typedef 135 Node *nodes; 189 map->nodes = g_renew(Node, map->nodes, map->nodes_nb_alloc); in phys_map_node_reserve() 253 static void phys_page_compact(PhysPageEntry *lp, Node *nodes) in phys_page_compact() 325 Node *nodes = d->map.nodes; in phys_page_find() 3995 Node *n = d->map.nodes + i; in mtree_print_dispatch()
|
/qemu/docs/ |
H A D | COLO-FT.txt | 44 Primary Node Secondary Node
|
/qemu/tests/qemu-iotests/tests/ |
H A D | inactive-node-nbd.out | 101 {"error": {"class": "GenericError", "desc": "Node has active parent node"}}
|
/qemu/qapi/ |
H A D | block-core.json | 5077 # @file: Node to create the image format on, mandatory except when 5116 # @file: Node to create the image format on 5134 # @file: Node to create the image format on 5183 # @file: Node to create the image format on 5185 # @data-file: Node to use as an external data file in which all guest 5243 # @file: Node to create the image format on 5391 # @file: Node to create the image format on 5422 # @file: Node to create the image format on 5466 # @file: Node to create the image format on
|
/qemu/ |
H A D | MAINTAINERS | 747 B-L475E-IOT01A IoT Node
|
H A D | qemu-options.hx | 572 For example, the following options describe 2 NUMA nodes. Node 0 has
|