commit | b3683dee840274e9997d958b9d82e5de95950f0b | [log] [tgz] |
---|---|---|
author | Jason Wang <jasowang@redhat.com> | Thu Oct 24 11:57:18 2019 +0800 |
committer | Michael S. Tsirkin <mst@redhat.com> | Mon Oct 28 04:25:04 2019 -0400 |
tree | fbb7bcc9bbe581c12aab4026e53e685458187af3 | |
parent | 6771596169bf585d8d7218f1dc5eb7c2d2663275 [diff] |
vringh: fix copy direction of vringh_iov_push_kern() We want to copy from iov to buf, so the direction was wrong. Note: no real user for the helper, but it will be used by future features. Signed-off-by: Jason Wang <jasowang@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>