From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Wright Subject: Re: [PATCH 1/3] device-assignment: Fix slow option ROM mapping Date: Sat, 31 Jul 2010 09:54:57 -0700 Message-ID: <20100731165457.GA28601@x200.localdomain> References: <20100730193941.10110.92913.stgit@localhost6.localdomain6> <20100730194013.10110.49327.stgit@localhost6.localdomain6> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, ddutile@redhat.com, chrisw@redhat.com, gleb@redhat.com To: Alex Williamson Return-path: Received: from mx1.redhat.com ([209.132.183.28]:63455 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756098Ab0GaQy6 (ORCPT ); Sat, 31 Jul 2010 12:54:58 -0400 Received: from int-mx03.intmail.prod.int.phx2.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.16]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o6VGswoA011427 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sat, 31 Jul 2010 12:54:58 -0400 Content-Disposition: inline In-Reply-To: <20100730194013.10110.49327.stgit@localhost6.localdomain6> Sender: kvm-owner@vger.kernel.org List-ID: * Alex Williamson (alex.williamson@redhat.com) wrote: > cpu_register_io_memory() supports individual function pointers > being NULL, not the structure itself. Create and pass the > right thing. Acked-by: Chris Wright