On Fri, 20 May 2005, Julian Chesterfield wrote:

Is there a way to redirect monitor IO to a local socket, e.g. a unix
filehandle socket, under linux? When I try to redirect to a pty using
'-monitor pty' the graphical qemu window doesn't boot. Am I starting
it incorrectly?

ARGS:
qemu -hda <IMAGE> -m 256 -boot c -nics 1 -n <IFUP_SCRIPT> -full-screen
-monitor pty

I then get the message:
char device redirected to /dev/pts/0

You then need to open /dev/pts/0 as if it was a serial port...

Regards
Henrik


_______________________________________________
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel

Reply via email to