commit | 5f0d1d7f2286c8a02dab69f5f0bd51681fab161e | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Tue Dec 30 09:25:57 2008 -0600 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Tue Dec 30 09:25:57 2008 +1030 |
tree | 8989451d6a60ee9f1bae144fba042b91ce6b21a1 | |
parent | 480daab42c4dd74b3c07031ddf9031251c530c77 [diff] |
virtio: rename 'pagesize' arg to vring_init/vring_size It's really the alignment desired for consumer/producer separation; historically this x86 pagesize, but with PowerPC it'll still be x86 pagesize. And in theory lguest could choose a different value. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>