From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HjxiW-0001jl-8Y for qemu-devel@nongnu.org; Fri, 04 May 2007 09:21:00 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HjxiU-0001gf-Er for qemu-devel@nongnu.org; Fri, 04 May 2007 09:20:59 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HjxiU-0001gJ-9i for qemu-devel@nongnu.org; Fri, 04 May 2007 09:20:58 -0400 Received: from mail.codesourcery.com ([65.74.133.4]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Hjxbq-0004pf-4V for qemu-devel@nongnu.org; Fri, 04 May 2007 09:14:06 -0400 From: Paul Brook Subject: Re: [Qemu-devel] why "-hda myimgfile" can not work ?? Date: Fri, 4 May 2007 14:13:57 +0100 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200705041413.57768.paul@codesourcery.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: tang peilei > the target arch is arm. and I was just use the download qemu arm-test > kernel and initrd file to run. It has a config.gz in /proc, but I can not > copy it out, becase the net can not work in my qemu, and the hda can not > use .Is there any other way to copy data from qemu system to my phy system The ARM boards do not support IDE. Some of them have a SCSI controller instead, as described in the documentation. Paul