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 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html