From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Sender: List-Post: List-Help: List-Unsubscribe: List-Subscribe: From: Parav Pandit Date: Fri, 3 Feb 2023 22:16:14 +0200 Message-ID: <20230203201620.107744-1-parav@nvidia.com> MIME-Version: 1.0 Subject: [virtio-comment] [PATCH 0/6] Split transport specific files Content-Type: text/plain Content-Transfer-Encoding: quoted-printable To: mst@redhat.com, virtio-dev@lists.oasis-open.org, cohuck@redhat.com Cc: virtio-comment@lists.oasis-open.org, shahafs@nvidia.com, Parav Pandit List-ID: Problem statement: Currently several tens of pages worth of transport specification is situated in single file. Many parts of the specification are already maintained in separate files. Such separate files enables better maintenance of the specification overall= . Solution: Follow the approach similar to rest of the spec, and keep transport specific spec in their individual files. This series is for fixing issue [1]. [1] Fixes: https://github.com/oasis-tcs/virtio-spec/issues/157 Please review. Patch summary: patch 1 moves pci transport to its own file patch 2 moves mmio transport to its own file patch 3 moves channel io transport to its own file patch 4 to 6 fixes spelling errors existed in the spec which are discovered during splitting the files Parav Pandit (6): transport-pci: Split PCI transport to its own file transport-mmio: Split MMIO transport to its own file transport-channelio: Split Channel IO transport to its own file transport-pci: Correct spelling errors transport-mmio: Correct spelling errors transport-channelio: Correct spelling errors content.tex | 2318 +-------------------------------------- transport-channelio.tex | 601 ++++++++++ transport-mmio.tex | 552 ++++++++++ transport-pci.tex | 1160 ++++++++++++++++++++ 4 files changed, 2316 insertions(+), 2315 deletions(-) create mode 100644 transport-channelio.tex create mode 100644 transport-mmio.tex create mode 100644 transport-pci.tex --=20 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-lis= ts Committee: https://www.oasis-open.org/committees/virtio/ Join OASIS: https://www.oasis-open.org/join/