CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/04/29 01:53:20
Modified files:
. : vnc.c
Log message:
Crop VNC update requests to avoid segfaults, by Thomas Tuttle.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/vnc.c?
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/04/29 01:47:26
Modified files:
. : vl.h
hw : mips_pica61.c vga.c vga_int.h
Log message:
Memory-mapped interface for VGA, by Herve Poussineau.
CVSWeb URLs:
h
On Saturday 28 April 2007, Kevin F. Quinn wrote:
> On Sat, 28 Apr 2007 18:20:55 +0100
>
> Paul Brook <[EMAIL PROTECTED]> wrote:
> > On Saturday 28 April 2007, Blue Swirl wrote:
> > > Hi,
> > >
> > > I'm investigating why Sparc32 user emulator breaks when linked with
> > > -lrt. It seems that other
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/04/28 21:44:04
Modified files:
target-mips: TODO
Log message:
Update TODO.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips/TODO?cvsroot=qemu&r1=1.7&r2=1.8
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/04/28 21:07:41
Modified files:
hw : mips_malta.c mips_pica61.c mips_r4k.c
Log message:
Switch default CPU to 24Kf for now, as the Linux FPU emulation in
the current qemu m
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/04/28 20:49:36
Modified files:
. : vl.c
Log message:
Fix typo, by Linus Nordberg.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/vl.c?cvsroot=qemu&r1=1.285&r2=1.286
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/04/28 20:47:59
Modified files:
hw : scsi-disk.c
Log message:
Buffer length fixes, by Wang Cheng Yeh.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/scsi-disk.c?cvsroot=
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/04/28 20:45:04
Modified files:
hw : lsi53c895a.c
Log message:
Fix length mismatch condition, by Wang Cheng Yeh.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/lsi53c895
On Sat, 28 Apr 2007 18:20:55 +0100
Paul Brook <[EMAIL PROTECTED]> wrote:
> On Saturday 28 April 2007, Blue Swirl wrote:
> > Hi,
> >
> > I'm investigating why Sparc32 user emulator breaks when linked with
> > -lrt. It seems that other libraries also cause the problem, for
> > example -lm -ldl -lX11
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/04/28 19:00:30
Modified files:
. : ppc.ld
Log message:
Update ppc.ld to work with newer binutils.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/ppc.ld?cvsroot=qemu&r1=1.
i found in qemu, there is also a parallel console, so i build a linux 2.6
kernle with all parallel drivers in it , but there is no message in
parallel console.
i do not know how to do now, i put my config file in this mail, i hope
some one can help me to found out what is wrong in my kernel
On Saturday 28 April 2007, Blue Swirl wrote:
> Hi,
>
> I'm investigating why Sparc32 user emulator breaks when linked with
> -lrt. It seems that other libraries also cause the problem, for
> example -lm -ldl -lX11 -lbfd -lslang is okay, but -lm -ldl -lX11
> -lbfd -lslang -lglib-2.0 segfaults just
From: "tang peilei" <[EMAIL PROTECTED]>
Reply-To: qemu-devel@nongnu.org
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] question in linux's printk in qemu and vga console
err
Date: Sat, 28 Apr 2007 12:19:02 +
i build a linux 2-6.16 kernel image, and use it to run in qemu.
but it have s
CVSROOT:/cvsroot/qemu
Module name:qemu
Changes by: Blue Swirl 07/04/28 15:18:14
Modified files:
. : sparc.ld
Log message:
Fix Sparc32 ldscript
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/sparc.ld?cvsroot=qemu&r1=1.1&r2=1.2
i build a linux 2-6.16 kernel image, and use it to run in qemu.
but it have some problems when it runs.
1:the console's config(kernel config) can only be dummy console , can not
be vga console ,if i choose vga console ,it will fails in console_init
function.
2:it can print message like
putst
Hi,
I'm investigating why Sparc32 user emulator breaks when linked with
-lrt. It seems that other libraries also cause the problem, for
example -lm -ldl -lX11 -lbfd -lslang is okay, but -lm -ldl -lX11
-lbfd -lslang -lglib-2.0 segfaults just like -lm -lrt. If just address
space conflict was the i
Current interrupt logic in Qemu unconditionally checks pending irqs on
PIC after checking local APIC, however, this is problematic.
On x86 platform, PIC is usually connected to the LINT0 of local
APIC. In this way when local APIC is disabled, this pin behaves like
INTR. But when local APIC
On Sat, Apr 28, 2007 at 01:23:36AM +0200, Alexis Berlemont wrote:
> Do you know some other big-endian platform ?
Mostly Intel IXP stuff.
Most ixp4xx used to run in big-endian mode (but a lot of them switched
to little-endian when the network driver was made to work in little-
endian mode), and m
On 4/27/07, ISHWAR RATTAN <[EMAIL PROTECTED]> wrote:
The host system is Pentium 4 runing Linux.
Qemu is qemu-0.9.0 (snapshot 4/26)
I tried the net-installs:
debian-40r0-sparc-netinst.iso
and
debian-testing-sparc-netinst.iso
both stop at random points during the
step installing the systse
19 matches
Mail list logo