On Mon, 4 Feb 2013 22:01:33 -0200
Marcelo Tosatti wrote:
> Applied, thanks. It would be good to propagate the enum into
> kvm_arch_prepare/commit memory region.
Yes, that's what I want to do after ARM-KVM gets merged.
Takuya
--
To unsubscribe from this list: send the line "unsubscribe k
On Tue, Jan 29, 2013 at 11:00:07AM +0900, Takuya Yoshikawa wrote:
> KVM_SET_USER_MEMORY_REGION forces __kvm_set_memory_region() to identify
> what kind of change is being requested by checking the arguments. The
> current code does this checking at various points in code and each
> condition being
KVM_SET_USER_MEMORY_REGION forces __kvm_set_memory_region() to identify
what kind of change is being requested by checking the arguments. The
current code does this checking at various points in code and each
condition being used there is not easy to understand at first glance.
This patch consoli