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: Richard Henderson
Subject: Re: [Qemu-devel] [RFC] Memory API
Date: Wed, 18 May 2011 09:26:09 -0700
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 Thunderbird/3.1.10

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'm not married to Paul's total reorg, but please include readq/writeq
support in any reorganization in this area.


r~



reply via email to

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