Re: [PATCH 1/4] kvm tool: Stop init if check_extensions failed

2012-02-10 Thread Pekka Enberg
On Fri, Feb 10, 2012 at 11:55 AM, Yang Bai wrote: > If kvm__check_extensions found that some of the required > KVM extention is not supported by OS, we should stop the > init and free all allocated resources. > > Signed-off-by: Yang Bai Applied all four patches, thanks! -- To unsubscribe from th

[PATCH 1/4] kvm tool: Stop init if check_extensions failed

2012-02-10 Thread Yang Bai
If kvm__check_extensions found that some of the required KVM extention is not supported by OS, we should stop the init and free all allocated resources. Signed-off-by: Yang Bai --- tools/kvm/kvm.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/tools/kvm/kvm.c b/tools/kv