Re: [Qemu-devel] TARGET_PAGE_SIZE > host page size

2007-09-22 Thread Edgar E. Iglesias
On Fri, Sep 21, 2007 at 04:43:37PM +0100, Paul Brook wrote: > On Friday 21 September 2007, Edgar E. Iglesias wrote: > > Hello, > > > > I'm working on a new target port and the linux-user emulation is fairly > > functional and passing quite extensive test-suites. > > > > I've got a problem though, m

Re: [Qemu-devel] qemu/target-sparc exec.h op.c op_helper.c op_me...

2007-09-22 Thread Aurelien Jarno
On Fri, Sep 21, 2007 at 11:20:26PM +0200, Andreas Färber wrote: > Am 21.09.2007 um 23:07 schrieb Aurelien Jarno: > > >Aurelien Jarno a écrit : > >>On Fri, Sep 21, 2007 at 09:32:00PM +0200, Andreas Färber wrote: > >>>These changes appear to have broken sparc32-softmmu on OS X v10.4 > >>>ppc: The Op

Re: [Qemu-devel] qemu/target-sparc exec.h op.c op_helper.c op_me...

2007-09-22 Thread Blue Swirl
On 9/22/07, Aurelien Jarno <[EMAIL PROTECTED]> wrote: > On Fri, Sep 21, 2007 at 11:20:26PM +0200, Andreas Färber wrote: > > Am 21.09.2007 um 23:07 schrieb Aurelien Jarno: > > > > >Aurelien Jarno a écrit : > > >>On Fri, Sep 21, 2007 at 09:32:00PM +0200, Andreas Färber wrote: > > >>>These changes app

[Qemu-devel] qemu/hw iommu.c

2007-09-22 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl 07/09/22 12:09:09 Modified files: hw : iommu.c Log message: Fix breakage on big endian hosts (Aurelien Jarno) CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/iommu.c?cvsroot=qem

Re: [Qemu-devel] qemu/target-sparc exec.h op.c op_helper.c op_me...

2007-09-22 Thread Andreas Färber
Am 22.09.2007 um 13:49 schrieb Aurelien Jarno: On Fri, Sep 21, 2007 at 11:20:26PM +0200, Andreas Färber wrote: Am 21.09.2007 um 23:07 schrieb Aurelien Jarno: Aurelien Jarno a écrit : On Fri, Sep 21, 2007 at 09:32:00PM +0200, Andreas Färber wrote: These changes appear to have broken sparc32

[Qemu-devel] [PATCH] Improve completion in monitor

2007-09-22 Thread Pascal Terjan
Hello, When you want to change CDROM, and you have 2 files in the directory called mandriva-linux-2008.0-free-rc2-CD1.i586.iso and mandriva-linux-2008.0-free-rc2-CD2.i586.iso, you have to enter mandriva-linux-2008.0-free-rc2-CD2 by hand and only get completion on .i586.iso which is not really helpf

[Qemu-devel] Softmmu modification: Memory access functions

2007-09-22 Thread aditya bhandari
Hi, I've been trying to figure out how to modify the softmmu for x86. I am only interested in system emulation at the moment. I've being trying to figure out the memory access functions, but the number of macros used makes this somewhat complicated. I have a few questions: 1. What is the difference

[Qemu-devel] qemu Makefile configure

2007-09-22 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook 07/09/22 16:49:15 Modified files: . : Makefile configure Log message: Only build qemu-img with softmmu targets. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/Makefile?cvsroot=

Re: [Qemu-devel] qemu/target-sparc exec.h op.c op_helper.c op_me...

2007-09-22 Thread Aurelien Jarno
Andreas Färber a écrit : > Am 22.09.2007 um 13:49 schrieb Aurelien Jarno: > >> On Fri, Sep 21, 2007 at 11:20:26PM +0200, Andreas Färber wrote: >>> Am 21.09.2007 um 23:07 schrieb Aurelien Jarno: >>> Aurelien Jarno a écrit : > On Fri, Sep 21, 2007 at 09:32:00PM +0200, Andreas Färber wrote:

Re: [Qemu-devel] qemu/target-sparc exec.h op.c op_helper.c op_me...

2007-09-22 Thread Andreas Färber
Am 22.09.2007 um 19:50 schrieb Aurelien Jarno: The main think that would help is to find which commit has broken qemu on OS X, or in other words the latest version that is working. Then it would be a lot more easier to find what is wrong in the code. Okay, so on 2007-09-20 15:30:00 UTC it sti

Re: [Qemu-devel] qemu/target-sparc exec.h op.c op_helper.c op_me...

2007-09-22 Thread Aurelien Jarno
Andreas Färber a écrit : > Am 22.09.2007 um 19:50 schrieb Aurelien Jarno: > >> The main think that would help is to find which commit has broken qemu >> on OS X, or in other words the latest version that is working. Then it >> would be a lot more easier to find what is wrong in the code. > > Okay

Re: [Qemu-devel] qemu/target-sparc exec.h op.c op_helper.c op_me...

2007-09-22 Thread Andreas Färber
Am 22.09.2007 um 22:06 schrieb Aurelien Jarno: I really doubt it is an endianness problem as the current CVS works perfectly on GNU/Linux powerpc. The code in op_helper.c adds support for target little endian access (sparc is big endian), but it is anyway not used in openbios. We have to d

Re: [Qemu-devel] qemu/target-sparc exec.h op.c op_helper.c op_me...

2007-09-22 Thread Aurelien Jarno
Andreas Färber a écrit : > Am 22.09.2007 um 22:06 schrieb Aurelien Jarno: > >> I really doubt it is an endianness problem as the current CVS works >> perfectly on GNU/Linux powerpc. The code in op_helper.c adds >> support for >> target little endian access (sparc is big endian), but it is anyway

Re: [Qemu-devel] qemu/target-sparc exec.h op.c op_helper.c op_me...

2007-09-22 Thread Andreas Färber
Am 22.09.2007 um 22:06 schrieb Aurelien Jarno: I really doubt it is an endianness problem as the current CVS works perfectly on GNU/Linux powerpc. I can confirm that OpenBIOS displays fine at CVS HEAD under Debian GNU/Linux ppc64 on the same machine (gcc 3.4, SDL). Maybe alignment differ

Re: [Qemu-devel] qemu/target-sparc exec.h op.c op_helper.c op_me...

2007-09-22 Thread Aurelien Jarno
Aurelien Jarno a écrit : > Andreas Färber a écrit : >> Am 22.09.2007 um 22:06 schrieb Aurelien Jarno: >> >>> I really doubt it is an endianness problem as the current CVS works >>> perfectly on GNU/Linux powerpc. The code in op_helper.c adds >>> support for >>> target little endian access (sparc

[Qemu-devel] [PATCH] vvfat mbr fixes

2007-09-22 Thread Ivan Kalvachev
Hello, I've been having problems using vvfat virtual block device. Even linux fdisk was able to find problems with it. The reason turned out to be simple, MBR have bogus parameters. 1. Partition size in sectors is threated as partition end, causing the partition to have the same size as the devic

Re: [Qemu-devel] qemu/target-sparc exec.h op.c op_helper.c op_me...

2007-09-22 Thread Andreas Färber
Am 22.09.2007 um 23:41 schrieb Aurelien Jarno: Aurelien Jarno a écrit : Thanks, that's helpful, it looks like the "lduba" instructions is not working correctly in your case. Now I have to find why. I don't really understand, because that is the part of the code (at least from the op point of

Re: [Qemu-devel] [PATCH] vvfat mbr fixes

2007-09-22 Thread Johannes Schindelin
Hi, On Sun, 23 Sep 2007, Ivan Kalvachev wrote: > I've been having problems using vvfat virtual block device. Even linux > fdisk was able to find problems with it. The reason turned out to be > simple, MBR have bogus parameters. Thanks for doing this; I did not find any time for that. Overall,

Re: [Qemu-devel] qemu/target-sparc exec.h op.c op_helper.c op_me...

2007-09-22 Thread Aurelien Jarno
Andreas Färber a écrit : > Am 22.09.2007 um 23:41 schrieb Aurelien Jarno: > >> Aurelien Jarno a écrit : >>> Thanks, that's helpful, it looks like the "lduba" instructions is not >>> working correctly in your case. Now I have to find why. >> I don't really understand, because that is the part of th