From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:59595) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R3B8V-0003Kd-3c for qemu-devel@nongnu.org; Mon, 12 Sep 2011 14:21:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R3B8T-00008l-SY for qemu-devel@nongnu.org; Mon, 12 Sep 2011 14:21:39 -0400 Received: from mail-gw0-f45.google.com ([74.125.83.45]:61041) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R3B8T-00008h-PC for qemu-devel@nongnu.org; Mon, 12 Sep 2011 14:21:37 -0400 Received: by gwb19 with SMTP id 19so4413391gwb.4 for ; Mon, 12 Sep 2011 11:21:37 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <20110909180003.GA30386@stefanha-thinkpad.localdomain> <20110912105426.GA5850@stefanha-thinkpad.localdomain> Date: Mon, 12 Sep 2011 19:21:36 +0100 Message-ID: From: Stefan Hajnoczi Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] unable to access the serial port on the Vm List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: bala suru Cc: qemu-devel@nongnu.org On Mon, Sep 12, 2011 at 12:35 PM, bala suru wrote: > But I need to connect a some USB device which will create a virtual > serialport called /dev/ttyACM0, I cloud not see this on the Vm running .. > > This XML format I used > RAW =3D [ type =3D "kvm", > =A0=A0=A0=A0=A0=A0=A0=A0=A0 data =3D " path=3D\"/dev/pts/5\"/> tty=3D\"/dev/pts/5\"> port=3D\"0\"/>" ] I am not sure what you are trying to do. Are you attaching a USB serial device to the host and you would like to connect that to the VM's serial port? In that case you can try this domain XML: Stefan