Re: Fwd: [Qemu-devel] Using the qemu Monitor

2005-05-25 Thread Julian Chesterfield
uot;Received %s\n",buffer); } The code above never returns from the final read. Using select instead never indicates data available to read. Thanks in advance for any pointers! - Julian > > From: Henrik Nordstrom <[EMAIL PROTECTED]> > > Date: 21 May 2005 02:13:05 GMT-04:00

Re: [Qemu-devel] Using the qemu Monitor

2005-05-20 Thread Henrik Nordstrom
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 -m 256

[Qemu-devel] Using the qemu Monitor

2005-05-20 Thread Julian Chesterfield
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 -m 256 -boot c -nics 1 -n -full-screen -monitor pty