From patchwork Sun Nov 29 15:52:01 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Michael S. Tsirkin" X-Patchwork-Id: 63570 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id nATFuJ0P012982 for ; Sun, 29 Nov 2009 15:56:19 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752861AbZK2Pzg (ORCPT ); Sun, 29 Nov 2009 10:55:36 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752309AbZK2Pzf (ORCPT ); Sun, 29 Nov 2009 10:55:35 -0500 Received: from mx1.redhat.com ([209.132.183.28]:23257 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751582AbZK2Pzf (ORCPT ); Sun, 29 Nov 2009 10:55:35 -0500 Received: from int-mx05.intmail.prod.int.phx2.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.18]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id nATFsfcR007503 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 29 Nov 2009 10:54:42 -0500 Received: from redhat.com (vpn-6-53.tlv.redhat.com [10.35.6.53]) by int-mx05.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with SMTP id nATFsct2003180; Sun, 29 Nov 2009 10:54:39 -0500 Date: Sun, 29 Nov 2009 17:52:01 +0200 From: "Michael S. Tsirkin" To: Rusty Russell , "Michael S. Tsirkin" , Mark McLoughlin , linux-kernel@vger.kernel.org, virtualization@lists.linux-foundation.org, Anthony Liguori , kvm@vger.kernel.org, Yan Vugenfirer Subject: [PATCH] virtio: set pci bus master enable bit Message-ID: <20091129155200.GA6667@redhat.com> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.19 (2009-01-05) X-Scanned-By: MIMEDefang 2.67 on 10.5.11.18 Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org diff --git a/drivers/virtio/virtio_pci.c b/drivers/virtio/virtio_pci.c index 28d9cf7..717bae1 100644 --- a/drivers/virtio/virtio_pci.c +++ b/drivers/virtio/virtio_pci.c @@ -648,6 +648,7 @@ static int __devinit virtio_pci_probe(struct pci_dev *pci_dev, goto out_req_regions; pci_set_drvdata(pci_dev, vp_dev); + pci_set_master(pci_dev); /* we use the subsystem vendor/device id as the virtio vendor/device * id. this allows us to use the same PCI vendor/device id for all