From patchwork Wed Jan 9 07:55:23 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Amos Kong X-Patchwork-Id: 1951041 Return-Path: X-Original-To: patchwork-kvm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id 5B0033FD40 for ; Wed, 9 Jan 2013 07:55:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757359Ab3AIHz0 (ORCPT ); Wed, 9 Jan 2013 02:55:26 -0500 Received: from mx1.redhat.com ([209.132.183.28]:11691 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757306Ab3AIHzZ (ORCPT ); Wed, 9 Jan 2013 02:55:25 -0500 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r097tLDU026316 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 9 Jan 2013 02:55:21 -0500 Received: from t430s.nay.redhat.com (win2008.nay.redhat.com [10.66.71.205] (may be forged)) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r097tJIj012710; Wed, 9 Jan 2013 02:55:20 -0500 From: akong@redhat.com To: rusty@rustcorp.com.au, virtualization@lists.linux-foundation.org Cc: kvm@vger.kernel.org Subject: [PATCH] virtio-spec: fix two typos Date: Wed, 9 Jan 2013 15:55:23 +0800 Message-Id: <1357718123-9274-1-git-send-email-akong@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.24 Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org From: Amos Kong VIRTIO_NET_F_VTRL_VQ -> VIRTIO_NET_F_CTRL_VQ VIRTIO_NET_CTRL_MQ is defined to 4 in kernel code Signed-off-by: Amos Kong Reviewed-by: Stefan Hajnoczi --- virtio-spec.lyx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/virtio-spec.lyx b/virtio-spec.lyx index 78ec5d0..1ba9992 100644 --- a/virtio-spec.lyx +++ b/virtio-spec.lyx @@ -5156,7 +5156,7 @@ Control Virtqueue \end_layout \begin_layout Standard -The driver uses the control virtqueue (if VIRTIO_NET_F_VTRL_VQ is negotiated) +The driver uses the control virtqueue (if VIRTIO_NET_F_CTRL_VQ is negotiated) to send commands to manipulate various features of the device which would not easily map into the configuration space. \end_layout @@ -5501,7 +5501,7 @@ struct virtio_net_ctrl_mq { \change_inserted 1986246365 1353594263 -#define VIRTIO_NET_CTRL_MQ 1 +#define VIRTIO_NET_CTRL_MQ 4 \end_layout \begin_layout Plain Layout