commit | e606490c440900e50ccf73a54f6fc6150ff40815 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Fri Jun 12 22:27:04 2009 -0600 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Fri Jun 12 22:27:05 2009 +0930 |
tree | 43a660399ee81b3926789bd1644513e83c605d50 | |
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>