commit | 10925bf089024eb5157e78618a5d8864e29f243e | [log] [tgz] |
---|---|---|
author | M. Mohan Kumar <mohan@in.ibm.com> | Wed Dec 14 13:49:06 2011 +0530 |
committer | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | Wed Jan 04 19:51:28 2012 +0530 |
tree | b77b271fd98cb79fd2d4e1d6182f1c4ebc96702f | |
parent | 99519f0a776797db8fbdbf828240333e5181a612 [diff] |
hw/9pfs: Move pdu_marshal/unmarshal code to a seperate file Move p9 marshaling/unmarshaling code to a separate file so that proxy filesytem driver can use these calls. Also made marshaling code generic to accept "struct iovec" instead of V9fsPDU. Signed-off-by: M. Mohan Kumar <mohan@in.ibm.com> Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>