Re: [PATCH v3] KVM: set_memory_region: Identify the requested change explicitly

2013-02-04 Thread Takuya Yoshikawa
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

Re: [PATCH v3] KVM: set_memory_region: Identify the requested change explicitly

2013-02-04 Thread Marcelo Tosatti
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

[PATCH v3] KVM: set_memory_region: Identify the requested change explicitly

2013-01-28 Thread Takuya Yoshikawa
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