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