Fwd: [Qemu-devel] Interrupt request info

2006-11-01 Thread Alessandro Corradi
-- Forwarded message --From: Alessandro Corradi [EMAIL PROTECTED]Date: 31-ott-2006 10.25Subject: Re: [Qemu-devel] Interrupt request infoTo: Rob Landley [EMAIL PROTECTED]I already read this, but give no usefull information... and I searched everywhere in the web... For example, I

[Qemu-devel] some qemu images

2006-11-01 Thread Mihamina Rakotomandimby
Hi, I put some qemu images online. http://qemu-image.asso-polyvalente.fr/ Real work is in progress, but I am open to suggestion. Thanks in advance. ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

[Qemu-devel] Mac OS X Guest Support

2006-11-01 Thread Joseph Miller
According to the roadmap, http://fabrice.bellard.free.fr/qemu/roadmap.html, Mac OS X will be supported as a guest OS. May I ask, what is the status of this? -Joseph ___ Qemu-devel mailing list Qemu-devel@nongnu.org

Re: [Qemu-devel] Mac OS X Guest Support

2006-11-01 Thread Paul Brook
On Wednesday 01 November 2006 15:29, Joseph Miller wrote: According to the roadmap, http://fabrice.bellard.free.fr/qemu/roadmap.html, Mac OS X will be supported as a guest OS. May I ask, what is the status of this? It almost works. AFAIK noone is working on this. Paul

Re: [Qemu-devel] some qemu images

2006-11-01 Thread Paul Brook
On Wednesday 01 November 2006 12:42, Mihamina Rakotomandimby wrote: Hi, I put some qemu images online. http://qemu-image.asso-polyvalente.fr/ Real work is in progress, but I am open to suggestion. Why don't you include them in the existing image collection? http://www.oszoo.org/ Paul

Re: [Qemu-devel] qemu vs gcc4

2006-11-01 Thread Rob Landley
On Tuesday 31 October 2006 10:22 pm, Paul Brook wrote: and glue them together like we do with dyngen. However once you've done that you've implemented most of what's needed for fully dynamic qops, so it doesn't really seem worth it. I missed a curve. What's fully dynamic qops?

Re: [Qemu-devel] qemu vs gcc4

2006-11-01 Thread Paul Brook
On Wednesday 01 November 2006 16:34, Rob Landley wrote: On Tuesday 31 October 2006 10:22 pm, Paul Brook wrote: and glue them together like we do with dyngen. However once you've done that you've implemented most of what's needed for fully dynamic qops, so it doesn't really seem worth

Re: Fwd: [Qemu-devel] Interrupt request info

2006-11-01 Thread Paul Brook
I already read this, but give no usefull information... and I searched everywhere in the web... For example, I wrote a module of a simple memory without implementing IRQ... I think it is an error but it works fine... are IRQ raise in any case??? I look at other code source of implemented hw

Re: [Qemu-devel] qemu and xubuntu as client

2006-11-01 Thread Jens Arm
Hi I have tried some more and if I use the bios from qemu-0.8.2 with the newest svn I can boot the ubuntu cd. Looks like there is a bug in the qemu bios. Jens On Tue, 31 Oct 2006 07:13:24 +0100 Jens Arm [EMAIL PROTECTED] wrote: Hi If I try to start xubuntu/ubuntu (6.10) in

[Qemu-devel] qemu/pc-bios bios.bin bios.diff

2006-11-01 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard bellard 06/11/01 19:19:17 Modified files: pc-bios: bios.bin bios.diff Log message: update from latest Bochs BIOS CVSWeb URLs:

Re: [Qemu-devel] qemu and xubuntu as client

2006-11-01 Thread Volker Ruppert
Hi, I have tried some more and if I use the bios from qemu-0.8.2 with the newest svn I can boot the ubuntu cd. Looks like there is a bug in the qemu bios. This bug is fixed in the original Bochs BIOS from CVS. -- Bye Volker ___ Qemu-devel

Re: [Qemu-devel] Mac OS X Guest Support

2006-11-01 Thread Pavel Janík
From: Paul Brook [EMAIL PROTECTED] Date: Wed, 1 Nov 2006 14:47:59 + Hi, According to the roadmap, http://fabrice.bellard.free.fr/qemu/roadmap.html, Mac OS X will be supported as a guest OS. May I ask, what is the status of this? It almost works. AFAIK noone is

Re: [Qemu-devel] qemu and xubuntu as client

2006-11-01 Thread Fabrice Bellard
I just commited a new updated Bochs BIOS. The esp fix should help for Ubuntu. Regards, Fabrice. Jens Arm wrote: Hi I have tried some more and if I use the bios from qemu-0.8.2 with the newest svn I can boot the ubuntu cd. Looks like there is a bug in the qemu bios. Jens On Tue, 31

[Qemu-devel] Broken forum links on qemu.org

2006-11-01 Thread Oliver Gerlich
Hello, at qemu.org, there are two links (at http://qemu.org/download.html and http://qemu.org/lists.html ) which still point to the old forum server (Hetz, thanks for hosting it for so long!). According to http://lists.gnu.org/archive/html/qemu-devel/2006-10/msg00030.html the forum is now at

Re:[Qemu-devel] Interrupt request info

2006-11-01 Thread Roger Lathrop
Alessandro, All you should need to do to raise an IRQ in your code is: pic_set_irq(s-irq,1); When the irq is serviced (in one of your ioport traps, I would assume), knock the irq down: pic_set_irq(s-irq,0); For debugging, you might want to go into i8259.c and uncomment the #define

[Qemu-devel] Some crazy guy wrote an article using RTEMS and QEMU

2006-11-01 Thread Jonathan Kalbfeld
http://www.embedded.com/shared/printableArticle.jhtml?articleID=193500845 -- -- Jonathan Kalbfeld +1 323 620 6682 ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

Re: [Qemu-devel] Interrupt request info

2006-11-01 Thread Paul Brook
On Wednesday 01 November 2006 23:25, Roger Lathrop wrote: Alessandro, All you should need to do to raise an IRQ in your code is: pic_set_irq(s-irq,1); When the irq is serviced (in one of your ioport traps, I would assume), knock the irq down: pic_set_irq(s-irq,0); No. You should use

[Qemu-devel] [PATCH] QEMU: improvement of the initrd support for mips(el)

2006-11-01 Thread Aurelien Jarno
Hi, The attached patch improves the initrd support of the mips(el) platform by passing the initrd size and location via the kernel command line. This removes the need to pass them manually. Thanks, Aurelien -- .''`. Aurelien Jarno | GPG: 1024D/F1BCDB73 : :' : Debian GNU/Linux