diff options
| author | Yuanhan Liu | 2015-11-11 14:24:37 +0100 |
|---|---|---|
| committer | Michael S. Tsirkin | 2015-11-12 14:49:33 +0100 |
| commit | 60915dc4691768c4dc62458bb3e16c843fab091d (patch) | |
| tree | 23832a6e39f86c3deb7b879364c731e93d009fe4 /docs | |
| parent | vhost-user: modify SET_LOG_BASE to pass mmap size and offset (diff) | |
| download | qemu-60915dc4691768c4dc62458bb3e16c843fab091d.tar.gz qemu-60915dc4691768c4dc62458bb3e16c843fab091d.tar.xz qemu-60915dc4691768c4dc62458bb3e16c843fab091d.zip | |
vhost: rename RESET_DEVICE backto RESET_OWNER
This patch basically reverts commit d1f8b30e.
It turned out that it breaks stuff, so revert it:
http://lists.nongnu.org/archive/html/qemu-devel/2015-10/msg00949.html
CC: "Michael S. Tsirkin" <mst@redhat.com>
Reported-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/specs/vhost-user.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/specs/vhost-user.txt b/docs/specs/vhost-user.txt index eb8f2b2020..26dde2ec42 100644 --- a/docs/specs/vhost-user.txt +++ b/docs/specs/vhost-user.txt @@ -256,10 +256,10 @@ Message types as an owner of the session. This can be used on the Slave as a "session start" flag. - * VHOST_USER_RESET_DEVICE + * VHOST_USER_RESET_OWNER Id: 4 - Equivalent ioctl: VHOST_RESET_DEVICE + Equivalent ioctl: VHOST_RESET_OWNER Master payload: N/A Issued when a new connection is about to be closed. The Master will no |
