qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Re: Problem with windows qemu port
@ 2006-11-24 22:17 Eric Bellard
  0 siblings, 0 replies; 5+ messages in thread
From: Eric Bellard @ 2006-11-24 22:17 UTC (permalink / raw)
  To: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 878 bytes --]

Hi Eduardo,

The ",server" option is not a good choice for me:
- I prefer to start a server socket from my gui and plug qemu into it. It's
less error prone (when it works :-) :
   => I was using ",server" before and I needed to sleep my gui process an
*enough* amount of time  to wait for qemu start before connecting on its
socket...

Anyway if I don't have the choice I will do it.

Regards,

eric

Eduardo Felipe <edusaper <at> gmail.com> writes:

>
> >
> > -monitor option is not supported.
> >
>
> The server variants of the command work for me on Windows, though. Try:
>
>  -monitor tcp:127.0.0.1:9100,server
>
> or just
>
>  -monitor tcp::9100,server
>
> to start qemu in server mode listening to port 9100. Then make your
> GUI connect to qemu, instead of the other way around.
>
> Regards,
> Eduardo Felipe
>




-- 
Eric BELLARD
bellard@supagro.inra.fr
04-99-61-30-08

[-- Attachment #2: Type: text/html, Size: 1261 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Qemu-devel] Re: Problem with windows qemu port
@ 2006-11-24 22:20 Eric Bellard
  2006-11-25  0:19 ` Johannes Schindelin
  0 siblings, 1 reply; 5+ messages in thread
From: Eric Bellard @ 2006-11-24 22:20 UTC (permalink / raw)
  To: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 964 bytes --]

Hi Kazu,

Kazu <kazoo <at> r3.dion.ne.jp> writes:
> -monitor option is not supported.

Do you have any plan to support it? Is it not supported because it has not
be tested? do you have a known problem with this option?

Thanks by advance,

Regards,

eric
>
> Sent: Tuesday, November 21, 2006 4:24 AM Eric Bellard wrote:
>
> >Hi,
> >I'm writing a gui for qemu and I got some problem with the win32 port.
> >I'm using the option -monitor tcp:xxxx:x to pilot qemu from my gui.
> >it works fine under linux but it doesn't work at all under windows, qemu
> >doesn't launch. I got the following error:
> >E:\dev\eqemu\qemu-0.8.2-windows\qemu.exe -monitor
> >tcp:192.168.1.100:9100 -snapshot E:\dev\eqemu\freedos.dsk
> >
> >qemu: could not open monitor device 'tcp: 192.168.1.100:9100'
> >
> >It doesn't work either with 127.0.0.1 or 0.0.0.0 ip address.
> >
> >Does someone have a clue?
>
>
> Regards,
> Kazu
>




-- 
Eric BELLARD
bellard@supagro.inra.fr
04-99-61-30-08

[-- Attachment #2: Type: text/html, Size: 1444 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] Re: Problem with windows qemu port
  2006-11-24 22:20 [Qemu-devel] Re: Problem with windows qemu port Eric Bellard
@ 2006-11-25  0:19 ` Johannes Schindelin
  2006-11-25  8:25   ` Kazu
  2006-11-28 14:27   ` Eric Bellard
  0 siblings, 2 replies; 5+ messages in thread
From: Johannes Schindelin @ 2006-11-25  0:19 UTC (permalink / raw)
  To: Eric Bellard; +Cc: qemu-devel

Hi,

On Fri, 24 Nov 2006, Eric Bellard wrote:

> Kazu <kazoo <at> r3.dion.ne.jp> writes:
> > -monitor option is not supported.
> 
> Do you have any plan to support it? Is it not supported because it has not
> be tested? do you have a known problem with this option?

IIRC it is that stupid limitation of Windows, where you cannot have a 
non-console program with stdin/stdout.

Ciao,
Dscho

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] Re: Problem with windows qemu port
  2006-11-25  0:19 ` Johannes Schindelin
@ 2006-11-25  8:25   ` Kazu
  2006-11-28 14:27   ` Eric Bellard
  1 sibling, 0 replies; 5+ messages in thread
From: Kazu @ 2006-11-25  8:25 UTC (permalink / raw)
  To: qemu-devel

Sent: Saturday, November 25, 2006 9:19 AM Johannes Schindelin wrote:


> Hi,
>
> On Fri, 24 Nov 2006, Eric Bellard wrote:
>
>> Kazu <kazoo <at> r3.dion.ne.jp> writes:
>> > -monitor option is not supported.
>>
>> Do you have any plan to support it? Is it not supported because it has
not
>> be tested? do you have a known problem with this option?
>
> IIRC it is that stupid limitation of Windows, where you cannot have a
> non-console program with stdin/stdout.
>

That is right. I don't have a plan to support it soon. There was a patch to
support console but it is too old.

Regards,
Kazu

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] Re: Problem with windows qemu port
  2006-11-25  0:19 ` Johannes Schindelin
  2006-11-25  8:25   ` Kazu
@ 2006-11-28 14:27   ` Eric Bellard
  1 sibling, 0 replies; 5+ messages in thread
From: Eric Bellard @ 2006-11-28 14:27 UTC (permalink / raw)
  To: Johannes Schindelin; +Cc: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 634 bytes --]

HI,

On 11/25/06, Johannes Schindelin <Johannes.Schindelin@gmx.de> wrote:
>
> Hi,
>
> On Fri, 24 Nov 2006, Eric Bellard wrote:
>
> > Kazu <kazoo <at> r3.dion.ne.jp> writes:
> > > -monitor option is not supported.
> >
> > Do you have any plan to support it? Is it not supported because it has
> not
> > be tested? do you have a known problem with this option?
>
> IIRC it is that stupid limitation of Windows, where you cannot have a
> non-console program with stdin/stdout.


I don't think this this limitation is the problem:  I use  the monitor with
a tcp socket ( -monitor tcp:192.168.1.100:9100 )


Ciao,
> Dscho
>
>
cheers,
eric

[-- Attachment #2: Type: text/html, Size: 1314 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-11-28 14:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-24 22:20 [Qemu-devel] Re: Problem with windows qemu port Eric Bellard
2006-11-25  0:19 ` Johannes Schindelin
2006-11-25  8:25   ` Kazu
2006-11-28 14:27   ` Eric Bellard
  -- strict thread matches above, loose matches on Subject: below --
2006-11-24 22:17 Eric Bellard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).