diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2019-12-02 12:06:42 -0500 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2020-01-20 11:57:25 -0500 |
commit | ab8898887b71899c53c88374e73abcb0fa7a2a53 (patch) | |
tree | 7056a827e2aab451fe6ec664ca7e8b779bcb07db | |
parent | 50049af040d4af1eb69d6a2e6becf57ff52ebc7a (diff) | |
download | virtio-spec-ab8898887b71899c53c88374e73abcb0fa7a2a53.tar.gz |
README.md: document use of virtio-dev
People still seem to be confused which list is for what.
Add a bit more text.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -115,6 +115,17 @@ in <A HREF="https://github.com/oasis-tcs/virtio-admin">https://github.com/oasis-tcs/virtio-admin</A>. </div> +<h4>Implementation discussion</h4> +Implementation discussion should take place on the <strong>virtio-dev</strong> mailing list, +and be archived in the mailing list archives. +<p>See <A +HREF="https://www.oasis-open.org/committees/tc_home.php?wg_abbrev=virtio#feedback"> +https://www.oasis-open.org/committees/tc_home.php?wg_abbrev=virtio#feedback</A> +<p>This is the correct list to copy on Linux virtio UAPI change proposals. +<p>Note that only the plain text part of the message is archived, and all +attachments are stripped. Accordingly, messages sent to the +mailing list should use text/plain encoding and not +have any attachments. <h4>Use of github issues</h4> Note: according to the virtio TC rules, all official TC communication is taking place on one of the TC mailing lists. |