[Qemu-devel] Qemu on Windows to simulate ARM processor?

2006-06-01 Thread Tieu Ma Dau
Hi all,I've compiled qemu 8.0 using msys 1.0.11 + MinGW 5.0.0 + zlib + SDL 1.2.8 and when executing qemu (on msys console and also on Windows console) without graphic (option "-nographic"), I've got the error: "qemu: could not open device monitor 'stdio'". But when I use graphic, the ne

Re: [Qemu-devel] Qemu on Windows to simulate ARM processor?

2006-06-01 Thread Paul Brook
On Thursday 01 June 2006 15:49, Tieu Ma Dau wrote: > Hi all, > I've compiled qemu 8.0 qemu 0.8.0 is old, and doesn't implement the ARM LCD controller, so I wouldn't expect to see any output. Paul ___ Qemu-devel mailing list Qemu-devel@nongnu.org ht

[Qemu-devel] Linux 2.6.15 hangs with QEMU 0.8.0

2006-06-01 Thread Marius Groeger
Hi, with my qemu-0.8.0 I noticed that Linux 2.6.15 runs only with the appended patch. Apparently a few nops are missing to get the irq enable/disable work properly. Without having looked too deeply into the issue -- is this a known issue and I can save my time or is more investigation require

[Qemu-devel] block device loopback

2006-06-01 Thread s[e]th & h[o]lth
Hello,I'm a qemu user and I'm looking for a way to use my virtual target drive inside my host computer. I've created a file that I'll call hda.disk like this : "dd if=/dev/zer of=hda.disk count=1 bs=1M seek=1023" and i use it like "qemu -hda hda.disk "The problem i meet is that i can't use this fi

Re: [Qemu-devel] Linux 2.6.15 hangs with QEMU 0.8.0

2006-06-01 Thread Johannes Schindelin
Hi, On Thu, 1 Jun 2006, Marius Groeger wrote: > with my qemu-0.8.0 I noticed that Linux 2.6.15 runs only with the appended > patch. Which patch? Ciao, Dscho ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/q

Re: [Qemu-devel] block device loopback

2006-06-01 Thread Paul Brook
> The aim of this driver is quite similar to the loop driver but instead of > "emulating" a partition, it emulates a IDE Hard Drive and give an access to > it via /dev/vdX and it's partition via /dev/vdXpY. > Perhaps you will wonder why i use the qemu's mailing-list for this problem > : - i don't k

Re: [Qemu-devel] block device loopback

2006-06-01 Thread Jim C. Brown
I'm working on something that does just this. I'm calling it vda (its based on lomount), and it provides access to vda, vda1, vda2, etc. I don't see why you are unable to use the disk image as is though. lomount and similar tools should be able to handle the job quite easily. On Thu, Jun 01, 2006

RE: [Qemu-devel] Linux 2.6.15 hangs with QEMU 0.8.0

2006-06-01 Thread Sylvain Petreolle
Hi Marius, better update and try again with qemu 0.8.1 ? --- Marius Groeger <[EMAIL PROTECTED]> a écrit : > Hi, > > with my qemu-0.8.0 I noticed that Linux 2.6.15 runs only with the Kind regards, Sylvain Petreolle (aka Usurp) --- --- --- --- --- --- --- --- --- --- --- --- --- Listen to free

Re: [Qemu-devel] Linux 2.6.15 hangs with QEMU 0.8.0

2006-06-01 Thread Marius Groeger
On Thu, 1 Jun 2006, Johannes Schindelin wrote: with my qemu-0.8.0 I noticed that Linux 2.6.15 runs only with the appended patch. Which patch? Brilliant me. Sorry, I forgot the patch. I don't have it handy here at home, but it's easily described: in , it made irq_enable_hazard emit 3 NOPs j