diff options
| author | Michael S. Tsirkin | 2015-07-15 12:47:31 +0200 |
|---|---|---|
| committer | Michael S. Tsirkin | 2015-07-20 13:19:40 +0200 |
| commit | d345ed2da3279b015605823397235b8c5ca5251f (patch) | |
| tree | 32d2e4c5a7f07a978b64175d89d93dce8bb86ee2 /docs | |
| parent | ich9: fix skipped vmstate_memhp_state subsection (diff) | |
| download | qemu-d345ed2da3279b015605823397235b8c5ca5251f.tar.gz qemu-d345ed2da3279b015605823397235b8c5ca5251f.tar.xz qemu-d345ed2da3279b015605823397235b8c5ca5251f.zip | |
Revert "vhost-user: add multi queue support"
This reverts commit 830d70db692e374b55555f4407f96a1ceefdcc97.
The interface isn't fully backwards-compatible, which is bad.
Let's redo this properly after 2.4.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/specs/vhost-user.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/specs/vhost-user.txt b/docs/specs/vhost-user.txt index 2c8e9347cc..650bb18186 100644 --- a/docs/specs/vhost-user.txt +++ b/docs/specs/vhost-user.txt @@ -127,11 +127,6 @@ in the ancillary data: If Master is unable to send the full message or receives a wrong reply it will close the connection. An optional reconnection mechanism can be implemented. -Multi queue support -------------------- -The protocol supports multiple queues by setting all index fields in the sent -messages to a properly calculated value. - Message types ------------- |
