diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2009-06-12 22:27:04 -0600 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2009-06-12 22:27:05 +0930 |
commit | e606490c440900e50ccf73a54f6fc6150ff40815 (patch) | |
tree | 43a660399ee81b3926789bd1644513e83c605d50 /drivers/lguest | |
parent | f086122bb6e885f926f935b1418fca3b293375f0 (diff) |
lguest: clean up length-used value in example launcher
The "len" field in the used ring for virtio indicates the number of
bytes *written* to the buffer. This means the guest doesn't have to
zero the buffers in advance as it always knows the used length.
Erroneously, the console and network example code puts the length
*read* into that field. The guest ignores it, but it's wrong.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'drivers/lguest')
0 files changed, 0 insertions, 0 deletions