From 7b1913e375c446453d46e24159ecea49fe2e6b23 Mon Sep 17 00:00:00 2001 From: robincover Date: Thu, 7 Sep 2017 08:57:57 -0500 Subject: Initial commit --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7682948 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# virtio-spec +OASIS Virtual I/O Device (VIRTIO) TC: Source code for the VIRTIO (Virtual I/O) Specification maintained by the OASIS Virtual I/O Device (VIRTIO) Technical Committee -- cgit v1.2.3 From 29c2fb58be44e56d5f04fa6384eb46ccd7bc0fd2 Mon Sep 17 00:00:00 2001 From: Robin Cover Date: Thu, 7 Sep 2017 09:02:02 -0500 Subject: update README with noilerplate --- README.md | 41 +++++++++++++++++++++++++++++++++++++++-- 1 file changed, 39 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7682948..7dadb68 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,39 @@ -# virtio-spec -OASIS Virtual I/O Device (VIRTIO) TC: Source code for the VIRTIO (Virtual I/O) Specification maintained by the OASIS Virtual I/O Device (VIRTIO) Technical Committee +
+

README

+ +

Members of the OASIS Virtual I/O Device (VIRTIO) TC create and manage technical content in this TC GitHub repository ( https://github.com/oasis-tcs/virtio-spec ) as part of the TC's chartered work (i.e., the program of work and deliverables described in its charter).

+ +

OASIS TC GitHub repositories, as described in GitHub Repositories for OASIS TC Members' Chartered Work, are governed by the OASIS TC Process, IPR Policy, and other policies, similar to TC Wikis, TC JIRA issues tracking instances, TC SVN/Subversion repositories, etc. While they make use of public GitHub repositories, these TC GitHub repositories are distinct from OASIS Open Repositories, which are used for development of open source licensed content.

+
+ +
+

Description

+ +

This repository includes the authoritative source of the VIRTIO (Virtual I/O) Specification document. VIRTIO document describes the specifications of the "virtio" family of devices. These devices are found in virtual environments, yet by design they look like physical devices to the guest within the virtual machine — and this document treats them as such. This similarity allows the guest to use standard drivers and discovery mechanisms.

+ +

The purpose of virtio and this specification is that virtual environments and guests should have a straightforward, efficient, standard and extensible mechanism for virtual devices, rather than boutique per-environment or per-OS mechanisms.

+
+ +
+

Contributions

+

As stated in this repository's CONTRIBUTING file, contributors to this repository are expected to be Members of the OASIS virtio TC, for any substantive change requests. Anyone wishing to contribute to this GitHub project and participate in the TC's technical activity is invited to join as an OASIS TC Member. Public feedback is also accepted, subject to the terms of the OASIS Feedback License.

+
+ + + +
+

Licensing

+

Please see the LICENSE file for description of the license terms and OASIS policies applicable to the TC's work in this GitHub project. Content in this repository is intended to be part of the virtio TC's permanent record of activity, visible and freely available for all to use, subject to applicable OASIS policies, as presented in the repository LICENSE file.

+
+ +
+

Further Description of this Repository

+ +

[Any narrative content may be provided here by the TC, for example, if the Members wish to provide an extended statement of purpose.]

+
+ +
+ +

Contact

+

Please send questions or comments about OASIS TC GitHub repositories to Robin Cover and Chet Ensign. For questions about content in this repository, please contact the TC Chair or Co-Chairs as listed on the the virtio TC's home page.

+
-- cgit v1.2.3 From b6830deb1301a0457ccf7607969634072a34bcb3 Mon Sep 17 00:00:00 2001 From: robincover Date: Thu, 7 Sep 2017 09:03:19 -0500 Subject: Create CONTRIBUTING.md --- CONTRIBUTING.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..1330a98 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,20 @@ +
+

Repository Contributions, Participation, and Public Access

+ +

Who may Contribute? Contributors to this repository are expected to be Members of the +OASIS Virtual I/O Device (VIRTIO) TC, for any +substantive contributions. Anyone wishing to participate +in the TC's technical activity is invited to join as a TC Member. +Member in this context means any TC role or office other than OASIS TC Observer, per +TC Process +(Member, Voting Member, Persistent Non-Voting Member; Chair, Secretary...)

+ +

Persons who are not TC members are invited to open issues and provide comments using this repository's GitHub Issues tracking facility or using the +TC's comment list. All such content created in GitHub Issues and/or posted to the TC's archived comment list is governed by the terms of the OASIS Feedback License.

+ +

Use of Contributions. As with all OASIS Technical Committee assets (TC Wiki, TC Issues Tracker, TC General Discussion List archives, TC OASIS Library assets), content placed into this GitHub repository is visible and publicly accessible. Subject to applicable licensing rules, the repository content may be re-used freely, including the creation and publication of derivative works.

+ +

Cloning and forking. May users clone and fork this repository? Yes. Just as versioned content maintained in any OASIS TC's SVN/Subversion repository may be checked out to a remote SVN repository and used by anyone, this GitHub repository may be forked or cloned for use by any party. Compare, e.g., svn checkout https://tools.oasis-open.org/version-control/svn/dita/trunk/doctypes/ dita-doctypes.

+ +

Please see the README for general description of this repository, and the LICENSE file for licensing.

+
-- cgit v1.2.3 From 8af53d5ed95f12209e89823df131e3e8d734d4bc Mon Sep 17 00:00:00 2001 From: robincover Date: Thu, 7 Sep 2017 09:04:03 -0500 Subject: create boilerplate LICENSE text --- LICENSE.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 LICENSE.md diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..3a84222 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,7 @@ +
+

License Terms

+ +

Content in this GitHub code repository has been contributed by OASIS TC Members, and is governed by the OASIS policies, including the Intellectual Property Rights (IPR) Policy, the Technical Committee (TC) Process, Bylaws, and the Technical Committee's choice of IPR Mode (viz, Non-Assertion Mode), including any applicable declarations. Feedback from non-TC members, if any, is governed by the terms of the OASIS Feedback License.

+ +

Description of this repository is presented in the README file, and guidelines for contribution/participation are given in the CONTRIBUTING file.

+
-- cgit v1.2.3 From 702ea2166bb772c0caf6733d84ecdfef37356912 Mon Sep 17 00:00:00 2001 From: Robin Cover Date: Thu, 7 Sep 2017 09:18:26 -0500 Subject: typo, case --- LICENSE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE.md b/LICENSE.md index 3a84222..ef558ec 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,7 +1,7 @@

License Terms

-

Content in this GitHub code repository has been contributed by OASIS TC Members, and is governed by the OASIS policies, including the Intellectual Property Rights (IPR) Policy, the Technical Committee (TC) Process, Bylaws, and the Technical Committee's choice of IPR Mode (viz, Non-Assertion Mode), including any applicable declarations. Feedback from non-TC members, if any, is governed by the terms of the OASIS Feedback License.

+

Content in this GitHub code repository has been contributed by OASIS TC Members, and is governed by the OASIS policies, including the Intellectual Property Rights (IPR) Policy, the Technical Committee (TC) Process, Bylaws, and the Technical Committee's choice of IPR Mode (viz, Non-Assertion Mode), including any applicable declarations. Feedback from non-TC members, if any, is governed by the terms of the OASIS Feedback License.

Description of this repository is presented in the README file, and guidelines for contribution/participation are given in the CONTRIBUTING file.

-- cgit v1.2.3