From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50004) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPWjK-0000dn-P7 for qemu-devel@nongnu.org; Tue, 19 Jul 2016 11:14:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bPWjG-0003G7-Ga for qemu-devel@nongnu.org; Tue, 19 Jul 2016 11:14:41 -0400 Received: from mail-pa0-x241.google.com ([2607:f8b0:400e:c03::241]:36687) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPWjG-0003Fw-A7 for qemu-devel@nongnu.org; Tue, 19 Jul 2016 11:14:38 -0400 Received: by mail-pa0-x241.google.com with SMTP id ez1so1498268pab.3 for ; Tue, 19 Jul 2016 08:14:38 -0700 (PDT) From: Namhyung Kim Date: Wed, 20 Jul 2016 00:13:37 +0900 Message-Id: <1468941217-12904-1-git-send-email-namhyung@gmail.com> Subject: [Qemu-devel] [PATCH] content: Reserve virtio device ID for pstore List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: virtio-dev@lists.oasis-open.org Cc: kvm@vger.kernel.org, qemu-devel@nongnu.org, virtualization@lists.linux-foundation.org, Namhyung Kim From: Namhyung Kim This patch just reserve next available device ID for pstore device type. The device specification for pstore will come later. Signed-off-by: Namhyung Kim --- content.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content.tex b/content.tex index d989d98..10bacc5 100644 --- a/content.tex +++ b/content.tex @@ -2990,6 +2990,8 @@ Device ID & Virtio Device \\ \hline 18 & Input device \\ \hline +22 & pstore device \\ +\hline \end{tabular} Some of the devices above are unspecified by this document, -- 2.8.0