From patchwork Mon Nov 15 08:42:42 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gleb Natapov X-Patchwork-Id: 324732 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id oAF8gq15030121 for ; Mon, 15 Nov 2010 08:42:52 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752025Ab0KOIms (ORCPT ); Mon, 15 Nov 2010 03:42:48 -0500 Received: from mx1.redhat.com ([209.132.183.28]:4153 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751016Ab0KOIms convert rfc822-to-8bit (ORCPT ); Mon, 15 Nov 2010 03:42:48 -0500 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id oAF8gidk028191 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 15 Nov 2010 03:42:44 -0500 Received: from dhcp-1-237.tlv.redhat.com (dhcp-1-237.tlv.redhat.com [10.35.1.237]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id oAF8gh3m004418; Mon, 15 Nov 2010 03:42:43 -0500 Received: by dhcp-1-237.tlv.redhat.com (Postfix, from userid 13519) id EB66818D46D; Mon, 15 Nov 2010 10:42:42 +0200 (IST) Date: Mon, 15 Nov 2010 10:42:42 +0200 From: Gleb Natapov To: Blue Swirl Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org, armbru@redhat.com, alex.williamson@redhat.com, mst@redhat.com, kevin@koconnor.net Subject: Re: [PATCHv4 15/15] Pass boot device list to firmware. Message-ID: <20101115084242.GG7948@redhat.com> References: <1289749181-12070-1-git-send-email-gleb@redhat.com> <1289749181-12070-16-git-send-email-gleb@redhat.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-Scanned-By: MIMEDefang 2.67 on 10.5.11.12 Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter1.kernel.org [140.211.167.41]); Mon, 15 Nov 2010 08:42:52 +0000 (UTC) diff --git a/hw/apb_pci.c b/hw/apb_pci.c index c619112..643aa49 100644 --- a/hw/apb_pci.c +++ b/hw/apb_pci.c @@ -453,6 +453,7 @@ static PCIDeviceInfo pbm_pci_host_info = { static SysBusDeviceInfo pbm_host_info = { .qdev.name = "pbm", + .qdev.fw_name = "pci", .qdev.size = sizeof(APBState), .qdev.reset = pci_pbm_reset, .init = pci_pbm_init_device,