Re: [Qemu-devel] why "-hda myimgfile" can not work ??

2007-05-04 Thread tang peilei
ate: Fri, 04 May 2007 17:10:33 +0200 tang peilei wrote: > My phy system is my PC, a computer with ubuntu. > and qemu-system-arm is running in this PC . > > I also use command like you, but I can not find any hard disk info in > qemu's system.(in dmesg's output). > Are yo

Re: [Qemu-devel] why "-hda myimgfile" can not work ??

2007-05-04 Thread tang peilei
From: Sunil Amitkumar Janki <[EMAIL PROTECTED]> Reply-To: qemu-devel@nongnu.org To: qemu-devel@nongnu.org Subject: Re: [Qemu-devel] why "-hda myimgfile" can not work ?? Date: Fri, 04 May 2007 16:01:40 +0200 tang peilei wrote: >> The ARM boards do not support IDE. So

Re: [Qemu-devel] why "-hda myimgfile" can not work ??

2007-05-04 Thread tang peilei
thank you very much. From: Paul Brook <[EMAIL PROTECTED]> Reply-To: qemu-devel@nongnu.org To: qemu-devel@nongnu.org CC: tang peilei <[EMAIL PROTECTED]> Subject: Re: [Qemu-devel] why "-hda myimgfile" can not work ?? Date: Fri, 4 May 2007 14:13:57 +0100 > the target ar

Re: [Qemu-devel] why "-hda myimgfile" can not work ??

2007-05-04 Thread tang peilei
thank you for your help. From: "Christian MICHON" <[EMAIL PROTECTED]> Reply-To: qemu-devel@nongnu.org To: qemu-devel@nongnu.org Subject: Re: [Qemu-devel] why "-hda myimgfile" can not work ?? Date: Fri, 4 May 2007 08:30:54 +0200 On 5/4/07, tang peilei <[EMAIL PROT

[Qemu-devel] why "-hda myimgfile" can not work ??

2007-05-03 Thread tang peilei
I first create a img file using command "qemu-img create myimgfile 10M" then I use this img file in my qemu . ("qemu -kernel ... -initrd ... -hda myimgfile"). but when i am in linux shell , I can not find any hda info even in "dmesg", and I can not fdisk or mount hda. who knows what is the pro

Re: [Qemu-devel] what type of serial does qemu support ?

2007-05-02 Thread tang peilei
thank you very much, you are right. From: Paul Brook <[EMAIL PROTECTED]> Reply-To: qemu-devel@nongnu.org To: qemu-devel@nongnu.org CC: tang peilei <[EMAIL PROTECTED]> Subject: Re: [Qemu-devel] what type of serial does qemu support ? Date: Wed, 2 May 2007 15:53:15 +0100 On Wedn

[Qemu-devel] what type of serial does qemu support ?

2007-05-02 Thread tang peilei
i hope to use qemu's serial, the qemu is qemu-system-arm, and the os is linux. but i found i can not get a serial console, i think the problem may be in the serial's driver code of linux, so who knows what type of serial in qemu ?? 8250 ?? or who knows what kernel config is need to support

RE: [Qemu-devel] question in linux's printk in qemu and vga consoleerr

2007-04-28 Thread tang peilei
image. thank you very much From: "tang peilei" <[EMAIL PROTECTED]> Reply-To: qemu-devel@nongnu.org To: qemu-devel@nongnu.org Subject: RE: [Qemu-devel] question in linux's printk in qemu and vga consoleerr Date: Sat, 28 Apr 2007 17:03:16 +0000 From: "tang

RE: [Qemu-devel] question in linux's printk in qemu and vga console err

2007-04-28 Thread tang peilei
From: "tang peilei" <[EMAIL PROTECTED]> Reply-To: qemu-devel@nongnu.org To: qemu-devel@nongnu.org Subject: [Qemu-devel] question in linux's printk in qemu and vga console err Date: Sat, 28 Apr 2007 12:19:02 + i build a linux 2-6.16 kernel image, and use it to run

[Qemu-devel] question in linux's printk in qemu and vga console err

2007-04-28 Thread tang peilei
i build a linux 2-6.16 kernel image, and use it to run in qemu. but it have some problems when it runs. 1:the console's config(kernel config) can only be dummy console , can not be vga console ,if i choose vga console ,it will fails in console_init function. 2:it can print message like putst

Re: [Qemu-devel] how to choose arm's type

2007-04-20 Thread tang peilei
: Paul Brook <[EMAIL PROTECTED]> Reply-To: qemu-devel@nongnu.org To: qemu-devel@nongnu.org CC: tang peilei <[EMAIL PROTECTED]> Subject: Re: [Qemu-devel] how to choose arm's type Date: Wed, 18 Apr 2007 16:24:32 +0100 On Wednesday 18 April 2007 16:19, tang peilei wrote: > in qe

[Qemu-devel] how to choose arm's type

2007-04-18 Thread tang peilei
in qemu's doc, i found it support some arm integrator/cp board and arm926e or arm1026e cpu. but if i can choose to use arm926e cpu or arm1026e cpu ??? when i build a linux kernel image, i let it run on qemu, but i found it get the architecture ID is 113, and 113 defined in mach-types is murphy

Re: [Qemu-devel] question in running linux in qemu-system-arm

2007-04-16 Thread tang peilei
not in executable format: File format not recognized " From: Sunil Amitkumar Janki <[EMAIL PROTECTED]> Reply-To: qemu-devel@nongnu.org To: qemu-devel@nongnu.org Subject: Re: [Qemu-devel] question in running linux in qemu-system-arm Date: Mon, 16 Apr 2007 14:10:48 +0200 tang peilei w

Re: [Qemu-devel] question in running linux in qemu-system-arm

2007-04-16 Thread tang peilei
Mon, 16 Apr 2007 11:14:58 +0200 tang peilei wrote: > or if some body had successfully install linux in qemu-arm, could you > tell me your steps ?? > so mybe i can find out what is wrong in my kernel image. thank you. I have followed these directions for installing Debian ARM in QEMU: http://

RE: [Qemu-devel] question in running linux in qemu-system-arm

2007-04-16 Thread tang peilei
or if some body had successfully install linux in qemu-arm, could you tell me your steps ?? so mybe i can find out what is wrong in my kernel image. thank you. From: "tang peilei" <[EMAIL PROTECTED]> Reply-To: qemu-devel@nongnu.org To: qemu-devel@nongnu.org Subject: [Qemu-de

[Qemu-devel] question in running linux in qemu-system-arm

2007-04-15 Thread tang peilei
i had build a linux(2.6.16) with arm corss-build.The kernel config is the def config(arch/arm/ mach-integrator/Kconfig),but when i use this kernel image to run in pemu,it did not work after the message " done, booting the kernel." i found it in function decompress_kernel, and it was called by he