From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MRLfg-0000yo-Nz for qemu-devel@nongnu.org; Thu, 16 Jul 2009 03:46:28 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MRLfb-0000xB-W7 for qemu-devel@nongnu.org; Thu, 16 Jul 2009 03:46:28 -0400 Received: from [199.232.76.173] (port=32770 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MRLfb-0000x6-R7 for qemu-devel@nongnu.org; Thu, 16 Jul 2009 03:46:23 -0400 Received: from mx20.gnu.org ([199.232.41.8]:28180) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MRLfb-0004Tg-8l for qemu-devel@nongnu.org; Thu, 16 Jul 2009 03:46:23 -0400 Received: from mx2.redhat.com ([66.187.237.31]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MRLfa-0005Nh-5j for qemu-devel@nongnu.org; Thu, 16 Jul 2009 03:46:22 -0400 Date: Thu, 16 Jul 2009 13:16:01 +0530 From: Amit Shah Subject: Re: [Qemu-devel] bidirectional data exchange between guest and host without network Message-ID: <20090716074601.GB6460@amit-x200.redhat.com> References: <59673.89.3.148.243.1246956346.squirrel@webmail.aql.fr> <20090707090213.GB5690@shareable.org> <53352.89.3.148.243.1246972290.squirrel@webmail.aql.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <53352.89.3.148.243.1246972290.squirrel@webmail.aql.fr> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Lannuzel Cc: qemu-devel@nongnu.org On (Tue) Jul 07 2009 [15:11:30], Anthony Lannuzel wrote: > > > virtio-serial was designed for exactly this sort of thing. > > Patches appear on the list from time to time. > > > > -- Jamie > > Hi, thanks for replying. > > I have just tried the following: > > On the host I create a fat partition on /dev/sda8. Then I run > > kvm -hda $IMG -drive file=/dev/sda8,if=virtio -cdrom /dev/cdrom -m 192 What Jamie meant is virtio-serial, that's not yet included in qemu. I'm working on the patches and the last snapshot I sent out is available from here: https://lists.linux-foundation.org/pipermail/virtualization/2009-July/013250.html Amit