* [Qemu-devel] Qemu + Windows
@ 2005-05-28 16:10 Michael Noisternig
2005-05-28 16:33 ` Jernej Simonèiè
2005-05-28 18:35 ` Filip Navara
0 siblings, 2 replies; 8+ messages in thread
From: Michael Noisternig @ 2005-05-28 16:10 UTC (permalink / raw)
To: qemu-devel
Hi guys,
several things don't work on Windows, as you certainly know. Probably
most of them are easy to fix. E.g. don't write to stderr on Windows, you
won't see it (unless redirected), (IIRC).
Also switching between virtual screens does not work.
What I would really like to see is Qemu interacting with GDB, that means
Qemu on Windows *really* waits for a GDB connection when option -s is
supplied.
Sorry if you think that I shouldn't post this on a devel list, but I
think otherwise no-one will hear it. Thanks for listening, and for the
good work,
Michael Noisternig
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Qemu-devel] Qemu + Windows
2005-05-28 16:10 [Qemu-devel] Qemu + Windows Michael Noisternig
@ 2005-05-28 16:33 ` Jernej Simonèiè
2005-05-28 18:35 ` Filip Navara
1 sibling, 0 replies; 8+ messages in thread
From: Jernej Simonèiè @ 2005-05-28 16:33 UTC (permalink / raw)
To: Michael Noisternig on [qemu-devel]
On Saturday, May 28, 2005, 18:10:44, Michael Noisternig wrote:
> several things don't work on Windows, as you certainly know. Probably
> most of them are easy to fix. E.g. don't write to stderr on Windows, you
> won't see it (unless redirected), (IIRC).
You'll see STDERR output as long as Qemu is compiled as a console
application.
--
< Jernej Simoncic ><><><><>< http://deepthought.ena.si/ >
Nobody loves a winner who wins all the time.
-- Trump's Quirk of Human Nature
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Qemu-devel] Qemu + Windows
2005-05-28 16:10 [Qemu-devel] Qemu + Windows Michael Noisternig
2005-05-28 16:33 ` Jernej Simonèiè
@ 2005-05-28 18:35 ` Filip Navara
1 sibling, 0 replies; 8+ messages in thread
From: Filip Navara @ 2005-05-28 18:35 UTC (permalink / raw)
To: qemu-devel
Hi!
Michael Noisternig wrote:
> Hi guys,
> several things don't work on Windows, as you certainly know. Probably
> most of them are easy to fix. E.g. don't write to stderr on Windows,
> you won't see it (unless redirected), (IIRC).
There has been couple of patches that allow this to work. The key is
just to add "-mconsole" to the linker options ...
> Also switching between virtual screens does not work.
It works for me...
> What I would really like to see is Qemu interacting with GDB, that
> means Qemu on Windows *really* waits for a GDB connection when option
> -s is supplied.
I've made a patch for this long time ago. You can find it in the mailing
list archives or somewhere at http://www.h7.dion.ne.jp/~qemu-win/.
> Sorry if you think that I shouldn't post this on a devel list, but I
> think otherwise no-one will hear it. Thanks for listening, and for the
> good work,
> Michael Noisternig
Regards,
Filip Navara
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Qemu-devel] Qemu + Windows
@ 2005-05-28 18:36 Filip Navara
0 siblings, 0 replies; 8+ messages in thread
From: Filip Navara @ 2005-05-28 18:36 UTC (permalink / raw)
To: qemu-devel
[-- Attachment #1: Type: text/plain, Size: 1 bytes --]
[-- Attachment #2: Re: [Qemu-devel] Qemu + Windows --]
[-- Type: message/rfc822, Size: 1420 bytes --]
From: Filip Navara <navaraf@reactos.com>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] Qemu + Windows
Date: Sat, 28 May 2005 20:35:44 +0200
Message-ID: <4298BA00.4070406@reactos.com>
Hi!
Michael Noisternig wrote:
> Hi guys,
> several things don't work on Windows, as you certainly know. Probably
> most of them are easy to fix. E.g. don't write to stderr on Windows,
> you won't see it (unless redirected), (IIRC).
There has been couple of patches that allow this to work. The key is
just to add "-mconsole" to the linker options ...
> Also switching between virtual screens does not work.
It works for me...
> What I would really like to see is Qemu interacting with GDB, that
> means Qemu on Windows *really* waits for a GDB connection when option
> -s is supplied.
I've made a patch for this long time ago. You can find it in the mailing
list archives or somewhere at http://www.h7.dion.ne.jp/~qemu-win/.
> Sorry if you think that I shouldn't post this on a devel list, but I
> think otherwise no-one will hear it. Thanks for listening, and for the
> good work,
> Michael Noisternig
Regards,
Filip Navara
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Qemu-devel] Qemu + Windows
@ 2005-05-29 9:34 Michael Noisternig
2005-05-29 14:58 ` Jernej Simonèiè
0 siblings, 1 reply; 8+ messages in thread
From: Michael Noisternig @ 2005-05-29 9:34 UTC (permalink / raw)
To: qemu-devel
>> several things don't work on Windows, as you certainly know. Probably
>> most of them are easy to fix. E.g. don't write to stderr on Windows, you
>> won't see it (unless redirected), (IIRC).
>
> You'll see STDERR output as long as Qemu is compiled as a console
> application.
The problem is that the official binary on the sf website doesn't print
*anything* because of this. Not even on "qemu -h".
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Qemu-devel] Qemu + Windows
@ 2005-05-29 9:39 Michael Noisternig
0 siblings, 0 replies; 8+ messages in thread
From: Michael Noisternig @ 2005-05-29 9:39 UTC (permalink / raw)
To: qemu-devel
> The problem is that the official binary on the sf website doesn't print *anything* because of this. Not even on "qemu -h".
Oh, wait a minute, there is no official windows build, on the homepage I
meant. I was talking about the windows build that is linked to at the
homepage.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Qemu-devel] Qemu + Windows
@ 2005-05-29 9:42 Michael Noisternig
0 siblings, 0 replies; 8+ messages in thread
From: Michael Noisternig @ 2005-05-29 9:42 UTC (permalink / raw)
To: qemu-devel
Is there somewhere a Windows build available for download that has old
that patches incorporated? Sorry, but I don't want to download and
install MingW just for compiling Qemu.
Thanks again,
Michael Noisternig
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2005-05-29 15:04 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-28 16:10 [Qemu-devel] Qemu + Windows Michael Noisternig
2005-05-28 16:33 ` Jernej Simonèiè
2005-05-28 18:35 ` Filip Navara
-- strict thread matches above, loose matches on Subject: below --
2005-05-28 18:36 Filip Navara
2005-05-29 9:34 Michael Noisternig
2005-05-29 14:58 ` Jernej Simonèiè
2005-05-29 9:39 Michael Noisternig
2005-05-29 9:42 Michael Noisternig
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).