qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] qemu on windows.
@ 2004-03-18  9:37 Sami Haahtinen
  2004-03-18 10:07 ` [Qemu-devel] " Sami Haahtinen
  2004-03-18 17:23 ` [Qemu-devel] " John R. Hogerhuis
  0 siblings, 2 replies; 4+ messages in thread
From: Sami Haahtinen @ 2004-03-18  9:37 UTC (permalink / raw)
  To: qemu-devel

I just had fun with colinux and qemu, which proved that qemu can run on 
windows ;)

Well not really, colinux is basicly uml ported to windows, so qemu is 
actually running on uml linux. thing work, although there is no network 
access as colinux doesn't appear to have support for tun* devices.. i 
think this could be solved by recompiling but that is an other matter.

Has anyone tried compiling qemu to windows (with cygwin) or is it just 
too bound to linux/unix world.

Regards, Sami

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

* [Qemu-devel] Re: qemu on windows.
  2004-03-18  9:37 [Qemu-devel] qemu on windows Sami Haahtinen
@ 2004-03-18 10:07 ` Sami Haahtinen
  2004-03-18 17:23 ` [Qemu-devel] " John R. Hogerhuis
  1 sibling, 0 replies; 4+ messages in thread
From: Sami Haahtinen @ 2004-03-18 10:07 UTC (permalink / raw)
  To: qemu-devel

Sami Haahtinen wrote:
> ...
> actually running on uml linux. thing work, although there is no network 
 > ...

I really should start re-re-reading my posts, that really doesn't make 
that much sense..

I think that was supposed to say 'it works', or something alike.

  -- Sami

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

* Re: [Qemu-devel] qemu on windows.
  2004-03-18  9:37 [Qemu-devel] qemu on windows Sami Haahtinen
  2004-03-18 10:07 ` [Qemu-devel] " Sami Haahtinen
@ 2004-03-18 17:23 ` John R. Hogerhuis
  2004-03-18 17:45   ` John R. Hogerhuis
  1 sibling, 1 reply; 4+ messages in thread
From: John R. Hogerhuis @ 2004-03-18 17:23 UTC (permalink / raw)
  To: qemu-devel

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

Working on it... (using Mingw not Cygwin)

Hard part so far is using ELF format instead of PE/COFF related to
dyngen.c, op.c (QEMU generates basic code primitives portably using GCC,
and then reads those primitive chunks of code from ELF object file. But
with Mingw the object file will be COFF format, so it has to process a
whole different format object file)

-- John.

On Thu, 2004-03-18 at 01:37, Sami Haahtinen wrote:
> Has anyone tried compiling qemu to windows (with cygwin) or is it just 
> too bound to linux/unix world.


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [Qemu-devel] qemu on windows.
  2004-03-18 17:23 ` [Qemu-devel] " John R. Hogerhuis
@ 2004-03-18 17:45   ` John R. Hogerhuis
  0 siblings, 0 replies; 4+ messages in thread
From: John R. Hogerhuis @ 2004-03-18 17:45 UTC (permalink / raw)
  To: qemu-devel

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

On Thu, 2004-03-18 at 09:23, John R. Hogerhuis wrote:
> Hard part so far is using ELF format instead of PE/COFF related to
> dyngen.c, op.c (QEMU generates basic code primitives portably using GCC,

Got that backwards... for the win32 port need to use PE/COFF instead of
ELF...

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

end of thread, other threads:[~2004-03-18 17:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-18  9:37 [Qemu-devel] qemu on windows Sami Haahtinen
2004-03-18 10:07 ` [Qemu-devel] " Sami Haahtinen
2004-03-18 17:23 ` [Qemu-devel] " John R. Hogerhuis
2004-03-18 17:45   ` John R. Hogerhuis

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).