[Qemu-devel] qemu vl.c target-arm/cpu.h target-arm/helper.c

2007-03-07 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook 07/03/08 03:15:18 Modified files: . : vl.c target-arm : cpu.h helper.c Log message: Fix typo in help output. List ARM cpus. CVSWeb URLs: http://cvs.savannah.gnu.o

[Qemu-devel] qemu vl.c vl.h hw/integratorcp.c hw/realview.c ...

2007-03-07 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook 07/03/08 03:04:12 Modified files: . : vl.c vl.h hw : integratorcp.c realview.c versatilepb.c linux-user : main.c target-arm : cpu.h helper.c Log

Re: [Qemu-devel] qemu cpu-all.h gdbstub.c monitor.c hw/ppc.c lin...

2007-03-07 Thread Stuart Brady
On Wed, Mar 07, 2007 at 10:40:41PM +0100, J. Mayer wrote: > as far as I can see, prep target was broken before I send this patch: no > PCI IRQ seem to be available anymore, so the target can not even be > boot. There is the same problem with heathrow machine. Looks like the > PCI and/or the IRQ con

Re: [Qemu-devel] qemu cpu-all.h gdbstub.c monitor.c hw/ppc.c lin...

2007-03-07 Thread J. Mayer
On Wed, 2007-03-07 at 22:40 +0100, J. Mayer wrote: > On Wed, 2007-03-07 at 14:14 +, Stuart Brady wrote: > > On Wed, Mar 07, 2007 at 08:32:30AM +, Jocelyn Mayer wrote: > > > CVSROOT: /sources/qemu > > > Module name: qemu > > > Changes by: Jocelyn Mayer 07/03/07 08:32:30 > > > >

Re: [Qemu-devel] qemu cpu-all.h gdbstub.c monitor.c hw/ppc.c lin...

2007-03-07 Thread J. Mayer
On Wed, 2007-03-07 at 14:14 +, Stuart Brady wrote: > On Wed, Mar 07, 2007 at 08:32:30AM +, Jocelyn Mayer wrote: > > CVSROOT:/sources/qemu > > Module name:qemu > > Changes by: Jocelyn Mayer 07/03/07 08:32:30 > > > > Modified files: > > . : cpu-all.h gdbstub.c m

[Qemu-devel] [PATCH] [RFC] aio update for composite and partition block drivers and a fix for -kernel boot

2007-03-07 Thread jma5
block-composite now fully supports AIO. block-partition's MBR geometry has been fixed, linux fdisk no longer complains about a mismatch between logical and physical geometry. Pretty much the only thing remaining is to clean up the syntax. I've also included a second patch that fixes -kernel boo

[Qemu-devel] Intermittant linux kernel panic on arm

2007-03-07 Thread Quentin Barnes
This is my first post to the list. Hopefully, it will go well. I've been using the ARM qemu for Linux development for some basic work, but wanted to expand and do more with it. I outgrew the initrd limitation and needed a disk. Since I've been using a disk, I've been getting intermittant panic

Re: [Qemu-devel] qemu cpu-all.h gdbstub.c monitor.c hw/ppc.c lin...

2007-03-07 Thread Stuart Brady
On Wed, Mar 07, 2007 at 08:32:30AM +, Jocelyn Mayer wrote: > CVSROOT: /sources/qemu > Module name: qemu > Changes by: Jocelyn Mayer 07/03/07 08:32:30 > > Modified files: > . : cpu-all.h gdbstub.c monitor.c > hw : ppc.c > linux-user : ma

[Qemu-devel] Patch: trunc undefined in Solaris 9/Sparc

2007-03-07 Thread Ben Taylor
This fix was suggested by Juergen Kiel, and appears to work on my Solaris 9/Sparc V490. --- fpu/softfloat-native.c.ORIG 2007-03-07 07:30:28.662257000 -0500 +++ fpu/softfloat-native.c 2007-03-07 07:30:44.595051000 -0500 @@ -221,6 +221,12 @@ /*-

Re: [Qemu-devel] qemu vl.c vl.h hw/integratorcp.c hw/mips_malta....

2007-03-07 Thread Stuart Brady
On Mon, Mar 05, 2007 at 07:44:02PM +, Jocelyn Mayer wrote: > Log message: > New -cpu options: choose CPU model for emulated target. >Only relevant on PowerPC targets, for now. I noticed that the usage still refers to "-C" instead of "-cpu": Index: vl.c ==

Re: [Qemu-devel] [BUG] [PATCH] Syscall gethostname fix

2007-03-07 Thread Kirill A. Shutemov
On [Wed, 28.02.2007 17:13], Kirill A. Shutemov wrote: > Patch in the attachment. addrlen bytes should be allocated, not target_addrlen. It's typo I think. > diff --git a/qemu/linux-user/syscall.c b/qemu/linux-user/syscall.c > index f3f97b0..ccb0e52 100644 > --- a/qemu/linux-user/syscall.c > +++ b/

Re: [Qemu-devel] [BUG] [PATCH] Syscalls recv and recvfrom fix

2007-03-07 Thread Kirill A. Shutemov
On [Wed, 28.02.2007 18:44], Kirill A. Shutemov wrote: > Argument name typo fixed. Patch in the attachment. Trivial typo, please commit it. signature.asc Description: Digital signature ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu

Re: [Qemu-devel] [PATCH] Syscall clock_gettime and clock_getres implementaion

2007-03-07 Thread Kirill A. Shutemov
On [Thu, 01.03.2007 10:16], Kirill A. Shutemov wrote: > Patch in the attachment It's Implentation of two syscall clock_gettime and clock_getres using function from librt. signature.asc Description: Digital signature ___ Qemu-devel mailing list Qemu-deve

[Qemu-devel] qemu cpu-all.h gdbstub.c monitor.c hw/ppc.c lin...

2007-03-07 Thread Jocelyn Mayer
CVSROOT:/sources/qemu Module name:qemu Changes by: Jocelyn Mayer 07/03/07 08:32:30 Modified files: . : cpu-all.h gdbstub.c monitor.c hw : ppc.c linux-user : main.c target-ppc : cpu.h exec.h helper.c op.c op_helper