qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v4 RFC] block/vxhs: Initial commit to add Verita


From: Fam Zheng
Subject: Re: [Qemu-devel] [PATCH v4 RFC] block/vxhs: Initial commit to add Veritas HyperScale VxHS block device support
Date: Tue, 6 Sep 2016 18:09:07 +0800
User-agent: Mutt/1.5.21 (2010-09-15)

On Mon, 08/22 23:56, Ashish Mittal wrote:
>  block/Makefile.objs |    2 +
>  block/trace-events  |   41 ++
>  block/vxhs.c        | 1304 
> +++++++++++++++++++++++++++++++++++++++++++++++++++
>  block/vxhs.h        |  237 ++++++++++
>  configure           |   50 ++

If vxhs code is contained in one file, no need to add vxhs.h and all forward
declarations can go to vxhs.c. Then local functions can be marked as "static",
and all unused functions can be cleaned up.

Fam



reply via email to

[Prev in Thread] Current Thread [Next in Thread]