]> git.proxmox.com Git - qemu.git/commit
hw/9pfs: Move pdu_marshal/unmarshal code to a seperate file
authorM. Mohan Kumar <mohan@in.ibm.com>
Wed, 14 Dec 2011 08:19:06 +0000 (13:49 +0530)
committerAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Wed, 4 Jan 2012 14:21:28 +0000 (19:51 +0530)
commit10925bf089024eb5157e78618a5d8864e29f243e
treeb77b271fd98cb79fd2d4e1d6182f1c4ebc96702f
parent99519f0a776797db8fbdbf828240333e5181a612
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>
Makefile.objs
fsdev/virtio-9p-marshal.c [new file with mode: 0644]
fsdev/virtio-9p-marshal.h [new file with mode: 0644]
hw/9pfs/virtio-9p.c
hw/9pfs/virtio-9p.h