Discussion of the implementations of VIRTIO specification
 help / color / mirror / Atom feed
* [virtio-comment] [PATCH 0/6] Split device spec to its individual files
@ 2022-12-24 18:06 Parav Pandit
  2022-12-24 18:06 ` [virtio-comment] [PATCH 1/6] virtio-scsi: Maintain scsi device spec in separate file Parav Pandit
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Parav Pandit @ 2022-12-24 18:06 UTC (permalink / raw)
  To: mst, virtio-dev; +Cc: virtio-comment, Parav Pandit

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.

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


This publicly archived list offers a means to provide input to the
OASIS Virtual I/O Device (VIRTIO) TC.

In order to verify user consent to the Feedback License terms and
to minimize spam in the list archive, subscription is required
before posting.

Subscribe: virtio-comment-subscribe@lists.oasis-open.org
Unsubscribe: virtio-comment-unsubscribe@lists.oasis-open.org
List help: virtio-comment-help@lists.oasis-open.org
List archive: https://lists.oasis-open.org/archives/virtio-comment/
Feedback License: https://www.oasis-open.org/who/ipr/feedback_license.pdf
List Guidelines: https://www.oasis-open.org/policies-guidelines/mailing-lists
Committee: https://www.oasis-open.org/committees/virtio/
Join OASIS: https://www.oasis-open.org/join/


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-12-25  0:26 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-24 18:06 [virtio-comment] [PATCH 0/6] Split device spec to its individual files Parav Pandit
2022-12-24 18:06 ` [virtio-comment] [PATCH 1/6] virtio-scsi: Maintain scsi device spec in separate file Parav Pandit
2022-12-24 18:06 ` [virtio-comment] [PATCH 2/6] virtio-mem-balloon: Maintain memory balloon " Parav Pandit
2022-12-24 18:06 ` [virtio-comment] [PATCH 3/6] virtio-entropy: Maintain entropy " Parav Pandit
2022-12-24 18:06 ` [virtio-comment] [PATCH 4/6] virtio-console: Maintain console " Parav Pandit
2022-12-24 18:06 ` [virtio-comment] [PATCH 5/6] virtio-block: Maintain block " Parav Pandit
2022-12-24 18:06 ` [virtio-comment] [PATCH 6/6] virtio-network: Maintain network " Parav Pandit
2022-12-24 21:30 ` [virtio-comment] Re: [PATCH 0/6] Split device spec to its individual files Michael S. Tsirkin
2022-12-25  0:26   ` Parav Pandit

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox