vhost-user.rst (eec398119fc6911d99412c37af06a6bc27871f85) | vhost-user.rst (9323e79f10e5f5d8fffc3b307776173ca11faeae) |
---|---|
1.. _vhost_user_proto: 2 3=================== 4Vhost-user Protocol 5=================== 6 7.. 8 Copyright 2014 Virtual Open Systems Sarl. --- 208 unchanged lines hidden (view full) --- 217| offset | size | flags | payload | 218+--------+------+-------+---------+ 219 220:offset: a 32-bit offset of virtio device's configuration space 221 222:size: a 32-bit configuration space access size in bytes 223 224:flags: a 32-bit value: | 1.. _vhost_user_proto: 2 3=================== 4Vhost-user Protocol 5=================== 6 7.. 8 Copyright 2014 Virtual Open Systems Sarl. --- 208 unchanged lines hidden (view full) --- 217| offset | size | flags | payload | 218+--------+------+-------+---------+ 219 220:offset: a 32-bit offset of virtio device's configuration space 221 222:size: a 32-bit configuration space access size in bytes 223 224:flags: a 32-bit value: |
225 - 0: Vhost front-end messages used for writeable fields | 225 - 0: Vhost front-end messages used for writable fields |
226 - 1: Vhost front-end messages used for live migration 227 228:payload: Size bytes array holding the contents of the virtio 229 device's configuration space 230 231Vring area description 232^^^^^^^^^^^^^^^^^^^^^^ 233 --- 1442 unchanged lines hidden --- | 226 - 1: Vhost front-end messages used for live migration 227 228:payload: Size bytes array holding the contents of the virtio 229 device's configuration space 230 231Vring area description 232^^^^^^^^^^^^^^^^^^^^^^ 233 --- 1442 unchanged lines hidden --- |