From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:53629) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QrBbl-00041L-VV for qemu-devel@nongnu.org; Wed, 10 Aug 2011 12:26:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QrBbk-0006IU-W8 for qemu-devel@nongnu.org; Wed, 10 Aug 2011 12:26:17 -0400 Received: from mail-wy0-f173.google.com ([74.125.82.173]:47498) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QrBbk-0006IG-MR for qemu-devel@nongnu.org; Wed, 10 Aug 2011 12:26:16 -0400 Received: by wyf22 with SMTP id 22so937046wyf.4 for ; Wed, 10 Aug 2011 09:26:15 -0700 (PDT) Sender: Richard Henderson Message-ID: <4E42B123.8070605@twiddle.net> Date: Wed, 10 Aug 2011 09:26:11 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1312823229-12822-1-git-send-email-avi@redhat.com> <1312823229-12822-22-git-send-email-avi@redhat.com> <4E42B0A5.1010005@twiddle.net> In-Reply-To: <4E42B0A5.1010005@twiddle.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 21/24] isa: add isa_address_space() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org On 08/10/2011 09:24 AM, Richard Henderson wrote: > Of course, as far as I can see, this variable is only used by > the VGA devices. Surely we can arrange to pass down some address > space during setup of the VGA? ... Which seems to be what you've done in patch 23. So what's the point of this patch? r~