From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35365) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bHqqW-0001cI-U5 for qemu-devel@nongnu.org; Tue, 28 Jun 2016 07:06:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bHqqR-0007Rk-Qv for qemu-devel@nongnu.org; Tue, 28 Jun 2016 07:06:23 -0400 Received: from mail-wm0-x244.google.com ([2a00:1450:400c:c09::244]:34202) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bHqqR-0007Rf-K5 for qemu-devel@nongnu.org; Tue, 28 Jun 2016 07:06:19 -0400 Received: by mail-wm0-x244.google.com with SMTP id 187so4975112wmz.1 for ; Tue, 28 Jun 2016 04:06:19 -0700 (PDT) From: Christian Pinto Date: Tue, 28 Jun 2016 13:03:43 +0200 Message-Id: <1467111824-11548-2-git-send-email-c.pinto@virtualopensystems.com> In-Reply-To: <1467111824-11548-1-git-send-email-c.pinto@virtualopensystems.com> References: <1467111824-11548-1-git-send-email-c.pinto@virtualopensystems.com> Subject: [Qemu-devel] [virtio-dev][RFC v2 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, cornelia.huck@de.ibm.com, stefanha@redhat.com, Christian Pinto Signed-off-by: Christian Pinto Signed-off-by: Baptiste Reynal --- v1 -> v2: - removed edit including virtio-sdm specs text --- content.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content.tex b/content.tex index d989d98..3317916 100644 --- a/content.tex +++ b/content.tex @@ -2990,6 +2990,8 @@ Device ID & Virtio Device \\ \hline 18 & Input device \\ \hline +21 & Signal Distribution Module \\ +\hline \end{tabular} Some of the devices above are unspecified by this document, -- 1.9.1