Anthony Liguori wrote:
> Avi Kivity wrote:
>> Anthony Liguori wrote:
>>  
>>> This patch attempts to clean up kvmctl so that it can be more easily 
>>> made to
>>> work for multiple architectures and to support more emulation.
>>>
>>> It introduces a io dispatch mechanism.  This mechanism supports subpage
>>> granularity but is optimized to efficiently cover regions of pages 
>>> too.  It's
>>> a 64-bit address space that's structured as a 5-level table.
>>>       
>>
>>
>> Why not use a simple array?
>>   
>
> For MMIO too?

Yes.

>
> QEMU uses an array for PIO but a table for MMIO.  I figured it would 
> be best to just use the same table.

Or the same array?


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


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel

Reply via email to