From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:39351) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QGtV5-0001yV-Rr for qemu-devel@nongnu.org; Mon, 02 May 2011 09:49:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QGtV4-0001iS-Ky for qemu-devel@nongnu.org; Mon, 02 May 2011 09:49:23 -0400 Received: from e32.co.us.ibm.com ([32.97.110.150]:37381) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QGtV4-0001hw-CL for qemu-devel@nongnu.org; Mon, 02 May 2011 09:49:22 -0400 Received: from d03relay03.boulder.ibm.com (d03relay03.boulder.ibm.com [9.17.195.228]) by e32.co.us.ibm.com (8.14.4/8.13.1) with ESMTP id p42Dbo4P031016 for ; Mon, 2 May 2011 07:37:50 -0600 Received: from d03av03.boulder.ibm.com (d03av03.boulder.ibm.com [9.17.195.169]) by d03relay03.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p42Dmqtg134754 for ; Mon, 2 May 2011 07:48:57 -0600 Received: from d03av03.boulder.ibm.com (loopback [127.0.0.1]) by d03av03.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p42DmUHj008522 for ; Mon, 2 May 2011 07:48:30 -0600 Message-ID: <4DBEB627.2040206@linux.vnet.ibm.com> Date: Mon, 02 May 2011 08:48:23 -0500 From: Michael Roth MIME-Version: 1.0 References: <810726.49935.qm@web161619.mail.bf1.yahoo.com> In-Reply-To: <810726.49935.qm@web161619.mail.bf1.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] How to test vm channel with windows guest List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: SAURAV LAHIRI Cc: upendra.m@hexagrid.com, qemu-devel@nongnu.org On 05/02/2011 08:19 AM, SAURAV LAHIRI wrote: > Hello, > > We have established a communication channel between a ubuntu 10.04 host > and a windows xp guest using vm channel. > > At the host end we have used a unix socket. Below is the libvirt related > config > > =========================================================== > > > >
> > =========================================================== > > To test if the channel has been successfully created or not we run the > "vioser_test" at the guest and. At the host end we run "socat > /tmp/guestfs -". > > We find that while the guest is able to send commands to the host, it > does not work from the host to the guest end. > > Is the source code for vioser_test available for reference. Also is > there any reference documents to write agents like vioser_test utility. I'm not familiar with this vioser_test utility, is it part of the virtio driver package for windows? If so the source code is available here: http://git.kernel.org/?p=virt/kvm/kvm-guest-drivers-windows.git Amit's virtio-serial test suite is also available for reference: http://fedoraproject.org/wiki/Features/VirtioSerial#How_To_Test I'm not sure how applicable it is for windows though. > > Thanks in advance. > > sl > >