Re: [Qemu-devel] Unknown symbol __PAGE_KERNEL_EXEC

2005-07-26 Thread Fabrice Bellard
Hi, I propose this patch: --- kqemu-linux.c 25 Apr 2005 22:14:39 - 1.4 +++ kqemu-linux.c 25 Jul 2005 22:17:34 - @@ -28,7 +28,13 @@ #define pfn_to_page(pfn) (mem_map + (pfn)) #endif -#ifndef PAGE_KERNEL_EXEC +#ifdef PAGE_KERNEL_EXEC +#if defined(__i386__) +/* problem :

[Qemu-devel] notes on tun networking

2005-07-26 Thread Eric S. Johansson
I have been stymied by the networking of qemu and I really want to try and solve my problems and hopefully document them so the solution is useful to others. Almost all the documentation I've seen so far makes the assumption that the end-user is network engineer level knowledgeable. While this i

[Qemu-devel] KQEMU on Linux-AMD64 host: SESSION5_INITIALIZATION_FAILED

2005-07-26 Thread Sebastián E. Peyrott
Hi! I've been testing the latest versions of QEMU and KQEMU (7.1 and the 25072005 snapshot); great job to everyone involved! With KQEMU enabled, WinXP and Win2K fail to start. The installers also fail with the same message right after loading the drivers (right before showing the first screen with

Re: [Qemu-devel] Unknown symbol __PAGE_KERNEL_EXEC

2005-07-26 Thread Sebastian Kaliszewski
Hello! Darryl Dixon wrote: Well, I can confirm that this works OK. Also, congrats Fabrice, this version of kqemu appears to work OK with Win 9x (I booted my Win98SE machine), and the games that I use QEMU to run (AoE2, Civ3, Baldurs Gate 2) all were noticeably quicker. The speedup didn't se

[Qemu-devel] qemu and xwindows

2005-07-26 Thread lance windham
My version of Qemu is 0.7.0 is there anyway I could get your compile 0.7.1 from you please? the binary? When I try to use my mouse it grabs screen then i can't do anything in xwin even when i hit ctrl-alt to ungrab screen... hrmmm.. BTW Only version of qemu for windows i could find was 0.7.0

Re: [Qemu-devel] Mirror for QEMU (sources)

2005-07-26 Thread Pascal Terjan
On 7/26/05, Lennert Buytenhek <[EMAIL PROTECTED]> wrote: > On Tue, Jul 26, 2005 at 02:16:49PM +0200, Hetz Ben Hamo wrote: > > > http://qemu.dad-answers.com/download/ > > I've been making qemu snapshots (plus binary fc3/fc4 packages) > available for a while now at: > > http://qemu.wantsto

Re: [Qemu-devel] QEMU release 0.7.1

2005-07-26 Thread Doctor Bill
I don't have any actual benchmarks, but it is definitely much faster than under Windows with kqemu. Under XP Pro windows are opening about 4 times faster... Note that there appears to be a few new bugs in the emulation. First off, I could not get Explore.exe to finish initializing in default log

Re: [Qemu-devel] Writing to ROM-Range 0xC800-EFFF

2005-07-26 Thread Andreas Bollhalder
Hello Jim Thank you for the tips. I will have a look into it. Would be nice if QEMU could allow us to enable write access to the BIOS memory range (shadow RAM) which isn't in use. Andreas Jim C. Brown wrote: On Tue, Jul 19, 2005 at 08:00:21PM +0200, Andreas Bollhalder wrote: Hello What does

Re: [Qemu-devel] kqemu problem - linux amd64 host, win xp guest

2005-07-26 Thread Adrian Smarzewski
Flavio Visentin wrote: Did you try qvm86? Sometimes kqemu works better, sometimes qvm86 is the best choice, sometimes nothing is better than not using acceleration. :-) Ususally I try all the three solutions and the problem goes away. no. is qvm86 ready to run win xp on amd64 host? -- Pozdrow

Re: [Qemu-devel] kqemu problem - linux amd64 host, win xp guest

2005-07-26 Thread Flavio Visentin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Adrian Smarzewski wrote: > Everything works with i386-softmmu and x86_64-softmmu. > Problems with kqemu: win xp displays only the > "We apologize for inconvenience, but Windows did not start > successfully. A recent hardware or software change might ha

Re: [Qemu-devel] Problem installing WIndows

2005-07-26 Thread Antony Gelberg
Hetz Ben Hamo wrote: > Do nothing. Just wait. It takes a LONG time. (shorter if you use kqemu)... I'll take your word for it, but if it's using next to no CPU, then what _is_ it doing? ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nong

Re: [Qemu-devel] Problem installing WIndows

2005-07-26 Thread Hetz Ben Hamo
Do nothing. Just wait. It takes a LONG time. (shorter if you use kqemu)... Thanks, Hetz On 7/26/05, Antony Gelberg <[EMAIL PROTECTED]> wrote: > Hi all, > > This is my first experience with qemu. I'm using 0.7.0 in Debian > unstable. I'm trying to install a Windows XP image from CD. All I've >

Re: [Qemu-devel] Mirror for QEMU (sources)

2005-07-26 Thread Lennert Buytenhek
On Tue, Jul 26, 2005 at 02:16:49PM +0200, Hetz Ben Hamo wrote: > http://qemu.dad-answers.com/download/ I've been making qemu snapshots (plus binary fc3/fc4 packages) available for a while now at: http://qemu.wantstofly.org/ This was done mostly for my own use, but others are free to lee

[Qemu-devel] Mirror for QEMU (sources)

2005-07-26 Thread Hetz Ben Hamo
Hi, Here's a mirror location for QEMU 0.7.1 + KQEMU http://qemu.dad-answers.com/download/ Anyone who builds binaries and wishes to publish them and needs some bandwidth and space, please contact me directly. Thanks, Hetz ___ Qemu-devel mailing list

Re: [Qemu-devel] kqemu problem - linux amd64 host, win xp guest

2005-07-26 Thread Adrian Smarzewski
Paul LeoNerd Evans wrote: I don't know of WinXP, but I get problems running Win98 with kqemu. The site does say it's only been successfully tested with Linux 2.4, 2.6 and Win2k.. It might be that these other Windows are using borderline obscure features of the processor in some odd way which kqem

[Qemu-devel] Problem installing WIndows

2005-07-26 Thread Antony Gelberg
Hi all, This is my first experience with qemu. I'm using 0.7.0 in Debian unstable. I'm trying to install a Windows XP image from CD. All I've done is: dd of=hd.img bs=1024 seek=500 count=0 qemu -boot c -cdrom /dev/cdrom -hda hd.img Setup finishes, then the machine reboots and hangs at the

Re: [Qemu-devel] kqemu problem - linux amd64 host, win xp guest

2005-07-26 Thread Paul LeoNerd Evans
On Tue, 26 Jul 2005 09:38:51 +0200 Adrian Smarzewski <[EMAIL PROTECTED]> wrote: > Problems with kqemu: win xp displays only the > "We apologize for inconvenience, but Windows did not start > successfully. A recent hardware or software change might have > caused this." screen all the time. I don't

Re: [Qemu-devel] Unknown symbol __PAGE_KERNEL_EXEC

2005-07-26 Thread Darryl Dixon
Well, I can confirm that this works OK. Also, congrats Fabrice, this version of kqemu appears to work OK with Win 9x (I booted my Win98SE machine), and the games that I use QEMU to run (AoE2, Civ3, Baldurs Gate 2) all were noticeably quicker.  The speedup didn't seem to be as dramatic as WinXP

Re: [Qemu-devel] Suggestion: mirror QEMU, please "Connection to host fabrice.bellard.free.fr is broken"

2005-07-26 Thread Wesley Parish
Thanks. I should correct my statement - I meant, it's overloading the bandwidth. Wesley Parish On Mon, 25 Jul 2005 22:50, Hetz Ben Hamo wrote: > I'm in the middle of replacing a hard drive for my hosted server (yes, > the data is safe ;)) and I'll mirror QEMU download within the next few > days

[Qemu-devel] kqemu problem - linux amd64 host, win xp guest

2005-07-26 Thread Adrian Smarzewski
I'm sorry, I sent it incorrectly, I'm sending it again now... host: Linux laptok 2.6.12-gentoo-r6 #1 Fri Jul 22 10:21:50 CEST 2005 x86_64 AMD Athlon(tm) 64 Processor 3400+ AuthenticAMD GNU/Linux guest: Windows XP Home Edition, Service Pack 2 + all updates qemu: 0.7.1: i386-softmmu, x86_64-sof

Re: [Qemu-devel] mouse freeze

2005-07-26 Thread Christian MICHON
On 7/26/05, lance windham wrote: > I am currently running windows version of Qemu. I can > get the dsl.iso to boot into xwindows but once it boots i > can't move the mouse to get into anything ie... > xterm... > My OS is WinXP PRO and i'm emulating damn small linux. > > Am I missing something? My

Re: [Qemu-devel] QEMU release 0.7.1

2005-07-26 Thread Christian MICHON
On 7/26/05, Mike Tremoulet wrote: > Outstanding work! I've been a fan of QEMU as a free emulator for some time. > > The changelog mentions that the KQEMU accelerator is now available as > a preliminary executable for Windows. I've not been able to find a > link to that version anywhere. Should

Re: [Qemu-devel] QEMU release 0.7.1

2005-07-26 Thread Doctor Bill
Just out of curiousity, I verified Norton Ghost Floppies still produce the same error. I was hoping the patch I saw a few weeks ago to allow self modifing x86 code would fix the problem... Bill ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://