Re: [Qemu-devel] [PATCH v3] hw/i386/pc: prompt not multboot or morden kernel image

2013-04-12 Thread Stefan Hajnoczi
On Thu, Apr 11, 2013 at 10:18:56AM +0800, li guang wrote: > 在 2013-04-09二的 14:15 -0500,Jesse Larrew写道: > > On 04/09/2013 12:05 AM, li guang wrote: > > > 在 2013-04-08一的 23:36 -0500,Jesse Larrew写道: > > >> On 04/08/2013 09:27 PM, liguang wrote: > > >>> if head magic is missing or wrong unexpectedly, w

Re: [Qemu-devel] [PATCH v3] hw/i386/pc: prompt not multboot or morden kernel image

2013-04-10 Thread li guang
在 2013-04-09二的 14:15 -0500,Jesse Larrew写道: > On 04/09/2013 12:05 AM, li guang wrote: > > 在 2013-04-08一的 23:36 -0500,Jesse Larrew写道: > >> On 04/08/2013 09:27 PM, liguang wrote: > >>> if head magic is missing or wrong unexpectedly, we'd > >>> better to prompt memssage for this. > >>> e.g. > >>> I mak

Re: [Qemu-devel] [PATCH v3] hw/i386/pc: prompt not multboot or morden kernel image

2013-04-09 Thread Jesse Larrew
On 04/09/2013 12:05 AM, li guang wrote: > 在 2013-04-08一的 23:36 -0500,Jesse Larrew写道: >> On 04/08/2013 09:27 PM, liguang wrote: >>> if head magic is missing or wrong unexpectedly, we'd >>> better to prompt memssage for this. >>> e.g. >>> I make a mistake to boot a vmlinuz for MIPS(which >>> I think

Re: [Qemu-devel] [PATCH v3] hw/i386/pc: prompt not multboot or morden kernel image

2013-04-08 Thread li guang
在 2013-04-08一的 23:36 -0500,Jesse Larrew写道: > On 04/08/2013 09:27 PM, liguang wrote: > > if head magic is missing or wrong unexpectedly, we'd > > better to prompt memssage for this. > > e.g. > > I make a mistake to boot a vmlinuz for MIPS(which > > I think it's for x86) like this: > > qemu-system-x8

Re: [Qemu-devel] [PATCH v3] hw/i386/pc: prompt not multboot or morden kernel image

2013-04-08 Thread Jesse Larrew
On 04/08/2013 09:27 PM, liguang wrote: > if head magic is missing or wrong unexpectedly, we'd > better to prompt memssage for this. > e.g. > I make a mistake to boot a vmlinuz for MIPS(which > I think it's for x86) like this: > qemu-system-x86_64 -kernel vmlinuz -initrd demord > then qemu report: >

[Qemu-devel] [PATCH v3] hw/i386/pc: prompt not multboot or morden kernel image

2013-04-08 Thread liguang
if head magic is missing or wrong unexpectedly, we'd better to prompt memssage for this. e.g. I make a mistake to boot a vmlinuz for MIPS(which I think it's for x86) like this: qemu-system-x86_64 -kernel vmlinuz -initrd demord then qemu report: "qemu: linux kernel too old to load a ram disk" that's