qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH V10 0/8] memory: unify ioport registration


From: Avi Kivity
Subject: Re: [Qemu-devel] [PATCH V10 0/8] memory: unify ioport registration
Date: Sun, 25 Nov 2012 17:40:53 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121016 Thunderbird/16.0.1

On 11/25/2012 05:01 PM, Andreas Färber wrote:
> 
> Note that there are still some register_ioport_*() usages left:
> $ git grep register_ioport -- hw/ | grep -v isa_register_ioport | wc --lines
> 32
> 

For the record, my plan for when that number drops to zero was to use
address_space_rw() (or friends) directly from the ioport helpers or kvm
code.  There should not be an address_space_io for non-x86; the I/O
address space would be just a memory region under a bridge somewhere.

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



reply via email to

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