]> git.proxmox.com Git - mirror_qemu.git/commit - Makefile
fsdev: rename virtio-9p-marshal.{c,h} to 9p-iov-marshal.{c,h}
authorWei Liu <wei.liu2@citrix.com>
Mon, 30 Nov 2015 16:14:29 +0000 (16:14 +0000)
committerAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Fri, 8 Jan 2016 09:05:06 +0000 (14:35 +0530)
commit2209bd050a9287120b74f8616837293d739c5fb3
treea7e4380dcadee18ed1ecfed2458a174d9b7c5188
parent829dd2861a0f925526c5598d65a1bc05de9186c2
fsdev: rename virtio-9p-marshal.{c,h} to 9p-iov-marshal.{c,h}

And rename v9fs_marshal to v9fs_iov_marshal, v9fs_unmarshal to
v9fs_iov_unmarshal.

The rationale behind this change is that, this marshalling interface is
used both by virtio and proxy helper. Renaming files and functions to
reflect the true nature of this interface.

Xen transport is going to have its own marshalling interface.

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Makefile
fsdev/9p-iov-marshal.c [new file with mode: 0644]
fsdev/9p-iov-marshal.h [new file with mode: 0644]
fsdev/Makefile.objs
fsdev/virtfs-proxy-helper.c
fsdev/virtio-9p-marshal.c [deleted file]
fsdev/virtio-9p-marshal.h [deleted file]
hw/9pfs/9p-proxy.h
hw/9pfs/virtio-9p.h