From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oliver Rath Subject: SOLVED [was Re: Controlling (WinXP-Guest)- Textmode via chardev pipe broken?] Date: Thu, 22 Dec 2011 16:37:34 +0100 Message-ID: <4EF34EBE.6050204@mglug.de> References: <4EF05CE4.9090107@mglug.de> <1324382938.22797.16.camel@lappy> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org To: Sasha Levin Return-path: Received: from phineas.fibbs.org ([109.234.106.32]:53336 "EHLO mail.fibbs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752973Ab1LVPhe (ORCPT ); Thu, 22 Dec 2011 10:37:34 -0500 In-Reply-To: <1324382938.22797.16.camel@lappy> Sender: kvm-owner@vger.kernel.org List-ID: Am 20.12.2011 13:08, schrieb Sasha Levin: > [..] > Whats wrong? > Are you sure that windows is using the serial device at all? > > You're not emulating a keyboard there, you're emulating input from a > serial device. > HI Sasha, Ive found a better solution: It is possible to pipe the qemu-monitor: qemu ... -monitor pipe:.winpipe/path so Im able to send commands through the path.in pipe via sendkey-kommand, i.e. echo "sendkey r" > .winpipe/path.in echo "sendkey d" > .winpipe/path.in echo "sendkey shift-dot" > .winpipe/path.in echo "sendkey ret" > .winpipe/path.in Its not very komfortable, but does its job :-) Tfh! Regards, Oliver