From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=45818 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OSCx0-0003Zj-B8 for qemu-devel@nongnu.org; Fri, 25 Jun 2010 13:44:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OSB4d-0000H9-1e for qemu-devel@nongnu.org; Fri, 25 Jun 2010 11:44:12 -0400 Received: from mail.windriver.com ([147.11.1.11]:58013) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OSB4c-0000DC-Qx for qemu-devel@nongnu.org; Fri, 25 Jun 2010 11:44:11 -0400 Message-ID: <4C24CEC4.3060609@windriver.com> Date: Fri, 25 Jun 2010 10:44:04 -0500 From: Jason Wessel MIME-Version: 1.0 Subject: Re: [Qemu-devel] VxWorks kernel for qemu emulating PowerPC? References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: hadi motamedi Cc: qemu-devel@nongnu.org On 06/07/2010 04:03 AM, hadi motamedi wrote: > Dear All > Can you please let me know if the qemu emulating PowerPC (I mean > qemu-system-ppc.exe) can accept VxWork kernet for boot up? > Thank you > As is, the QEMU PowerPC platform will definitely not boot a VxWorks image. It is possible to boot a VxWorks image using the x86 system emulation. You would have to create a floppy image and pass that in for your vx-boot loader. Unless you are also putting your kernel image on the floppy, you would need to invoke qemu to use an intel e100 nic and make sure the VxWorks BSP is configured properly. Jason.