From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59221) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W2iwr-0004dO-84 for qemu-devel@nongnu.org; Mon, 13 Jan 2014 09:57:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W2iwi-0003bp-Nc for qemu-devel@nongnu.org; Mon, 13 Jan 2014 09:57:05 -0500 Received: from mail-qa0-x22a.google.com ([2607:f8b0:400d:c00::22a]:55494) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W2iwi-0003bh-IW for qemu-devel@nongnu.org; Mon, 13 Jan 2014 09:56:56 -0500 Received: by mail-qa0-f42.google.com with SMTP id k4so3972620qaq.15 for ; Mon, 13 Jan 2014 06:56:55 -0800 (PST) Sender: Paolo Bonzini Message-ID: <52D3FEB1.9040703@redhat.com> Date: Mon, 13 Jan 2014 15:56:49 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1388934290-27700-1-git-send-email-mmishael@redhat.com> <52CC1310.7070406@redhat.com> <52CD78C4.8070403@redhat.com> <1389607987.9142.48.camel@nilsson.home.kraxel.org> <20140113144803.GA30636@redhat.com> In-Reply-To: <20140113144803.GA30636@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] Docs: Introduce multiport serial support in qemupciserial.inf List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: Yan Vugenfirer , qemu-devel list , Ronen Hod , Gerd Hoffmann , Anthony Liguori , Dmitry Fleytman , Miki Mishael Il 13/01/2014 15:48, Michael S. Tsirkin ha scritto: > > if (pci_dev->revision != VIRTIO_PCI_ABI_VERSION) { > printk(KERN_ERR "virtio_pci: expected ABI version %d, > got %d\n", > VIRTIO_PCI_ABI_VERSION, pci_dev->revision); > return -ENODEV; > } > > so it seems better to be consistent. > in any case, we must check subsystem ids, the spec is very > explicit on this point. This is not a virtio device. Paolo