qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [RFC] Memory API


From: Avi Kivity
Subject: Re: [Qemu-devel] [RFC] Memory API
Date: Wed, 18 May 2011 19:37:52 +0300
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110428 Fedora/3.1.10-1.fc14 Lightning/1.0b3pre Thunderbird/3.1.10

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]