Re: [PATCH 2/3] KVM: Add KVM_REG_SIZE() helper.

2012-09-19 Thread Alexander Graf
On 05.09.2012, at 09:58, Rusty Russell wrote: Useful helper for getting length of register given id. Signed-off-by: Rusty Russell rusty.russ...@linaro.org Acked-by: Alexander Graf ag...@suse.de Alex --- include/linux/kvm.h |2 ++ 1 file changed, 2 insertions(+) diff --git

[PATCH 2/3] KVM: Add KVM_REG_SIZE() helper.

2012-09-05 Thread Rusty Russell
Useful helper for getting length of register given id. Signed-off-by: Rusty Russell rusty.russ...@linaro.org --- include/linux/kvm.h |2 ++ 1 file changed, 2 insertions(+) diff --git a/include/linux/kvm.h b/include/linux/kvm.h index d808694..8c3760e 100644 --- a/include/linux/kvm.h +++