[Qemu-devel] TARGET_PAGE_SIZE > host page size

2007-09-21 Thread Edgar E. Iglesias
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, my target has 8K page sizes, so for example when running on a x86 host TARGET_PAGE_SIZE > host page size. I'm not very familiar with lin

[Qemu-devel] sparc32 counter/timer issues

2007-09-21 Thread Robert Reif
I'm trying to run a real ss10 openboot prom image rather than the supplied prom image and found some issues with the way counters and timers are implemented. It appears that the processor and system counter/timers are not independent. The system config register actually configures the processor

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

2007-09-21 Thread Paul Brook
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, my target has 8K page sizes, so for example when > running on a x86 host TA

[Qemu-devel] [PATCH][SPARC] Rework ASI instructions

2007-09-21 Thread Aurelien Jarno
Hi all, The current implementation of ASI instructions on the SPARC target is correct for most cases on SPARC32, but is completely wrong on SPARC64. The current implementation assumes that the ASI is encoded in the instruction, which is correct on SPARC32, but wrong on SPARC64 where the ASI regi

[Qemu-devel] qemu 0.9.0 and pxe boot menu

2007-09-21 Thread Andreas Hasenack
Hi, does qemu support the PXE boot menu? I have such a server here in my network but qemu keeps loading some default system (the first one?) instead of presenting me with the pxe menu.

[Qemu-devel] qemu/hw slavio_serial.c

2007-09-21 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl 07/09/21 19:09:35 Modified files: hw : slavio_serial.c Log message: Improve keyboard handling CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/slavio_serial.c?cvsroot=qemu&r1=1.2

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

2007-09-21 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl 07/09/21 19:10:53 Modified files: target-sparc : exec.h op.c op_helper.c op_mem.h translate.c Log message: Rework ASI instructions (Aurelien Jarno) CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs

[Qemu-devel] [patch] inotify syscalls

2007-09-21 Thread Lauro Ramos Venancio
The attached patch implements the inotify syscalls. inotify.c is a test program. Example: $ arm-linux-gcc inotify.c -o test -static $ qemu-arm test file & [4] 13882 wd = 1 $ echo aaa > file Event on 1 mask 2(IN_MODIFY) Event on 1 mask 20(IN_OPEN) Event on 1 mask 8(IN_CLOSE_WRITE) Event on 1 mask

[Qemu-devel] error on win xp ntdll.dll

2007-09-21 Thread Randall Smith
I've attached an error report generated while using CoolGen and Oracle software. I don't know what to make of it, but I think it is a qemu issue since the error doesn't occur on a regular (non-virtualized) Win XP install nor a VMWare install. I hope this is helpful in some way. Randall 7a51

[Qemu-devel] Re: error on win xp ntdll.dll

2007-09-21 Thread Randall Smith
More information: I'm using qemu 0.9.0 with Linux kernel 2.6.17 and the issue occurs with or without the kqemu module. Randall Randall Smith wrote: I've attached an error report generated while using CoolGen and Oracle software. I don't know what to make of it, but I think it is a qemu iss

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

2007-09-21 Thread Andreas Färber
Am 21.09.2007 um 21:10 schrieb Blue Swirl: CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl 07/09/21 19:10:53 Modified files: target-sparc : exec.h op.c op_helper.c op_mem.h translate.c Log message: Rework ASI instructions (Aurelien Jarno)

Re: [Qemu-devel] sparc32 counter/timer issues

2007-09-21 Thread Blue Swirl
On 9/21/07, Robert Reif <[EMAIL PROTECTED]> wrote: > I'm trying to run a real ss10 openboot prom image rather than > the supplied prom image and found some issues with the way > counters and timers are implemented. It appears that the processor > and system counter/timers are not independent. The

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

2007-09-21 Thread Blue Swirl
On 9/21/07, Andreas Färber <[EMAIL PROTECTED]> wrote: > These changes appear to have broken sparc32-softmmu on OS X v10.4 > ppc: The OpenBIOS screen no longer appears. I had exactly the same problem, but "make clean" fixed it. Some dependencies are not correct.

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

2007-09-21 Thread Aurelien Jarno
On Fri, Sep 21, 2007 at 09:32:00PM +0200, Andreas Färber wrote: > > > Am 21.09.2007 um 21:10 schrieb Blue Swirl: > > >CVSROOT: /cvsroot/qemu > >Module name: qemu > >Changes by: Blue Swirl 07/09/21 19:10:53 > > > >Modified files: > > target-sparc : exec.h op.c op_helper.c op_mem.h tr

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

2007-09-21 Thread Andreas Färber
Am 21.09.2007 um 22:25 schrieb Blue Swirl: On 9/21/07, Andreas Färber <[EMAIL PROTECTED]> wrote: These changes appear to have broken sparc32-softmmu on OS X v10.4 ppc: The OpenBIOS screen no longer appears. I had exactly the same problem, but "make clean" fixed it. Some dependencies are not

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

2007-09-21 Thread Aurelien Jarno
Aurelien Jarno a écrit : > On Fri, Sep 21, 2007 at 09:32:00PM +0200, Andreas Färber wrote: >> >> Am 21.09.2007 um 21:10 schrieb Blue Swirl: >> >>> CVSROOT:/cvsroot/qemu >>> Module name:qemu >>> Changes by: Blue Swirl 07/09/21 19:10:53 >>> >>> Modified files: >>> target-sparc : e

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

2007-09-21 Thread Andreas Färber
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 OpenBIOS screen no longer appears. Could you try to see if qemu.log contains us

Re: [Qemu-devel] sparc32 counter/timer issues

2007-09-21 Thread Robert Reif
With the patch and ss10 boot prom I get: TIMER: write 000ff13c TIMER: write 000ff1310010 0001 TIMER: write 000ff130 TIMER: write 000ff134 TIMER: write 000ff13c 0001 TIMER: write 000ff130 TIMER: write 000ff

[Qemu-devel] Re: qemu 0.9.0 and pxe boot menu

2007-09-21 Thread Anthony Liguori
Andreas Hasenack wrote: Hi, does qemu support the PXE boot menu? I have such a server here in my network but qemu keeps loading some default system (the first one?) instead of presenting me with the pxe menu. QEMU just uses etherboot. Are you sure that you are using bridging and connected ap

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

2007-09-21 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