]> Git Repo - qemu.git/commit - hw/9pfs/Makefile.objs
9pfs: rename virtio-9p-proxy.{c,h} to 9p-proxy.{c,h}
authorWei Liu <[email protected]>
Wed, 18 Nov 2015 18:21:14 +0000 (18:21 +0000)
committerAneesh Kumar K.V <[email protected]>
Fri, 8 Jan 2016 07:08:15 +0000 (12:38 +0530)
commit494a8ebe713055d3946183f4b395f85a18b43e9e
tree593b396849e1f0a473cc9b2ebd6dda5ab1d9e67c
parentd57b78002cd1a32f8382fc818da3940df69ff81a
9pfs: rename virtio-9p-proxy.{c,h} to 9p-proxy.{c,h}

Those two files are not virtio specific. Rename them to use generic
names.

Fix includes in various C files. Change define guards and comments
in header files.

Signed-off-by: Wei Liu <[email protected]>
Signed-off-by: Aneesh Kumar K.V <[email protected]>
fsdev/virtfs-proxy-helper.c
hw/9pfs/9p-proxy.c [new file with mode: 0644]
hw/9pfs/9p-proxy.h [new file with mode: 0644]
hw/9pfs/Makefile.objs
hw/9pfs/virtio-9p-proxy.c [deleted file]
hw/9pfs/virtio-9p-proxy.h [deleted file]
This page took 0.030394 seconds and 4 git commands to generate.