From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:40694) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QMjkz-0000xg-Qk for qemu-devel@nongnu.org; Wed, 18 May 2011 12:37:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QMjky-0001iZ-RC for qemu-devel@nongnu.org; Wed, 18 May 2011 12:37:57 -0400 Received: from mx1.redhat.com ([209.132.183.28]:64061) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QMjky-0001iV-JE for qemu-devel@nongnu.org; Wed, 18 May 2011 12:37:56 -0400 Message-ID: <4DD3F5E0.9090307@redhat.com> Date: Wed, 18 May 2011 19:37:52 +0300 From: Avi Kivity MIME-Version: 1.0 References: <4DD3C5B9.1080908@redhat.com> <4DD3F321.9040200@twiddle.net> In-Reply-To: <4DD3F321.9040200@twiddle.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC] Memory API List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: qemu-devel On 05/18/2011 07:26 PM, Richard Henderson wrote: > On 05/18/2011 06:12 AM, Avi Kivity wrote: > > struct MemoryRegionOps { > > MemoryReadFunc readb, readw, readl; > > MemoryWriteFunc writeb, writew, writel; > > }; > > Look back to last May for a discussion between myself and Paul Brook > on this subject. That started with me merely wanting to expand the > interface to support 8-byte reads/writes, and he wanting a fairly > substantial reorganization. I wasn't able to find this conversation, sorry. > I'm not married to Paul's total reorg, but please include readq/writeq > support in any reorganization in this area. Certainly. Since I'm going with Anthony's single callback plus size, it will come naturally. -- error compiling committee.c: too many arguments to function