OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

virtio-comment message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [PATCH 0/6] Split device spec to its individual files


On Sat, Dec 24, 2022 at 08:06:13PM +0200, Parav Pandit wrote:
> Relatively several of the recent device specification are maintained
> in their own specification file. Such separate files enables better
> maintenance of the specification overall.
> However, several of the initial virtio device specifications
> are located in single file.
> 
> Hence, split them into their individual files.

Makes sense to me.
As a follow-up, how about splitting out conformace sections as well?


> Parav Pandit (6):
>   virtio-scsi: Maintain scsi device spec in separate file
>   virtio-mem-balloon: Maintain memory balloon device spec in separate
>     file
>   virtio-entropy: Maintain entropy device spec in separate file
>   virtio-console: Maintain console device spec in separate file
>   virtio-block: Maintain block device spec in separate file
>   virtio-network: Maintain network device spec in separate file
> 
>  content.tex            | 4535 +---------------------------------------
>  virtio-block.tex       | 1315 ++++++++++++
>  virtio-console.tex     |  233 +++
>  virtio-entropy.tex     |   42 +
>  virtio-mem-balloon.tex |  636 ++++++
>  virtio-network.tex     | 1596 ++++++++++++++
>  virtio-scsi.tex        |  711 +++++++
>  7 files changed, 4539 insertions(+), 4529 deletions(-)
>  create mode 100644 virtio-block.tex
>  create mode 100644 virtio-console.tex
>  create mode 100644 virtio-entropy.tex
>  create mode 100644 virtio-mem-balloon.tex
>  create mode 100644 virtio-network.tex
>  create mode 100644 virtio-scsi.tex
> 
> -- 
> 2.26.2



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]