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
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
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
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
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.
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
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
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
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
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
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)
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
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.
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
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
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
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
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
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
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
20 matches
Mail list logo