qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 00/11] Memory API conversion for ISA


From: Avi Kivity
Subject: Re: [Qemu-devel] [PATCH 00/11] Memory API conversion for ISA
Date: Thu, 11 Aug 2011 18:16:27 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20110707 Thunderbird/5.0

On 08/11/2011 05:58 PM, Richard Henderson wrote:
On 08/11/2011 12:48 AM, Avi Kivity wrote:
>  If we're going to work on this in parallel, we'd better coordinate.
>  Right now I'm going though all files the contain qemu_ram_alloc
>  alphabetically and converting them (now in 'O').  If anyone wants a
>  letter, let me know.

I've been looking at files that contain isa_init_ioport.  Although
I fear all the easy ones are now done and they get more difficult
from here...


I think we need a multi-region helper:

    static const ISAIOPort list = {
         { 0x3c0, read_3c0, write_3c0 },
         ...
    };

    isa_init_ioport_list(dev, list);


--
error compiling committee.c: too many arguments to function




reply via email to

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