qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* Re: [Qemu-devel] Qemu workstation
@ 2004-04-05 15:19 Mike Nordell
  2004-04-05 20:40 ` Filip Navara
  0 siblings, 1 reply; 9+ messages in thread
From: Mike Nordell @ 2004-04-05 15:19 UTC (permalink / raw)
  To: qemu-devel

Browsing the archives I spotted something I wanted to comment on.

John R. Hogerhuis wrote:

> More like saying the Win32 version is probably vaporware (i.e.
> implementation not complete, with initial mock-up of running
> system for marketing purposes).

As I've talked to a person on IRC presenting itself as the author, the
information I got was that the thing at the .co.uk site is a Visual Basic
application that works by hijacking the SDL window from the QEMU process and
displaying it as if it was its own output.

Possibly that's where the 733MHz CPU and 500MB free harddisk space
requirments (http://www.revenitor.co.uk/qews.asp) might be from...


As for running ReactOS under QEMU (on Win32); yes, I have run it.


/Mike

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

* Re: [Qemu-devel] Qemu workstation
  2004-04-05 15:19 [Qemu-devel] Qemu workstation Mike Nordell
@ 2004-04-05 20:40 ` Filip Navara
  2004-04-05 21:05   ` John R. Hogerhuis
  0 siblings, 1 reply; 9+ messages in thread
From: Filip Navara @ 2004-04-05 20:40 UTC (permalink / raw)
  To: qemu-devel

Mike Nordell wrote:

>As for running ReactOS under QEMU (on Win32); yes, I have run it.
>  
>
+1

I'm running it inside QEMU everyday.

- Filip

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

* Re: [Qemu-devel] Qemu workstation
  2004-04-05 20:40 ` Filip Navara
@ 2004-04-05 21:05   ` John R. Hogerhuis
  2004-04-05 21:15     ` Filip Navara
  2004-04-05 21:15     ` [Qemu-devel] " Martin Fuchs
  0 siblings, 2 replies; 9+ messages in thread
From: John R. Hogerhuis @ 2004-04-05 21:05 UTC (permalink / raw)
  To: qemu-devel

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

Okay first it seems I was largely wrong about this shell... it seems
that although it is not complete it is not vaporware (apologies to Alex)

Filip, are you running the windows port from CVS? Or are you running
ReactOS from QEMU under Linux?

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

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

* Re: [Qemu-devel] Qemu workstation
  2004-04-05 21:05   ` John R. Hogerhuis
@ 2004-04-05 21:15     ` Filip Navara
  2004-04-05 21:15     ` [Qemu-devel] " Martin Fuchs
  1 sibling, 0 replies; 9+ messages in thread
From: Filip Navara @ 2004-04-05 21:15 UTC (permalink / raw)
  To: jhoger, qemu-devel

John R. Hogerhuis wrote:

>Filip, are you running the windows port from CVS? Or are you running
>ReactOS from QEMU under Linux?
>  
>
I'm running the Windows port from CVS with some local fixes (i think 
most of then appered on the mailing list already) and I also the tried 
the port made by Mike Nordell with similar results.

- Filip

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

* [Qemu-devel] Re: Qemu workstation
  2004-04-05 21:05   ` John R. Hogerhuis
  2004-04-05 21:15     ` Filip Navara
@ 2004-04-05 21:15     ` Martin Fuchs
  2004-04-05 21:40       ` John R. Hogerhuis
  2004-04-05 22:12       ` Filip Navara
  1 sibling, 2 replies; 9+ messages in thread
From: Martin Fuchs @ 2004-04-05 21:15 UTC (permalink / raw)
  To: qemu-devel

Hi,

On 05.04.2004 23:05:10 John R. Hogerhuis wrote:
> Okay first it seems I was largely wrong about this shell... it seems
> that although it is not complete it is not vaporware (apologies to Alex)
> 
> Filip, are you running the windows port from CVS? Or are you running
> ReactOS from QEMU under Linux?

Where can the WIN32 port be downloaded?

Thanks,

   Martin

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

* Re: [Qemu-devel] Re: Qemu workstation
  2004-04-05 21:15     ` [Qemu-devel] " Martin Fuchs
@ 2004-04-05 21:40       ` John R. Hogerhuis
  2004-04-05 22:12       ` Filip Navara
  1 sibling, 0 replies; 9+ messages in thread
From: John R. Hogerhuis @ 2004-04-05 21:40 UTC (permalink / raw)
  To: qemu-devel

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

Martin --

You must build Win32 port from CVS AFAIK. It has patches from Kazu and I
think some from Mike as well.

I made an effort to get it to cross compile (Debian Mingw32), but the
last time I tried it, the end product silently exits without doing
anything. When I have a chance I am going to debug it and figure out
what's up.
 
Others have been building on the MSYS/Mingw32 under windows, you should
have better luck in that environment.

Later,

-- John.



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

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

* Re: [Qemu-devel] Re: Qemu workstation
  2004-04-05 21:15     ` [Qemu-devel] " Martin Fuchs
  2004-04-05 21:40       ` John R. Hogerhuis
@ 2004-04-05 22:12       ` Filip Navara
  1 sibling, 0 replies; 9+ messages in thread
From: Filip Navara @ 2004-04-05 22:12 UTC (permalink / raw)
  To: qemu-devel

Martin Fuchs wrote:

>Where can the WIN32 port be downloaded?
>  
>
You can get my binaries from www.volny.cz/xnavara/qemu.zip. It's build 
from today's CVS with two changes:
- Commented out code for translating scancodes, because it's not needed 
on WIN32.
- Make the application a console type, so I can see the help. (And close 
the console on normal run.)

- Filip

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

* [Qemu-devel] Re: QEmu Workstation
@ 2004-04-06 11:20 Revenitor.co.uk Webmaster
  2004-04-06 12:26 ` Jean-Michel POURE
  0 siblings, 1 reply; 9+ messages in thread
From: Revenitor.co.uk Webmaster @ 2004-04-06 11:20 UTC (permalink / raw)
  To: qemu-devel

Yaknow im a little confused about why it was thought QEmu Workstation was
vaporware/hoax. I barely mentioned it untill it was ready for people to
download and try out.

Yes it is a Visual Basic program that hijacks the window and sets itself to be
the parent window.

I will be making it GPL shortly, most probably next weekend.

Ive noticed that over 110 copies have been downloaded so I would like to take
this oppertunity to thank people for their interest :)

Michael Biggins (Phonica)

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

* Re: [Qemu-devel] Re: QEmu Workstation
  2004-04-06 11:20 [Qemu-devel] Re: QEmu Workstation Revenitor.co.uk Webmaster
@ 2004-04-06 12:26 ` Jean-Michel POURE
  0 siblings, 0 replies; 9+ messages in thread
From: Jean-Michel POURE @ 2004-04-06 12:26 UTC (permalink / raw)
  To: qemu-devel; +Cc: Revenitor.co.uk Webmaster

Dear Michael,

> Yaknow im a little confused about why it was thought QEmu Workstation was
> vaporware/hoax. I barely mentioned it untill it was ready for people to
> download and try out.

Sorry for that. Please note that I removed this information from the Wiki 
yesterday. So I can only apologise and say "thanks" for releasing QEmu 
Workstation. 

> Yes it is a Visual Basic program that hijacks the window and sets itself to
> be the parent window. I will be making it GPL shortly, most probably next
> weekend. 

Have you ever tried Gambas (http://gambas.sourceforge.net), an implementation 
of VisualBasic for GNU/Linux with Qt bindings. I tested it and was quite 
impressed. It seems more powerfull than VB itself. A screenshot:
http://developer.pgadmin.org/jean-michel/screenshots/gambas.png

What do you think of Gambas?

Cheers,
Jean-Michel

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

end of thread, other threads:[~2004-04-06 13:11 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-05 15:19 [Qemu-devel] Qemu workstation Mike Nordell
2004-04-05 20:40 ` Filip Navara
2004-04-05 21:05   ` John R. Hogerhuis
2004-04-05 21:15     ` Filip Navara
2004-04-05 21:15     ` [Qemu-devel] " Martin Fuchs
2004-04-05 21:40       ` John R. Hogerhuis
2004-04-05 22:12       ` Filip Navara
  -- strict thread matches above, loose matches on Subject: below --
2004-04-06 11:20 [Qemu-devel] Re: QEmu Workstation Revenitor.co.uk Webmaster
2004-04-06 12:26 ` Jean-Michel POURE

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