From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:43996) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QtglD-0000SO-8c for qemu-devel@nongnu.org; Wed, 17 Aug 2011 10:06:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qtgl7-0002tS-SE for qemu-devel@nongnu.org; Wed, 17 Aug 2011 10:06:23 -0400 Received: from mail-vx0-f173.google.com ([209.85.220.173]:49307) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qtgl7-0002tH-LU for qemu-devel@nongnu.org; Wed, 17 Aug 2011 10:06:17 -0400 Received: by vxi32 with SMTP id 32so953695vxi.4 for ; Wed, 17 Aug 2011 07:06:16 -0700 (PDT) Sender: Richard Henderson Message-ID: <4E4BCAD4.6080103@twiddle.net> Date: Wed, 17 Aug 2011 07:06:12 -0700 From: Richard Henderson MIME-Version: 1.0 References: <1313513145-5348-1-git-send-email-rth@twiddle.net> <1313513145-5348-3-git-send-email-rth@twiddle.net> <4E4BC5FA.1020409@redhat.com> <4E4BC711.7050402@redhat.com> In-Reply-To: <4E4BC711.7050402@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 02/14] isa: Add isa_register_old_portio_list(). List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: qemu-devel@nongnu.org On 08/17/2011 06:50 AM, Avi Kivity wrote: > Oh, after seeing a user I see how it works now. But can't we derive > this information instead of forcing the user to specify it? I thought about that, but then when I went to implement I found it just as easy to have the user specify it. With the later I get to re-use the pieces of the read-only memory. r~