On 2011-04-27 08:53, Aneesh Kumar K.V wrote:
> Now that we start adding more files related to 9pfs
> it make sense to move them to a separate directory
> 
> Signed-off-by: Aneesh Kumar K.V <aneesh.ku...@linux.vnet.ibm.com>
> ---
>  Makefile.objs                        |   10 +++++++---
>  Makefile.target                      |    6 ++++--
>  configure                            |    2 ++
>  {hw => fsdev}/file-op-9p.h           |    0
>  fsdev/qemu-fsdev.h                   |    2 +-
>  hw/{ => 9pfs}/virtio-9p-debug.c      |    0
>  hw/{ => 9pfs}/virtio-9p-debug.h      |    0
>  hw/{ => 9pfs}/virtio-9p-local.c      |    0
>  hw/{ => 9pfs}/virtio-9p-posix-acl.c  |    2 +-
>  hw/{ => 9pfs}/virtio-9p-xattr-user.c |    2 +-
>  hw/{ => 9pfs}/virtio-9p-xattr.c      |    2 +-
>  hw/{ => 9pfs}/virtio-9p-xattr.h      |    0
>  hw/{ => 9pfs}/virtio-9p.c            |    0
>  hw/{ => 9pfs}/virtio-9p.h            |    2 +-
>  14 files changed, 18 insertions(+), 10 deletions(-)
>  rename {hw => fsdev}/file-op-9p.h (100%)
>  rename hw/{ => 9pfs}/virtio-9p-debug.c (100%)
>  rename hw/{ => 9pfs}/virtio-9p-debug.h (100%)
>  rename hw/{ => 9pfs}/virtio-9p-local.c (100%)
>  rename hw/{ => 9pfs}/virtio-9p-posix-acl.c (99%)
>  rename hw/{ => 9pfs}/virtio-9p-xattr-user.c (98%)
>  rename hw/{ => 9pfs}/virtio-9p-xattr.c (99%)
>  rename hw/{ => 9pfs}/virtio-9p-xattr.h (100%)
>  rename hw/{ => 9pfs}/virtio-9p.c (100%)

That's a good chance to split up this file, move virtio_9p_get_config
into a separate one and build the large virtio-9p.c as part of hwlib
while keeping the new file target-specific. I've some hack for this
lying around, but now that you are already at it...

Thanks,
Jan

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to