Carsten Otte wrote:
> Hollis Blanchard wrote:
>> AFAICS, you can just issue two KVM_SET_USER_MEMORY_REGION ioctls in a
>> row, changing 'guest_phys_addr' and leaving 'userspace_addr' the same.
>> That will create an alias.
> That was also my understanding of Avi's comment.

That is indeed what I meant.  It's not 100% identical as aliases dirty 
logging will go to the underlying slot, whereas with two slots mapping 
the same range it's undefined which will get the dirty bits set, but 
userspace can probably handle this easily.

-- 
Any sufficiently difficult bug is indistinguishable from a feature.


-------------------------------------------------------------------------
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