Re: [PATCH 15/28] kvm tools: Allow initrd_check() to match a cpio

2011-12-06 Thread Pekka Enberg
On Tue, Dec 6, 2011 at 5:40 AM, Matt Evans m...@ozlabs.org wrote: cpios are valid as initrds too, so allow them through the check. Signed-off-by: Matt Evans m...@ozlabs.org ---  tools/kvm/kvm.c |    8 +---  1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/tools/kvm/kvm.c

[PATCH 15/28] kvm tools: Allow initrd_check() to match a cpio

2011-12-05 Thread Matt Evans
cpios are valid as initrds too, so allow them through the check. Signed-off-by: Matt Evans m...@ozlabs.org --- tools/kvm/kvm.c |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/tools/kvm/kvm.c b/tools/kvm/kvm.c index 33243f1..457de1a 100644 --- a/tools/kvm/kvm.c +++