Searched full:communicate (Results 1 – 25 of 54) sorted by relevance
123
/qemu/docs/system/devices/ |
H A D | vhost-user-rng.rst | 31 use to communicate as well as share the guests memory over a memfd.
|
H A D | vhost-user-input.rst | 33 The QEMU invocation needs to create a chardev socket to communicate with the
|
H A D | ivshmem.rst | 34 allows guests using the same server to communicate via interrupts.
|
H A D | net.rst | 109 communicate with QEMU. 148 communicate with passt-repair. The default value is the ``--socket`` path
|
/qemu/qapi/ |
H A D | net.json | 534 # Allows the vmnet interface to communicate with other vmnet 551 # ensures that vmnet interface is not able to communicate with any 579 # interface can communicate with the host and with other shared mode 581 # IPv6 prefix specified, the interface can communicate with any of 598 # ensures that vmnet interface is not able to communicate with any 627 # ensures that vmnet interface is not able to communicate with any
|
/qemu/hw/misc/ |
H A D | sbsa_ec.c | 5 * to communicate platform power states to qemu.
|
/qemu/docs/specs/ |
H A D | acpi_hw_reduced_hotplug.rst | 16 to communicate the type of device affected by the interrupt. This way,
|
H A D | ivshmem-spec.rst | 121 communicate the interrupt vector to guest software then. 161 communicate with each other normally, but won't receive disconnect
|
H A D | ppc-spapr-uv-hcalls.rst | 7 can provide access to. pSeries guests on such systems can communicate with
|
H A D | edu.rst | 35 I/O memory, 1 MB in size. Users are supposed to communicate with the card
|
/qemu/tests/qemu-iotests/tests/ |
H A D | nbd-reconnect-on-open | 64 log(client.communicate()[0], filters=[iotests.filter_qemu_io])
|
/qemu/include/hw/timer/ |
H A D | sse-counter.h | 66 * can communicate with the SSECounter.
|
/qemu/tests/qemu-iotests/ |
H A D | 277 | 73 outs, errs = proc.communicate(timeout=10)
|
H A D | 149 | 104 msg = proc.communicate()[0] 123 msg = proc.communicate(password)[0] 189 msg = proc.communicate()[0]
|
/qemu/include/hw/acpi/ |
H A D | generic_event_device.h | 18 * on IO memory region to communicate the type of device affected by
|
/qemu/docs/interop/ |
H A D | dbus.rst | 25 Using a bus, helper processes can discover and communicate with each
|
/qemu/hw/acpi/ |
H A D | generic_event_device.c | 37 * relying on IO memory region to communicate the type of device 309 * Set the GED selector field to communicate the event type. in acpi_ged_send_event()
|
/qemu/scripts/simplebench/ |
H A D | bench_write_req.py | 49 return subp.communicate()[0]
|
/qemu/scripts/ |
H A D | qemu-trace-stap | 104 out, err = proc.communicate()
|
/qemu/scripts/ci/ |
H A D | gitlab-pipeline-status | 27 """Failed to communicate to gitlab.com APIs."""
|
/qemu/docs/sphinx/ |
H A D | kerneldoc.py | 111 out, err = p.communicate()
|
/qemu/tests/uefi-test-tools/ |
H A D | Makefile | 99 # module, it can communicate with the outer "make"'s job server.
|
/qemu/hw/remote/ |
H A D | mpqemu-link.c | 187 * Used by the Proxy object to communicate to remote processes.
|
/qemu/util/ |
H A D | iova-tree.c | 196 * @pargs: Struct to communicate with the outside world
|
/qemu/include/hw/vfio/ |
H A D | vfio-device.h | 162 * How devices communicate with the server. The default option is through
|
123