commit | 95c0ec6a97ae82d39a6e13fc01aa76861a4a76d0 | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Thu Jun 24 17:10:25 2010 +0300 |
committer | Michael S. Tsirkin <mst@redhat.com> | Fri Jul 16 12:18:17 2010 +0300 |
tree | a581adc7aa2fdd2330790adb3e76b93b112c3ef4 | |
parent | 1680e9063ea28099a1efa8ca11cee069cc7a9bc3 [diff] |
vhost: avoid pr_err on condition guest can trigger Guest can trigger packet truncation by posting a very short buffer and disabling buffer merging. Convert pr_err to pr_debug to avoid log from filling up when this happens. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>