[Qemu-devel] qemu vl.c vl.h

2007-06-07 Thread Thiemo Seufer
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

[Qemu-devel] qemu/hw mcf_fec.c

2007-06-07 Thread Paul Brook
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

[Qemu-devel] qemu m68k-semi.c osdep.c osdep.h

2007-06-07 Thread Paul Brook
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

Re: [Qemu-devel] Sparc32 network problems

2007-06-07 Thread Andreas Färber
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

[Qemu-devel] Linux 2.6.21 doesn't work with qemu-arm SCSI controller anymore.

2007-06-07 Thread Rob Landley
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

[Qemu-devel] qemu/hw parallel.c

2007-06-07 Thread Thiemo Seufer
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=

Re: [Qemu-devel] Sparc32 network problems

2007-06-07 Thread Thiemo Seufer
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) -

Re: [Qemu-devel] Sparc32 network problems

2007-06-07 Thread Blue Swirl
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

[Qemu-devel] qemu/hw gt64xxx.c

2007-06-07 Thread Thiemo Seufer
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

Re: [Qemu-devel] qemu/hw gt64xxx.c

2007-06-07 Thread Stefan Weil
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

[Qemu-devel] qemu/hw gt64xxx.c

2007-06-07 Thread Thiemo Seufer
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=

[Qemu-devel] qemu/hw gt64xxx.c

2007-06-07 Thread Thiemo Seufer
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

[Qemu-devel] qemu/hw gt64xxx.c

2007-06-07 Thread Thiemo Seufer
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&

[Qemu-devel] qemu/hw gt64xxx.c

2007-06-07 Thread Thiemo Seufer
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

[Qemu-devel] [PATCH] Fix formatting of parallel.c

2007-06-07 Thread Hervé Poussineau
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

[Qemu-devel] qemu/hw mips_pica61.c

2007-06-07 Thread Thiemo Seufer
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

[Qemu-devel] qemu/hw gt64xxx.c

2007-06-07 Thread Thiemo Seufer
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

[Qemu-devel] qemu/hw mips_malta.c

2007-06-07 Thread Thiemo Seufer
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

RE: [Qemu-devel] qemu + Windows NT (2000, XP, etc)

2007-06-07 Thread Dor Laor
>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, >

Re: [Qemu-devel] Sparc32 network problems

2007-06-07 Thread Andreas Färber
> 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-devel] qemu + Windows NT (2000, XP, etc)

2007-06-07 Thread Michael Mohr
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

Re: [Qemu-devel] How to debug QEMU with GDB??

2007-06-07 Thread Mulyadi Santosa
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

Re: [Qemu-devel] qemu on mips patch

2007-06-07 Thread Jun Peng
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

[Qemu-devel] [PATCH] Fix a race condition and non-leaf imagesgrowing in VMDK chains.

2007-06-07 Thread Igor Lvovsky
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