Lines Matching refs:in
14 scenes. Code snippets used in this document might have been simplified for the
28 store generic scatter-gatter I/O. Virtio is most commonly used in QEMU VMs,
49 > control the vhost implementation in the Linux kernel. It implements the control
52 > descriptors in the ancillary data of the message.
55 > The front-end is the application that shares its virtqueues, in our case QEMU.
60 > Ethernet switch running in user space, such as Snabbswitch, or a block
64 > server (listening) in the socket communication.
72 offload in QEMU. The following diagram presents how QEMU-based VM
92 - user address - for memory translations in Vhost-user messages (e.g.
94 - guest address - for buffers addresses translations in vrings (for QEMU this
121 The front-end sends I/O by allocating proper buffers in shared memory, filling
129 uint64_t offset; // offset in the disk (read-only)
169 name vring is still used in virtio data structures inside the code. Instead of
175 for polling virtqueues. For each descriptor, the device performs a lookup in
185 features involved, but they are not be discussed in this document.
193 be discussed in this document. For the highest performance, a poll-mode @ref virtio