Re: [PATCH] KVM: remove redundant NULL tests

2010-01-17 Thread Avi Kivity
On 01/14/2010 07:05 PM, Roel Kluin wrote: kvm_get_exit_data() cannot return a NULL pointer. Applied, thanks. -- error compiling committee.c: too many arguments to function -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to

Re: [PATCH] KVM: remove redundant NULL tests

2010-01-16 Thread Bill Davidsen
Roel Kluin wrote: kvm_get_exit_data() cannot return a NULL pointer. Signed-off-by: Roel Kluin roel.kl...@gmail.com --- arch/ia64/kvm/kvm_fw.c | 28 +--- 1 files changed, 13 insertions(+), 15 deletions(-) diff --git a/arch/ia64/kvm/kvm_fw.c b/arch/ia64/kvm/kvm_fw.c

RE: [PATCH] KVM: remove redundant NULL tests

2010-01-16 Thread Zhang, Xiantao
Bill Davidsen wrote: Roel Kluin wrote: kvm_get_exit_data() cannot return a NULL pointer. Signed-off-by: Roel Kluin roel.kl...@gmail.com --- arch/ia64/kvm/kvm_fw.c | 28 +--- 1 files changed, 13 insertions(+), 15 deletions(-) diff --git a/arch/ia64/kvm/kvm_fw.c

[PATCH] KVM: remove redundant NULL tests

2010-01-14 Thread Roel Kluin
kvm_get_exit_data() cannot return a NULL pointer. Signed-off-by: Roel Kluin roel.kl...@gmail.com --- arch/ia64/kvm/kvm_fw.c | 28 +--- 1 files changed, 13 insertions(+), 15 deletions(-) diff --git a/arch/ia64/kvm/kvm_fw.c b/arch/ia64/kvm/kvm_fw.c index e4b8231..cb548ee