commit | 7235acdb1144460d9f520f0d931f3cbb79eb244c | [log] [tgz] |
---|---|---|
author | Jason Wang <jasowang@redhat.com> | Mon Apr 25 22:14:32 2016 -0400 |
committer | Michael S. Tsirkin <mst@redhat.com> | Mon Aug 01 21:44:50 2016 +0300 |
tree | 3dfa5687299d67780a5b8416303e37c028d5c8e0 | |
parent | 523d939ef98fd712632d93a5a2b588e477a7565e [diff] |
vhost: simplify work flushing We used to implement the work flushing through tracking queued seq, done seq, and the number of flushing. This patch simplify this by just implement work flushing through another kind of vhost work with completion. This will be used by lockless enqueuing patch. Signed-off-by: Jason Wang <jasowang@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>