Re: [Qemu-devel] KQEMU on Win32 (+patch)

2005-07-27 Thread Elefterios Stamatogiannakis
Filip Navara wrote: > I'm trying to find out why qvm86 crashes the host (instant reboot when right clicking on some icons on the guest desktop). > So i thought if it is possible to use some code from kqemu-win32.c to update qvm86-win32.c No, I wrote both of the files and I can honestly tel

[Qemu-devel] Applying windows source patch to CVS?

2005-07-27 Thread Steve D. Perkins
Hello all - I wrote about this a couple of days ago on the QEMU forum at "http://qemu.dad-answers.com";, before I knew about the existence of this mailing list. I recently built the 0.7.0 source tarball on a Windows 2000 workstation with GCC 3.4, but had a difficult time doing so. Th

Re: [Qemu-devel] KQEMU on Win32 (+patch)

2005-07-27 Thread Hetz Ben Hamo
I've updated my QEMU download section: http://qemu.dad-answers.com/download/ Your binaries are there now (under the win32 directory) Thanks, Hetz On 7/28/05, Filip Navara <[EMAIL PROTECTED]> wrote: > Hi, > > as there were recently few questions about KQEMU I decided to dedicate > few minutes at

[Qemu-devel] KQEMU on Win32 (+patch)

2005-07-27 Thread Filip Navara
Hi, as there were recently few questions about KQEMU I decided to dedicate few minutes at answering them and to post a few comments. > I'm trying to find out why qvm86 crashes the host (instant reboot when right clicking on some icons on the guest desktop). > So i thought if it is possible to

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

2005-07-27 Thread Sebastián E. Peyrott
Just a followup: The problem has been confirmed to happen with GCC 3.3.5 and GCC 4. Debian-based system (Ubuntu Hoary). A screenshot can be found here: http://m2.dad-answers.com/qemu-forum/viewtopic.php?t=123 Apparently, QVM86 also behaves in a similar way. I've only tested OEM XP and 2K version

Re: [Qemu-devel] Problem installing WIndows

2005-07-27 Thread Mark Guertin
The pkgs are there, but it doesn't mean they work right ;) FC4 PPC is pretty wonky at best of times, especially toolchain stuff. Too many nasty hacks added to it for my liking that don't quite jive with stock glibc/gcc. The userland tools for multiple toolchains leave much to be desired

[Qemu-devel] small bugs in 0.7.1

2005-07-27 Thread ace
Hi. I just got the new qemu 0.7.1. Here are my comments: - I subjectively think it is slower than 0.7.0. Is that possible? - I compiled from source but had problem with kqemu. It compiled with a warning but created the kernel module. But the module can't be loaded into the kernel, is says 'unresol

[Qemu-devel] Re: notes on tun networking

2005-07-27 Thread Eric S. Johansson
Mulyadi Santosa wrote: Dear Eric 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. i read it at a glance and I think it is well written. Very useful for newbie and also helpful a

Re: [Qemu-devel] Problem installing WIndows

2005-07-27 Thread Paul Brook
> > See the 3rd Q in http://www.geocities.com/nixling_gone/faq.html > > > > Paul > > Thanks, I figured this would be a problem and that's why I didn't try > to chase things down. Sadly the current distro I'm playing with > (Fedorca Core PPC) doesn't even have a gcc3 option!! But on that > note I'

Re: [Qemu-devel] Problem installing WIndows

2005-07-27 Thread Mark Guertin
On 27-Jul-05, at 11:11 AM, Paul Brook wrote: On Wednesday 27 July 2005 15:43, Mark Guertin wrote: Gcc 4.x does not. Getting dyngen problems here when trying but I haven't had time to chase anything down on it yet. dyngen: blr expected at the end of op_bfsw_TO_cc sure enough, after a quick o

Re: [Qemu-devel] Problem installing WIndows

2005-07-27 Thread Paul Brook
On Wednesday 27 July 2005 15:43, Mark Guertin wrote: > Gcc 4.x does not. Getting dyngen problems here when trying but I > haven't had time to chase anything down on it yet. > > dyngen: blr expected at the end of op_bfsw_TO_cc > > sure enough, after a quick objdump there is no blr (or variation). >

Re: [Qemu-devel] Problem installing WIndows

2005-07-27 Thread Mark Guertin
Gcc 4.x does not. Getting dyngen problems here when trying but I haven't had time to chase anything down on it yet. dyngen: blr expected at the end of op_bfsw_TO_cc sure enough, after a quick objdump there is no blr (or variation). Figured this is likely a known thing as gcc 4.x is kind of

Re: [Qemu-devel] Kqemu for windows more free than kqemu for linux?

2005-07-27 Thread Paul Brook
On Wednesday 27 July 2005 15:15, Elefterios Stamatogiannakis wrote: > Not to start a flame war here but i find it odd that the license of > kqemu for windows is a LOT more free than the license of linux kqemu. > > License for kqemu-win32.c is a lot like public domain + below clause: > > * The abo

compilation problems (was: [Qemu-devel] Problem installing WIndows)

2005-07-27 Thread Thomas Schwinge
On Wed, Jul 27, 2005 at 01:45:26PM +0100, Paul Brook wrote: > gcc3.4 works fine. I build qemu with it all the time. > Some of the earlier versions would ICE while building the SSE emulation code > on some hosts, but recent versions should work. One problem still exists: #v+ gcc -I/package/misc/sp

Re: [Qemu-devel] notes on tun networking

2005-07-27 Thread Mulyadi Santosa
Dear Eric > 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. i read it at a glance and I think it is well written. Very useful for newbie and also helpful as cheat sheet for Qemu

Re: [Qemu-devel] Problem installing WIndows

2005-07-27 Thread Christian MICHON
http://fabrice.bellard.free.fr/qemu/qemu-doc.html#TOC30 note this doesn't happen on non corp apparently. Christian On 7/27/05, Antony Gelberg wrote: > I've gotten a little further, but don't seem to be finding this as easy > as some of you. I can now type the admin password at the login screen,

[Qemu-devel] Kqemu and qvm86 for windows

2005-07-27 Thread Elefterios Stamatogiannakis
I'm trying to find out why qvm86 crashes the host (instant reboot when right clicking on some icons on the guest desktop). So i thought if it is possible to use some code from kqemu-win32.c to update qvm86-win32.c I saw that there are some differences in how the two do the same think and tho

Re: [Qemu-devel] Problem installing WIndows

2005-07-27 Thread Paul Brook
On Wednesday 27 July 2005 14:21, Antony Gelberg wrote: > I've gotten a little further, but don't seem to be finding this as easy > as some of you. I can now type the admin password at the login screen, > but I get a dialog, title "Windows Product Activation", text "A problem > is preventing Window

Re: [Qemu-devel] Problem installing WIndows

2005-07-27 Thread Hetz Ben Hamo
Try rebooting the virtual machine, just add: -user-net to the QEMU parameters. Thanks, Hetz On 7/27/05, Antony Gelberg <[EMAIL PROTECTED]> wrote: > I've gotten a little further, but don't seem to be finding this as easy > as some of you. I can now type the admin password at the login screen, > b

[Qemu-devel] Kqemu for windows more free than kqemu for linux?

2005-07-27 Thread Elefterios Stamatogiannakis
Not to start a flame war here but i find it odd that the license of kqemu for windows is a LOT more free than the license of linux kqemu. License for kqemu-win32.c is a lot like public domain + below clause: * The above copyright notice and this permission notice shall be included in * all

Re: [Qemu-devel] Problem installing WIndows

2005-07-27 Thread Antony Gelberg
I've gotten a little further, but don't seem to be finding this as easy as some of you. I can now type the admin password at the login screen, but I get a dialog, title "Windows Product Activation", text "A problem is preventing Windows from accurately checking the license for this computer. Erro

[Qemu-devel] Re: [patch]Fix block device read for some SLOW file

2005-07-27 Thread Jani Monoses
lepton wrote: Hi, I found when I am using qemu, I can't boot from emulated cdrom. After some debug, I found the reason is that my iso file is in a samba file system. When qemu read data from my samba file system. read will be interrupted by signal alarm. So qemu won't boot from it. The follwing

Re: [Qemu-devel] [patch]Fix block device read for some SLOW file

2005-07-27 Thread Johannes Schindelin
Hi, On Wed, 27 Jul 2005, lepton wrote: > +while(1){ > + ret = read(s->fd, buf, nb_sectors * 512); > + if (ret != nb_sectors * 512) { > + if(ret==-1 && errno==EINTR) > + continue; > + else > + return -1; > + } > +

Re: [Qemu-devel] Problem installing WIndows

2005-07-27 Thread Paul Brook
> > Not sure what gcc was used, but probably 3.3. > > just to make sure it's not 3.4.x or 4.x.x :) gcc3.4 works fine. I build qemu with it all the time. Some of the earlier versions would ICE while building the SSE emulation code on some hosts, but recent versions should work. Paul ___

Re: [Qemu-devel] Problem installing WIndows

2005-07-27 Thread Christian MICHON
On 7/27/05, Antony Gelberg wrote: > I mentioned the command line in my original post to the thread. > > qemu -boot c -cdrom /dev/cdrom -hda hd.img sorry. I'm used to add it at the end of the cmd line :) > > 3) is your qemu optimized? and which version of gcc is used? > > I have had a look in th

Re: [Qemu-devel] Problem installing WIndows

2005-07-27 Thread Doctor Bill
In your original message, you mentioned setup had finished. One thing I can recommend trying on your second attempt is to make sure you create more than one user account when prompted. XP Pro seems to behave differently depending on if there is one or more than one accounts. I actually had the e

Re: [Qemu-devel] Problem installing WIndows

2005-07-27 Thread Antony Gelberg
Christian MICHON wrote: > 1) have you tried using qemu-img instead of dd ? >(I usually use the qcow format for windows guests. 2G should be ok. > "qemu-img create -f qcow hd.img 2G" ) I'm trying that now. > 2) you do not mention bios path, memory of vm and boot sequence. > I suggest you

[Qemu-devel] [patch]Fix block device read for some SLOW file

2005-07-27 Thread lepton
Hi, I found when I am using qemu, I can't boot from emulated cdrom. After some debug, I found the reason is that my iso file is in a samba file system. When qemu read data from my samba file system. read will be interrupted by signal alarm. So qemu won't boot from it. The follwing patch will fix i

Re: [Qemu-devel] qemu and xwindows

2005-07-27 Thread Christian MICHON
have a look at your mailbox :) Christian On 7/26/05, lance windham <[EMAIL PROTECTED]> wrote: > 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

Re: [Qemu-devel] Problem installing WIndows

2005-07-27 Thread Christian MICHON
1) have you tried using qemu-img instead of dd ? (I usually use the qcow format for windows guests. 2G should be ok. "qemu-img create -f qcow hd.img 2G" ) 2) you do not mention bios path, memory of vm and boot sequence. I suggest you add at least the "-boot d". By default, 128M will be us

Re: [Qemu-devel] Problem installing WIndows

2005-07-27 Thread Antony Gelberg
Antony Gelberg wrote: > Hetz Ben Hamo wrote: > >>Do nothing. Just wait. It takes a LONG time. (shorter if you use kqemu)... Ok, one day later, it's still doing nothing, still using no CPU, can somebody now help me to debug this? Antony ___ Qemu-devel

[Qemu-devel] WWW bug

2005-07-27 Thread [EMAIL PROTECTED]
There is an bug on your page , when click on "Technical " Docs the User Docs link is highlighted ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel