[kvm-devel] [PATCH 6/6] KVM-USER: Check kvm extensions at runtime

2007-05-24 Thread Gregory Haskins
Newer userspace may run on an older kernel. Therefore we need a way to check the capabilities of the kernel so that we can downgrade userspace dynamically if necessary Signed-off-by: Gregory Haskins [EMAIL PROTECTED] --- qemu/qemu-kvm.c | 27 +++ user/kvmctl.c |

[kvm-devel] [PATCH 6/6] KVM-USER: Check kvm extensions at runtime

2007-05-15 Thread Gregory Haskins
Newer userspace may run on an older kernel. Therefore we need a way to check the capabilities of the kernel so that we can downgrade userspace dynamically if necessary Signed-off-by: Gregory Haskins [EMAIL PROTECTED] --- qemu/qemu-kvm.c | 19 +++ user/kvmctl.c | 14