[Qemu-devel] [PATCH] Check for invalid initrd file

2010-04-11 Thread M. Mohan Kumar
When qemu is invoked with an invalid initrd file, it crashes. Following patch prints a error message and exits if an invalid initrd is specified. Includes changes suggested by JV. Signed-off-by: M. Mohan Kumar mo...@in.ibm.com --- hw/pc.c |6 ++ 1 files changed, 6 insertions(+), 0

[Qemu-devel] [PATCH] Check for invalid initrd file

2010-03-04 Thread M. Mohan Kumar
From c5dca54f67ec6aac16c6c5e09958417b2b3ee5a1 Mon Sep 17 00:00:00 2001 From: M. Mohan Kumar mo...@in.ibm.com Date: Thu, 4 Mar 2010 14:23:07 +0530 Subject: [PATCH] Check for invalid initrd file When qemu is invoked with an invalid initrd file, it crashes. Following patch prints a error message and

Re: [Qemu-devel] [PATCH] Check for invalid initrd file

2010-03-04 Thread jvrao
M. Mohan Kumar wrote: From c5dca54f67ec6aac16c6c5e09958417b2b3ee5a1 Mon Sep 17 00:00:00 2001 From: M. Mohan Kumar mo...@in.ibm.com Date: Thu, 4 Mar 2010 14:23:07 +0530 Subject: [PATCH] Check for invalid initrd file When qemu is invoked with an invalid initrd file, it crashes. Following