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 d
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
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
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
DEBUG_IR
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
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 O
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
On Wed, 2006-11-01 at 14:49 +, Paul Brook wrote:
> 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
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 ma
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Fabrice Bellard06/11/01 19:19:17
Modified files:
pc-bios: bios.bin bios.diff
Log message:
update from latest Bochs BIOS
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/pc-bios/bios.bin?cvsro
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/ubu
> 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
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
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 dynami
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
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
___
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
http://lists.nongnu.org/mailman/lis
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
Hi Thomas,
--- Thomas Sailer <[EMAIL PROTECTED]> a écrit :
> This patch contains an initial version of an USB network interface
> (RNDIS / CDC Ethernet) emulator. It has been tested with Linux (Fedora
> Core 6). It uses the same vendor and product ID's as the linux gadget
> network device driver,
-- 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,
20 matches
Mail list logo