From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56526) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bDwFP-00073q-M5 for qemu-devel@nongnu.org; Fri, 17 Jun 2016 12:03:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bDwFK-0003dT-19 for qemu-devel@nongnu.org; Fri, 17 Jun 2016 12:03:54 -0400 Received: from mail-wm0-x241.google.com ([2a00:1450:400c:c09::241]:35385) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bDwFJ-0003dK-QQ for qemu-devel@nongnu.org; Fri, 17 Jun 2016 12:03:49 -0400 Received: by mail-wm0-x241.google.com with SMTP id k184so779240wme.2 for ; Fri, 17 Jun 2016 09:03:49 -0700 (PDT) From: Christian Pinto Date: Fri, 17 Jun 2016 18:03:13 +0200 Message-Id: <1466179394-4744-2-git-send-email-c.pinto@virtualopensystems.com> In-Reply-To: <1466179394-4744-1-git-send-email-c.pinto@virtualopensystems.com> References: <1466179394-4744-1-git-send-email-c.pinto@virtualopensystems.com> Subject: [Qemu-devel] [virtio-dev][RFC 1/2] content: reserve virtio device ID List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: virtio-dev@lists.oasis-open.org Cc: qemu-devel@nongnu.org, b.reynal@virtualopensystems.com, tech@virtualopensystems.com, Claudio.Fontana@huawei.com, Jani.Kokkonen@huawei.com, Christian Pinto Signed-off-by: Christian Pinto --- content.tex | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content.tex b/content.tex index d989d98..0d98926 100644 --- a/content.tex +++ b/content.tex @@ -2990,6 +2990,8 @@ Device ID & Virtio Device \\ \hline 18 & Input device \\ \hline +19 & Signal Distribution Module \\ +\hline \end{tabular} Some of the devices above are unspecified by this document, @@ -5641,6 +5643,8 @@ descriptor for the \field{sense_len}, \field{residual}, \field{status_qualifier}, \field{status}, \field{response} and \field{sense} fields. +\input{virtio-sdm.tex} + \chapter{Reserved Feature Bits}\label{sec:Reserved Feature Bits} Currently there are three device-independent feature bits defined: -- 1.9.1