Hi guys,
Somebody look at this patch?
I'll appreciate comments?
Regards,
Igor Lvovsky
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Igor Lvovsky
Sent: Sunday, May 20, 20
2007/6/3, Thiemo Seufer <[EMAIL PROTECTED]>:
... I think the current
CVS version does the right thing without relying on on an equivalent
to your op_mips.c tool.
...
On my computer, I do not think so.
in op.o, -fno-PIC -mno-abicalls
004eb0d4 :
...
4eb104: afa50010 sw a1,16(sp)
4eb108: 14600
Hi...
Probably, it doesn't help you much, but have you check Qemu user forum
(http://qemu-forum.ipi.fi/)? There, in pending patch section, you can
find a patch that makes Qemu more gdb-friendly.
Another point is, are you sure you are putting breakpoint in .text
segment? Also, it is possible
QEMU developers:
I have been using QEMU off and on for some time. Recently I had a need
for a Windows XP VM to be joined to a domain. I discovered a rather
annoying issue in the form of the key-grab: NT-based Microsoft
operating systems make heavy use of Ctrl-Alt-Delete, i.e. to sign on,
open th
> Using Q 0.9.0d88 on a Mac OS X i386 host I was able to boot into
> debian-40r0-sparc-netinst.iso with qemu-system-sparc, have the NIC
> configured through DHCP and install to about 73% where I
repeatedly
> got a kernel panic "Aiee".
I should add that when I tried the interrupt checking pat
>QEMU developers:
>
>I have been using QEMU off and on for some time. Recently I had a need
>for a Windows XP VM to be joined to a domain. I discovered a rather
>annoying issue in the form of the key-grab: NT-based Microsoft
>operating systems make heavy use of Ctrl-Alt-Delete, i.e. to sign on,
>
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/06/07 12:17:52
Modified files:
hw : mips_malta.c
Log message:
Fix firmware word endianness for Malta.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/mips_malta.c?cvsroo
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/06/07 12:30:16
Modified files:
hw : gt64xxx.c
Log message:
Fix PCI irq mapping on Malta.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/gt64xxx.c?cvsroot=qemu&r1=1.8&r2
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/06/07 12:32:29
Modified files:
hw : mips_pica61.c
Log message:
Fix comment.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/mips_pica61.c?cvsroot=qemu&r1=1.5&r2=1.6
Hi,
This patch fixes the formatting of the file hw/parallel.c, where tabulations
have been replaced by 8 spaces.
No code change.
Hervé
parallel_formatting.diff
Description: Binary data
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/06/07 17:00:37
Modified files:
hw : gt64xxx.c
Log message:
Implement some more Gallileo registers.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/gt64xxx.c?cvsroot=qemu
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/06/07 17:31:35
Modified files:
hw : gt64xxx.c
Log message:
PCI device saving for GT64xxx.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/gt64xxx.c?cvsroot=qemu&r1=1.10&
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/06/07 17:38:50
Modified files:
hw : gt64xxx.c
Log message:
Fix some Malta PCI config bits.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/gt64xxx.c?cvsroot=qemu&r1=1.11
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/06/07 18:09:57
Modified files:
hw : gt64xxx.c
Log message:
Initialize more GT64xxx registers on reset.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/gt64xxx.c?cvsroot=
This patch breaks the ethernet device for big endian malta on x86
(little endian malta works).
Tested with NFS root and Debian 2.6.20 kernel like this:
mips-softmmu/qemu-system-mips --kernel /tftpboot/malta/boot/vmlinux \
--append "debug root=/dev/nfs rw ip=malta::dhcp" \
-M malta --n
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/06/07 19:45:44
Modified files:
hw : gt64xxx.c
Log message:
Unbreak PCI config register, noticed by Stefan Weil.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/gt64xxx.c
On 6/6/07, Andreas Färber <[EMAIL PROTECTED]> wrote:
I also made some local changes to tcx.c today to avoid having a blue-
footed penguin on Intel. There's a TODO in that file saying the RGB
functions should be merged with vga.c (where they are being patched
by Q) - should I provide a qemu patch
Blue Swirl wrote:
> On 6/6/07, Andreas Färber <[EMAIL PROTECTED]> wrote:
> >I also made some local changes to tcx.c today to avoid having a blue-
> >footed penguin on Intel. There's a TODO in that file saying the RGB
> >functions should be merged with vga.c (where they are being patched
> >by Q) -
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/06/07 21:07:11
Modified files:
hw : parallel.c
Log message:
Fix code formatting, by Herve Poussineau.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/parallel.c?cvsroot=
In the 2.6.21 kernel the sym53c8xx_2 SCSI controller changed in a way that
QEMU's virtual SCSI controller doesn't handle this properly:
Here's what 2.6.20 does during boot:
> Loading iSCSI transport class v2.0-724.
> PCI: enabling device :00:0c.0 (0140 -> 0143)
> sym0: <895a> rev 0x0 at pci
Blue Swirl wrote:
On 6/6/07, Andreas Färber <[EMAIL PROTECTED]> wrote:
I also made some local changes to tcx.c today to avoid having a
blue-
footed penguin on Intel. There's a TODO in that file saying the RGB
functions should be merged with vga.c (where they are being patched
by Q) - should
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Paul Brook 07/06/07 23:09:47
Modified files:
. : m68k-semi.c osdep.c osdep.h
Log message:
Windows build fixes.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/m68k-semi.c?cvsroot=qemu&r1=1
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Paul Brook 07/06/07 23:24:57
Modified files:
hw : mcf_fec.c
Log message:
Fix return type.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/mcf_fec.c?cvsroot=qemu&r1=1.1&r2=1.2
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/06/08 01:57:57
Modified files:
. : vl.c vl.h
Log message:
Don't refresh a graphical screen when it isn't displayed, by Herve
Poussineau.
CVSWeb URLs:
http://cvs.savannah.gnu.or
24 matches
Mail list logo