From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HjH9Z-0003OA-KF for qemu-devel@nongnu.org; Wed, 02 May 2007 11:54:05 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HjH9V-0003MO-Nc for qemu-devel@nongnu.org; Wed, 02 May 2007 11:54:05 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HjH9V-0003MJ-HW for qemu-devel@nongnu.org; Wed, 02 May 2007 11:54:01 -0400 Received: from blitz.aql.fr ([83.206.143.174]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HjH34-0003Uk-EI for qemu-devel@nongnu.org; Wed, 02 May 2007 11:47:22 -0400 Received: from [10.11.24.105] (dyn-pool-1.aql.fr [192.168.99.1]) by blitz.aql.fr (8.13.6/8.13.6) with ESMTP id l42FVL9K098691 for ; Wed, 2 May 2007 17:31:21 +0200 (CEST) (envelope-from maxime.tierrie@aql.fr) Message-ID: <4638AFDF.1040109@aql.fr> Date: Wed, 02 May 2007 17:35:59 +0200 From: Maxime Tierrie MIME-Version: 1.0 Subject: [Qemu-devel] easiest way to share data between host and guest? Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 Hi, I'm a newbie with Qemu and linux for arm. The arm-test-0.2.tar.gz file in the download page seems to be very interesting for me. I didn't manage to share data between arm-linux guest and my linux host by using tftp. I think it's because the provided tftp client in the arm-linux supports only "octet" mode. So the question is : what is the easiest way to share data between the host and the guest? thanks in advance.