* [Qemu-devel] W98 Host & Network
@ 2004-08-16 21:51 qemu
2004-08-16 22:27 ` Joe Menola
0 siblings, 1 reply; 5+ messages in thread
From: qemu @ 2004-08-16 21:51 UTC (permalink / raw)
To: qemu-devel
I spent some time with Bochs getting it all running the way I want to be able to web site testing with various OS/browser installs. It's always been a bit on the slow side so I took a look at Qemu and, after figuring out I needed a full path to the BIOS file, got it working.
I like what I see (and how fast I see it) and have been using it to test various custom builds of Ultimate Boot CD, Knoppix, etc. I've come to the point where I want to start using HDD images & do network testing but when I try using Bart's Network Boot Disk (off of the Ultimate Boot CD v2.4) I get various "hardware" related errors whether I use either of the automatically detected NICs or a manual selection of the NE2000.
I'm trying to determine if it's a Qemu or Bart's Network Boot Disk issue. Anybody have any suggestions or similar experiences?
Thanks.
Jon-Mikel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] W98 Host & Network
2004-08-16 21:51 [Qemu-devel] W98 Host & Network qemu
@ 2004-08-16 22:27 ` Joe Menola
2004-08-23 6:11 ` Jon-Mikel Van Der Wege
0 siblings, 1 reply; 5+ messages in thread
From: Joe Menola @ 2004-08-16 22:27 UTC (permalink / raw)
To: qemu-devel
On Mon August 16 2004 4:51 pm, qemu@jmv.mailshell.com wrote:
> I spent some time with Bochs getting it all running the way I want to be
> able to web site testing with various OS/browser installs. It's always
> been a bit on the slow side so I took a look at Qemu and, after figuring
> out I needed a full path to the BIOS file, got it working.
>
> I like what I see (and how fast I see it) and have been using it to test
> various custom builds of Ultimate Boot CD, Knoppix, etc. I've come to the
> point where I want to start using HDD images & do network testing but when
> I try using Bart's Network Boot Disk (off of the Ultimate Boot CD v2.4) I
> get various "hardware" related errors whether I use either of the
> automatically detected NICs or a manual selection of the NE2000.
>
> I'm trying to determine if it's a Qemu or Bart's Network Boot Disk issue.
> Anybody have any suggestions or similar experiences?
>
Are you using the '-user-net' command option, or do you have a tun device
configured?
-jm
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: [Qemu-devel] W98 Host & Network
2004-08-16 22:27 ` Joe Menola
@ 2004-08-23 6:11 ` Jon-Mikel Van Der Wege
0 siblings, 0 replies; 5+ messages in thread
From: Jon-Mikel Van Der Wege @ 2004-08-23 6:11 UTC (permalink / raw)
To: qemu-devel
jm,
Sorry for the long delay - email problems kept me from getting my daily
batches correctly.
I'm using:
C:\Progra~1\Qemu\qemu.exe -L C:\Progra~1\Qemu\ -m 128 -boot d -cdrom "%1"
As I understood it -user-net wasn't needed with Windows as a host. I tried
it anyway but that seemed to cause Qemu to not run at all.
Jon-Mikel
-----Original Message-----
From: Joe Menola [mailto:menola@sbcglobal.net]
Sent: Monday, August 16, 2004 3:27 PM
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] W98 Host & Network
On Mon August 16 2004 4:51 pm, qemu@jmv.mailshell.com wrote:
> I spent some time with Bochs getting it all running the way I want to be
> able to web site testing with various OS/browser installs. It's always
> been a bit on the slow side so I took a look at Qemu and, after figuring
> out I needed a full path to the BIOS file, got it working.
>
> I like what I see (and how fast I see it) and have been using it to test
> various custom builds of Ultimate Boot CD, Knoppix, etc. I've come to the
> point where I want to start using HDD images & do network testing but when
> I try using Bart's Network Boot Disk (off of the Ultimate Boot CD v2.4) I
> get various "hardware" related errors whether I use either of the
> automatically detected NICs or a manual selection of the NE2000.
>
> I'm trying to determine if it's a Qemu or Bart's Network Boot Disk issue.
> Anybody have any suggestions or similar experiences?
>
Are you using the '-user-net' command option, or do you have a tun device
configured?
-jm
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] W98 Host & Network
@ 2004-08-17 0:19 CoMiKe
2004-08-17 0:38 ` Joe Menola
0 siblings, 1 reply; 5+ messages in thread
From: CoMiKe @ 2004-08-17 0:19 UTC (permalink / raw)
To: qemu-devel
Joe Menola wrote:
>Are you using the '-user-net' command option, or do
you have a tun device configured?
Is it possible to have a tun device in a Windows host
for use with QEmu? I've seen the adapter bundled with
OpenVPN, but don't know if it works for QEmu.
-----------
CoMiKe
______________________________________________
Renovamos el Correo Yahoo!: ¡100 MB GRATIS!
Nuevos servicios, más seguridad
http://correo.yahoo.es
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] W98 Host & Network
2004-08-17 0:19 CoMiKe
@ 2004-08-17 0:38 ` Joe Menola
0 siblings, 0 replies; 5+ messages in thread
From: Joe Menola @ 2004-08-17 0:38 UTC (permalink / raw)
To: qemu-devel
On Mon August 16 2004 7:19 pm, CoMiKe wrote:
> Joe Menola wrote:
> >Are you using the '-user-net' command option, or do
>
> you have a tun device configured?
>
> Is it possible to have a tun device in a Windows host
> for use with QEmu? I've seen the adapter bundled with
> OpenVPN, but don't know if it works for QEmu.
>
Not that I'm aware of, but then I have no experience with a Windows host.
-jm
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2004-08-23 4:16 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-16 21:51 [Qemu-devel] W98 Host & Network qemu
2004-08-16 22:27 ` Joe Menola
2004-08-23 6:11 ` Jon-Mikel Van Der Wege
-- strict thread matches above, loose matches on Subject: below --
2004-08-17 0:19 CoMiKe
2004-08-17 0:38 ` Joe Menola
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).